Uses of Class
org.openiam.am.srvc.dto.jdbc.AuthorizationRole
-
-
Uses of AuthorizationRole in org.openiam.am.srvc.dto.jdbc
Methods in org.openiam.am.srvc.dto.jdbc that return AuthorizationRole Modifier and Type Method Description AuthorizationRoleAuthorizationRole. shallowCopy()Constructors in org.openiam.am.srvc.dto.jdbc with parameters of type AuthorizationRole Constructor Description AuthorizationRole(AuthorizationRole entity)RoleAuthorizationRight(AuthorizationRole entity) -
Uses of AuthorizationRole in org.openiam.base.response
Methods in org.openiam.base.response that return types with arguments of type AuthorizationRole Modifier and Type Method Description Set<AuthorizationRole>RolesForUserResponse. getRoles()Method parameters in org.openiam.base.response with type arguments of type AuthorizationRole Modifier and Type Method Description voidRolesForUserResponse. setRoles(Set<AuthorizationRole> roles) -
Uses of AuthorizationRole in org.openiam.common.authmanager.jdbc
Methods in org.openiam.common.authmanager.jdbc that return types with arguments of type AuthorizationRole Modifier and Type Method Description List<AuthorizationRole>MembershipDAO. getRoles() -
Uses of AuthorizationRole in org.openiam.common.authmanager.jdbc.impl
Methods in org.openiam.common.authmanager.jdbc.impl that return types with arguments of type AuthorizationRole Modifier and Type Method Description List<AuthorizationRole>JdbcMembershipDAO. getRoles() -
Uses of AuthorizationRole in org.openiam.common.graph.converter
Methods in org.openiam.common.graph.converter that return AuthorizationRole Modifier and Type Method Description AuthorizationRoleRoleVertexConverter. newInstance()
-