Uses of Class
org.openiam.am.srvc.dto.jdbc.AuthorizationOrganization
-
Packages that use AuthorizationOrganization Package Description org.openiam.am.srvc.dto.jdbc org.openiam.common.authmanager.jdbc org.openiam.common.authmanager.jdbc.impl org.openiam.common.graph.converter -
-
Uses of AuthorizationOrganization in org.openiam.am.srvc.dto.jdbc
Methods in org.openiam.am.srvc.dto.jdbc that return AuthorizationOrganization Modifier and Type Method Description AuthorizationOrganization
AuthorizationOrganization. shallowCopy()
Constructors in org.openiam.am.srvc.dto.jdbc with parameters of type AuthorizationOrganization Constructor Description AuthorizationOrganization(AuthorizationOrganization entity)
OrganizationAuthorizationRight(AuthorizationOrganization entity)
-
Uses of AuthorizationOrganization in org.openiam.common.authmanager.jdbc
Methods in org.openiam.common.authmanager.jdbc that return types with arguments of type AuthorizationOrganization Modifier and Type Method Description List<AuthorizationOrganization>
MembershipDAO. getOrganizations()
-
Uses of AuthorizationOrganization in org.openiam.common.authmanager.jdbc.impl
Methods in org.openiam.common.authmanager.jdbc.impl that return types with arguments of type AuthorizationOrganization Modifier and Type Method Description List<AuthorizationOrganization>
JdbcMembershipDAO. getOrganizations()
-
Uses of AuthorizationOrganization in org.openiam.common.graph.converter
Methods in org.openiam.common.graph.converter that return AuthorizationOrganization Modifier and Type Method Description AuthorizationOrganization
OrganizationVertexConverter. newInstance()
-