Package | Description |
---|---|
org.picketlink.identity.federation.core.sts | |
org.picketlink.identity.federation.core.sts.registry |
Modifier and Type | Field and Description |
---|---|
protected RevocationRegistry |
AbstractSecurityTokenProvider.revocationRegistry |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRevocationRegistry
A simple
RevocationRegistry that keeps the revoked token ids in a memory-only cache. |
class |
FileBasedRevocationRegistry
FileBasedRevocationRegistry is a revocation registry implementation that uses a file to store the ids of the
revoked
(canceled) security tokens. |
class |
JDBCRevocationRegistry
Implementation of
SecurityTokenRegistry using JDBC |
class |
JPABasedRevocationRegistry
JPABasedRevocationRegistry is a revocation registry implementation that uses JPA to store the ids of the
revoked
(canceled) security tokens on a database. |
class |
OJDBCRevocationRegistry
Implementation of
SecurityTokenRegistry using JDBC
This is a working implementation implementation based on the plink JDBCRevocationRegistry which allows better jndi configuration
(eg global datasources under JBAS 7+ -- https://docs.jboss.org/author/display/AS71/JNDI+Reference) and serialization to blob
fields for Oracle (and other DBs) Initial implementation used a varchar for the serialized class. |
Copyright © 2016. All rights reserved.