PicketLink Federation Core 2.1.6.Final-redhat-2

Package org.picketlink.identity.federation.core.sts.registry

Interface Summary
RevocationRegistry A RevocationRegistry is used to store the ids of revoked (canceled) security tokens.
SecurityTokenRegistry A registry of Security Tokens that may be issued by instances of SecurityTokenProvider
 

Class Summary
AbstractJPARegistry  
DefaultRevocationRegistry A simple RevocationRegistry that keeps the revoked token ids in a memory-only cache.
DefaultTokenRegistry Hashmap based token registry
FileBasedRevocationRegistry FileBasedRevocationRegistry is a revocation registry implementation that uses a file to store the ids of the revoked (canceled) security tokens.
FileBasedSTSOperations A base class for file based STS operations
FileBasedTokenRegistry A File based implementation of the SecurityTokenRegistry
FileBasedTokenRegistry.TokenHolder  
JPABasedRevocationRegistry JPABasedRevocationRegistry is a revocation registry implementation that uses JPA to store the ids of the revoked (canceled) security tokens on a database.
JPABasedTokenRegistry SecurityTokenRegistry implementation that uses JPA to store tokens.
RevokedToken RevokedToken is a simple JPA entity used by the JPABasedRevocationRegistry to persist the ids of the revoked security tokens.
SecurityToken SecurityToken is a simple JPA entity used by the JPABasedTokenRegistry to persist tokens.
 


PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.