Uses of Class
org.openiam.am.srvc.dto.jdbc.RoleAuthorizationRight
-
Packages that use RoleAuthorizationRight Package Description org.openiam.authmanager.service org.openiam.authmanager.service.impl org.openiam.base.response org.openiam.common.beans.mq org.openiam.srvc.am -
-
Uses of RoleAuthorizationRight in org.openiam.authmanager.service
Methods in org.openiam.authmanager.service that return types with arguments of type RoleAuthorizationRight Modifier and Type Method Description Set<RoleAuthorizationRight>
AuthorizationManagerService. getRolesForUser(String userId)
-
Uses of RoleAuthorizationRight in org.openiam.authmanager.service.impl
Methods in org.openiam.authmanager.service.impl that return types with arguments of type RoleAuthorizationRight Modifier and Type Method Description Set<RoleAuthorizationRight>
AuthorizationManagerServiceImpl. getRolesForUser(String userId)
-
Uses of RoleAuthorizationRight in org.openiam.base.response
Methods in org.openiam.base.response that return types with arguments of type RoleAuthorizationRight Modifier and Type Method Description Set<RoleAuthorizationRight>
RoleAuthorizationRightSetResponse. getRoleSet()
Method parameters in org.openiam.base.response with type arguments of type RoleAuthorizationRight Modifier and Type Method Description void
RoleAuthorizationRightSetResponse. setRoleSet(Set<RoleAuthorizationRight> roleSet)
-
Uses of RoleAuthorizationRight in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return types with arguments of type RoleAuthorizationRight Modifier and Type Method Description Set<RoleAuthorizationRight>
AuthManagerMQService. getRolesForUser(String userId)
-
Uses of RoleAuthorizationRight in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return types with arguments of type RoleAuthorizationRight Modifier and Type Method Description Set<RoleAuthorizationRight>
AuthorizationManagerWebService. getRolesForUser(String userId)
Set<RoleAuthorizationRight>
AuthorizationManagerWebServiceImpl. getRolesForUser(String userId)
-