Uses of Class
org.openiam.am.srvc.dto.jdbc.AuthorizationGroup
-
-
Uses of AuthorizationGroup in org.openiam.am.srvc.dto.jdbc
Methods in org.openiam.am.srvc.dto.jdbc that return AuthorizationGroup Modifier and Type Method Description AuthorizationGroupAuthorizationGroup. shallowCopy()Constructors in org.openiam.am.srvc.dto.jdbc with parameters of type AuthorizationGroup Constructor Description AuthorizationGroup(AuthorizationGroup dto)GroupAuthorizationRight(AuthorizationGroup entity) -
Uses of AuthorizationGroup in org.openiam.base.response
Methods in org.openiam.base.response that return types with arguments of type AuthorizationGroup Modifier and Type Method Description Set<AuthorizationGroup>GroupsForUserResponse. getGroups()Method parameters in org.openiam.base.response with type arguments of type AuthorizationGroup Modifier and Type Method Description voidGroupsForUserResponse. setGroups(Set<AuthorizationGroup> groups) -
Uses of AuthorizationGroup in org.openiam.common.authmanager.jdbc
Methods in org.openiam.common.authmanager.jdbc that return types with arguments of type AuthorizationGroup Modifier and Type Method Description List<AuthorizationGroup>MembershipDAO. getGroups() -
Uses of AuthorizationGroup in org.openiam.common.authmanager.jdbc.impl
Methods in org.openiam.common.authmanager.jdbc.impl that return types with arguments of type AuthorizationGroup Modifier and Type Method Description List<AuthorizationGroup>JdbcMembershipDAO. getGroups() -
Uses of AuthorizationGroup in org.openiam.common.graph.converter
Methods in org.openiam.common.graph.converter that return AuthorizationGroup Modifier and Type Method Description AuthorizationGroupGroupVertexConverter. newInstance()
-