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