Uses of Class
org.openiam.am.srvc.dto.jdbc.ResourceAuthorizationRight
-
Packages that use ResourceAuthorizationRight Package Description org.openiam.authmanager.cache org.openiam.authmanager.service org.openiam.authmanager.service.impl org.openiam.base.response org.openiam.srvc.am -
-
Uses of ResourceAuthorizationRight in org.openiam.authmanager.cache
Methods in org.openiam.authmanager.cache that return types with arguments of type ResourceAuthorizationRight Modifier and Type Method Description Set<ResourceAuthorizationRight>
EntitltementsObjectCache. getResourceAuthorizationRights()
-
Uses of ResourceAuthorizationRight in org.openiam.authmanager.service
Methods in org.openiam.authmanager.service that return types with arguments of type ResourceAuthorizationRight Modifier and Type Method Description Set<ResourceAuthorizationRight>
AuthorizationManagerService. getResourcesForUser(String userId)
-
Uses of ResourceAuthorizationRight in org.openiam.authmanager.service.impl
Methods in org.openiam.authmanager.service.impl that return types with arguments of type ResourceAuthorizationRight Modifier and Type Method Description Set<ResourceAuthorizationRight>
AuthorizationManagerServiceImpl. getResourcesForUser(String userId)
-
Uses of ResourceAuthorizationRight in org.openiam.base.response
Methods in org.openiam.base.response that return types with arguments of type ResourceAuthorizationRight Modifier and Type Method Description Set<ResourceAuthorizationRight>
ResourceAuthorizationRightSetResponse. getResourceSet()
Method parameters in org.openiam.base.response with type arguments of type ResourceAuthorizationRight Modifier and Type Method Description void
ResourceAuthorizationRightSetResponse. setResourceSet(Set<ResourceAuthorizationRight> resourceSet)
-
Uses of ResourceAuthorizationRight in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return types with arguments of type ResourceAuthorizationRight Modifier and Type Method Description Set<ResourceAuthorizationRight>
AuthorizationManagerWebService. getResourcesForUser(String userId)
Set<ResourceAuthorizationRight>
AuthorizationManagerWebServiceImpl. getResourcesForUser(String userId)
-