Uses of Class
org.openiam.am.srvc.dto.jdbc.AuthorizationUser
-
-
Uses of AuthorizationUser in org.openiam.am.srvc.dto.jdbc
Methods in org.openiam.am.srvc.dto.jdbc that return AuthorizationUser Modifier and Type Method Description AuthorizationUser
AuthorizationUser. shallowCopy()
Constructors in org.openiam.am.srvc.dto.jdbc with parameters of type AuthorizationUser Constructor Description AuthorizationUser(AuthorizationUser entity)
UserAuthorizationRight(AuthorizationUser entity)
-
Uses of AuthorizationUser in org.openiam.authmanager.provider
Methods in org.openiam.authmanager.provider that return types with arguments of type AuthorizationUser Modifier and Type Method Description List<AuthorizationUser>
AuthorizationManagerDataProvider. getUsers()
-
Uses of AuthorizationUser in org.openiam.base.response
Methods in org.openiam.base.response that return types with arguments of type AuthorizationUser Modifier and Type Method Description Set<AuthorizationUser>
AuthorizationUserSetResponse. getUserSet()
Method parameters in org.openiam.base.response with type arguments of type AuthorizationUser Modifier and Type Method Description void
AuthorizationUserSetResponse. setUserSet(Set<AuthorizationUser> userSet)
-
Uses of AuthorizationUser in org.openiam.common.authmanager.jdbc
Methods in org.openiam.common.authmanager.jdbc that return types with arguments of type AuthorizationUser Modifier and Type Method Description List<AuthorizationUser>
MembershipDAO. getUsers()
List<AuthorizationUser>
MembershipDAO. getUsersNotInsertedIntoGraph()
-
Uses of AuthorizationUser in org.openiam.common.authmanager.jdbc.impl
Methods in org.openiam.common.authmanager.jdbc.impl that return types with arguments of type AuthorizationUser Modifier and Type Method Description List<AuthorizationUser>
JDBCUserDAOImpl. getList()
List<AuthorizationUser>
JdbcMembershipDAO. getUsers()
List<AuthorizationUser>
JDBCEntitlementsDAOImpl. getUsersForResource(String resourceId)
List<AuthorizationUser>
JDBCEntitlementsDAOImpl. getUsersForResource(String resourceId, String rightId)
List<AuthorizationUser>
JDBCEntitlementsDAOImpl. getUsersForRole(String roleId)
List<AuthorizationUser>
JDBCEntitlementsDAOImpl. getUsersForRole(String roleId, String rightId)
List<AuthorizationUser>
JdbcMembershipDAO. getUsersNotInsertedIntoGraph()
-
Uses of AuthorizationUser in org.openiam.common.graph.converter
Methods in org.openiam.common.graph.converter that return AuthorizationUser Modifier and Type Method Description AuthorizationUser
UserVertexConverter. newInstance()
-
Uses of AuthorizationUser in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return types with arguments of type AuthorizationUser Modifier and Type Method Description List<AuthorizationUser>
JdbcEntitlementsDAO. getUsersForResource(String resourceId)
List<AuthorizationUser>
JdbcEntitlementsDAO. getUsersForResource(String resourceId, String rightId)
List<AuthorizationUser>
JdbcEntitlementsDAO. getUsersForRole(String roleId)
List<AuthorizationUser>
JdbcEntitlementsDAO. getUsersForRole(String roleId, String rightId)
-