Uses of Class
org.openiam.am.srvc.dto.jdbc.InternalAuthorizationUser
-
Packages that use InternalAuthorizationUser Package Description org.openiam.am.srvc.dto.jdbc org.openiam.common.authmanager.jdbc org.openiam.common.authmanager.jdbc.impl -
-
Uses of InternalAuthorizationUser in org.openiam.am.srvc.dto.jdbc
Constructors in org.openiam.am.srvc.dto.jdbc with parameters of type InternalAuthorizationUser Constructor Description AuthorizationUser(InternalAuthorizationUser entity)
-
Uses of InternalAuthorizationUser in org.openiam.common.authmanager.jdbc
Methods in org.openiam.common.authmanager.jdbc that return InternalAuthorizationUser Modifier and Type Method Description InternalAuthorizationUser
MembershipDAO. getUser(String id, Date date)
-
Uses of InternalAuthorizationUser in org.openiam.common.authmanager.jdbc.impl
Methods in org.openiam.common.authmanager.jdbc.impl that return InternalAuthorizationUser Modifier and Type Method Description InternalAuthorizationUser
JdbcMembershipDAO. getUser(String id, Date date)
Gets the current user's entitlements based on the id and date.
-