Uses of Class
org.openiam.am.srvc.dto.jdbc.AbstractAuthorizationEntity
-
-
Uses of AbstractAuthorizationEntity in org.openiam.am.srvc.dto.jdbc
Classes in org.openiam.am.srvc.dto.jdbc with type parameters of type AbstractAuthorizationEntity Modifier and Type Class Description classAbstractAuthorizationRight<T extends AbstractAuthorizationEntity>Subclasses of AbstractAuthorizationEntity in org.openiam.am.srvc.dto.jdbc Modifier and Type Class Description classAuthorizationGroupclassAuthorizationOrganizationclassAuthorizationResourceclassAuthorizationRoleclassAuthorizationUserMethods in org.openiam.am.srvc.dto.jdbc that return AbstractAuthorizationEntity Modifier and Type Method Description abstract AbstractAuthorizationEntityAbstractAuthorizationEntity. shallowCopy()Methods in org.openiam.am.srvc.dto.jdbc with parameters of type AbstractAuthorizationEntity Modifier and Type Method Description protected voidAbstractAuthorizationEntity. makeCopy(AbstractAuthorizationEntity entity)Constructors in org.openiam.am.srvc.dto.jdbc with parameters of type AbstractAuthorizationEntity Constructor Description AbstractAuthorizationEntity(AbstractAuthorizationEntity entity) -
Uses of AbstractAuthorizationEntity in org.openiam.authmanager.cache
Methods in org.openiam.authmanager.cache that return AbstractAuthorizationEntity Modifier and Type Method Description AbstractAuthorizationEntityEntitltementsObjectCache. getCachedEntitlementObjectByGraphId(String graphId)Finds cached entitlements objects by graph IDS This avoids going to either Gremlin or the databaseMethods in org.openiam.authmanager.cache with parameters of type AbstractAuthorizationEntity Modifier and Type Method Description voidEntitltementsObjectCache. addCacheEntry(AbstractAuthorizationEntity entity)voidEntitltementsObjectCache. refreshResource(AbstractAuthorizationEntity entity) -
Uses of AbstractAuthorizationEntity in org.openiam.authmanager.graph
Methods in org.openiam.authmanager.graph with type parameters of type AbstractAuthorizationEntity Modifier and Type Method Description <T extends AbstractAuthorizationEntity,E extends KeyEntity>
voidGraphOperations. addVertex(VertexType type, AuthorizationEntityRequest authorizationEntity, Map<GraphVariables,String> properties)<S extends AbstractAuthorizationEntity>
Set<S>GraphOperations. getInverseMembershipFromGraph(VertexType parentType, String childId, VertexType childType, String rightId)Starts at the ending point (i.e.<S extends AbstractAuthorizationEntity>
Map<VertexType,Collection<? extends AbstractAuthorizationRight>>GraphOperations. getMembershipFromGraph(GraphCriteriaQuery query) -
Uses of AbstractAuthorizationEntity in org.openiam.common.graph.converter
Classes in org.openiam.common.graph.converter with type parameters of type AbstractAuthorizationEntity Modifier and Type Class Description classDefaultVertexConverter<T extends AbstractAuthorizationEntity,E extends KeyEntity>interfaceVertexConverter<T extends AbstractAuthorizationEntity,E extends KeyEntity> -
Uses of AbstractAuthorizationEntity in org.openiam.config
Methods in org.openiam.config that return types with arguments of type AbstractAuthorizationEntity Modifier and Type Method Description org.springframework.data.redis.core.RedisTemplate<String,List<? extends AbstractAuthorizationEntity>>AuthManagerRedisConfiguration. allResourcesCache(org.springframework.data.redis.connection.jedis.JedisConnectionFactory factory) -
Uses of AbstractAuthorizationEntity in org.openiam.model
Classes in org.openiam.model with type parameters of type AbstractAuthorizationEntity Modifier and Type Class Description classAbstractEntitlementToken<Entity extends AbstractAuthorizationEntity>Created by alexander on 27/08/15.
-