Hi .
I checked that , But it seems issue was not resolved ,
I use this code block :
```
def authorize(self, authorizationContext, configurationAttributes):
print "DEON user_id : ",authorizationContext.getGrant().getUserId()
print "DEON getUserClaimEntryByLdapName: ",authorizationContext.getUserClaimEntryByLdapName("memberOf")
print "DEON getUserClaimByLdapName: ",authorizationContext.getUserClaimByLdapName("memberOf")
return True
```
But again these methods do not return me list .
So here my results :
```
2017-05-30 12:42:56,195 INFO [qtp242131142-14] [org.xdi.service.PythonService$PythonLoggerOutputStream] (PythonService.java:219) - DEON user_id :
2017-05-30 12:42:56,198 INFO [qtp242131142-14] [org.xdi.service.PythonService$PythonLoggerOutputStream] (PythonService.java:219) - admin
2017-05-30 12:42:56,200 INFO [qtp242131142-14] [org.xdi.service.PythonService$PythonLoggerOutputStream] (PythonService.java:219) - DEON getUserClaimEntryByLdapName:
2017-05-30 12:42:56,202 INFO [qtp242131142-14] [org.xdi.service.PythonService$PythonLoggerOutputStream] (PythonService.java:219) - BaseEntry [dn=inum=@!1F9C.4F7F.95C9.1E65!0001!52EC.A76A!0000!A8F2.DE1E.D7FB,ou=people,o=@!1F9C.4F7F.95C9.1E65!0001!52EC.A76A,o=gluu]
2017-05-30 12:42:56,202 INFO [qtp242131142-14] [org.xdi.service.PythonService$PythonLoggerOutputStream] (PythonService.java:219) - DEON getUserClaimByLdapName:
2017-05-30 12:42:56,206 INFO [qtp242131142-14] [org.xdi.service.PythonService$PythonLoggerOutputStream] (PythonService.java:219) - inum=@!1F9C.4F7F.95C9.1E65!0001!52EC.A76A!0003!60B7,ou=groups,o=@!1F9C.4F7F.95C9.1E65!0001!52EC.A76A,o=gluu
```