Package | Description |
---|---|
org.picketlink.identity.federation.core.sts.registry |
Modifier and Type | Class and Description |
---|---|
class |
JDBCRevocationRegistry
Implementation of
SecurityTokenRegistry using JDBC |
class |
JDBCTokenRegistry
Implementation of
SecurityTokenRegistry using JDBC |
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. |
class |
OJDBCTokenRegistry
Implementation of
SecurityTokenRegistry using JDBC
This is a working implementation implementation based on the plink JDBCTokenRegistry 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 © 2018. All rights reserved.