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. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.