Uses of Class
org.openiam.am.srvc.dto.jdbc.InternalAuthorizationToken
-
Packages that use InternalAuthorizationToken Package Description org.openiam.am.srvc.dto.jdbc org.openiam.esb.core.dozer.converter -
-
Uses of InternalAuthorizationToken in org.openiam.am.srvc.dto.jdbc
Methods in org.openiam.am.srvc.dto.jdbc that return types with arguments of type InternalAuthorizationToken Modifier and Type Method Description abstract Map<String,Set<InternalAuthorizationToken>>
AbstractEntitlementsObject. getChildren()
Map<String,Set<InternalAuthorizationToken>>
InternalAuthorizationUser. getChildren()
abstract Map<String,Set<InternalAuthorizationToken>>
AbstractEntitlementsObject. getParents()
Map<String,Set<InternalAuthorizationToken>>
InternalAuthorizationUser. getParents()
Method parameters in org.openiam.am.srvc.dto.jdbc with type arguments of type InternalAuthorizationToken Modifier and Type Method Description protected void
AbstractEntitlementsObject. add(Map<String,Set<InternalAuthorizationToken>> map, String membershipId, String entityId, String rightId, Date startDate, Date endDate, String description, String name, String rightName)
-
Uses of InternalAuthorizationToken in org.openiam.esb.core.dozer.converter
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type InternalAuthorizationToken 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)
-