Modifier and Type | Class and Description |
---|---|
class |
FileIdentityStore
File based
IdentityStore implementation. |
Modifier and Type | Method and Description |
---|---|
<T extends PartitionStore<?>> |
DefaultStoreSelector.getStoreForPartitionOperation(IdentityContext context,
Class<? extends Partition> partitionClass) |
Modifier and Type | Class and Description |
---|---|
class |
JDBCIdentityStore
Implementation of
IdentityStore using JDBC |
Modifier and Type | Class and Description |
---|---|
class |
JPAIdentityStore
Implementation of IdentityStore that stores its state in a relational database.
|
Modifier and Type | Method and Description |
---|---|
<T extends PartitionStore<?>> |
StoreSelector.getStoreForPartitionOperation(IdentityContext context,
Class<? extends Partition> partitionClass)
Returns the PartitionStore that manages partitions.
|
Modifier and Type | Class and Description |
---|---|
class |
TokenIdentityStore |
Copyright © 2018. All rights reserved.