Uses of Class
org.openiam.am.srvc.dto.jdbc.OrganizationAuthorizationRight
-
Packages that use OrganizationAuthorizationRight 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 OrganizationAuthorizationRight in org.openiam.authmanager.service
Methods in org.openiam.authmanager.service that return types with arguments of type OrganizationAuthorizationRight Modifier and Type Method Description Set<OrganizationAuthorizationRight>
AuthorizationManagerService. getOrganizationsForUser(String userId)
-
Uses of OrganizationAuthorizationRight in org.openiam.authmanager.service.impl
Methods in org.openiam.authmanager.service.impl that return types with arguments of type OrganizationAuthorizationRight Modifier and Type Method Description Set<OrganizationAuthorizationRight>
AuthorizationManagerServiceImpl. getOrganizationsForUser(String userId)
-
Uses of OrganizationAuthorizationRight in org.openiam.base.response
Methods in org.openiam.base.response that return types with arguments of type OrganizationAuthorizationRight Modifier and Type Method Description Set<OrganizationAuthorizationRight>
OrganizationAuthorizationRightSetResponse. getOrganizationSet()
Method parameters in org.openiam.base.response with type arguments of type OrganizationAuthorizationRight Modifier and Type Method Description void
OrganizationAuthorizationRightSetResponse. setOrganizationSet(Set<OrganizationAuthorizationRight> organizationSet)
-
Uses of OrganizationAuthorizationRight in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return types with arguments of type OrganizationAuthorizationRight Modifier and Type Method Description Set<OrganizationAuthorizationRight>
AuthManagerMQService. getOrganizationsForUser(String userId)
-
Uses of OrganizationAuthorizationRight in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return types with arguments of type OrganizationAuthorizationRight Modifier and Type Method Description Set<OrganizationAuthorizationRight>
AuthorizationManagerWebService. getOrganizationsForUser(String userId)
Set<OrganizationAuthorizationRight>
AuthorizationManagerWebServiceImpl. getOrganizationsForUser(String userId)
-