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 class
AbstractAuthorizationRight<T extends AbstractAuthorizationEntity>
Subclasses of AbstractAuthorizationEntity in org.openiam.am.srvc.dto.jdbc Modifier and Type Class Description class
AuthorizationGroup
class
AuthorizationOrganization
class
AuthorizationResource
class
AuthorizationRole
class
AuthorizationUser
Methods in org.openiam.am.srvc.dto.jdbc that return AbstractAuthorizationEntity Modifier and Type Method Description abstract AbstractAuthorizationEntity
AbstractAuthorizationEntity. shallowCopy()
Methods in org.openiam.am.srvc.dto.jdbc with parameters of type AbstractAuthorizationEntity Modifier and Type Method Description protected void
AbstractAuthorizationEntity. 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 AbstractAuthorizationEntity
EntitltementsObjectCache. 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 void
EntitltementsObjectCache. addCacheEntry(AbstractAuthorizationEntity entity)
void
EntitltementsObjectCache. 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 class
DefaultVertexConverter<T extends AbstractAuthorizationEntity,E extends KeyEntity>
interface
VertexConverter<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 class
AbstractEntitlementToken<Entity extends AbstractAuthorizationEntity>
Created by alexander on 27/08/15.
-