Uses of Class
org.openiam.am.srvc.dto.jdbc.InternalEntitlementsObject
-
Packages that use InternalEntitlementsObject Package Description org.openiam.common.authmanager.jdbc.impl org.openiam.elasticsearch.converter org.openiam.esb.core.dozer.converter -
-
Uses of InternalEntitlementsObject in org.openiam.common.authmanager.jdbc.impl
Methods in org.openiam.common.authmanager.jdbc.impl that return InternalEntitlementsObject Modifier and Type Method Description InternalEntitlementsObject
JDBCEntitlementsDAOImpl. getGroup(String id, Date date)
Get Group with all entitlements and access rightsInternalEntitlementsObject
JDBCEntitlementsDAOImpl. getOrganization(String id, Date date)
Get Organization with all entitlements and access rightsInternalEntitlementsObject
JDBCEntitlementsDAOImpl. getResource(String id, Date date)
Get Resource with all entitlements and access rightsInternalEntitlementsObject
JDBCEntitlementsDAOImpl. getRole(String id, Date date)
Get Role with all entitlements and access rights -
Uses of InternalEntitlementsObject in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return InternalEntitlementsObject Modifier and Type Method Description InternalEntitlementsObject
JdbcEntitlementsDAO. getGroup(String id, Date date)
Get Group with all entitlements and access rightsInternalEntitlementsObject
JdbcEntitlementsDAO. getOrganization(String id, Date date)
Get Organization with all entitlements and access rightsInternalEntitlementsObject
JdbcEntitlementsDAO. getResource(String id, Date date)
Get Resource with all entitlements and access rightsInternalEntitlementsObject
JdbcEntitlementsDAO. getRole(String id, Date date)
Get Role with all entitlements and access rights -
Uses of InternalEntitlementsObject in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter with parameters of type InternalEntitlementsObject Modifier and Type Method Description protected <T extends MembershipXref>
Set<T>AbstractDependencyDozerEntityConverter. getXrefs(Function<InternalEntitlementsObject,Map<String,Set<InternalAuthorizationToken>>> xrefMapper, Supplier<T> xrefCreator, InternalEntitlementsObject doc)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type InternalEntitlementsObject Modifier and Type Method Description protected <T extends MembershipXref>
Set<T>AbstractDependencyDozerEntityConverter. getXrefs(Function<InternalEntitlementsObject,Map<String,Set<InternalAuthorizationToken>>> xrefMapper, Supplier<T> xrefCreator, InternalEntitlementsObject doc)
-