public interface PartitionStore<T extends IdentityStoreConfiguration> extends IdentityStore<T>
Modifier and Type | Method and Description |
---|---|
void |
add(IdentityContext identityContext,
Partition partition,
String configurationName) |
<P extends Partition> |
get(IdentityContext identityContext,
Class<P> partitionClass) |
<P extends Partition> |
get(IdentityContext identityContext,
Class<P> partitionClass,
String name) |
String |
getConfigurationName(IdentityContext identityContext,
Partition partition) |
<P extends Partition> |
lookupById(IdentityContext context,
Class<P> partitionClass,
String id) |
void |
remove(IdentityContext identityContext,
Partition partition) |
void |
update(IdentityContext identityContext,
Partition partition) |
add, countQueryResults, countQueryResults, fetchQueryResults, fetchQueryResults, getConfig, remove, setup, update, updateCredential, validateCredentials
String getConfigurationName(IdentityContext identityContext, Partition partition)
<P extends Partition> P get(IdentityContext identityContext, Class<P> partitionClass, String name)
<P extends Partition> List<P> get(IdentityContext identityContext, Class<P> partitionClass)
<P extends Partition> P lookupById(IdentityContext context, Class<P> partitionClass, String id)
void add(IdentityContext identityContext, Partition partition, String configurationName)
void update(IdentityContext identityContext, Partition partition)
void remove(IdentityContext identityContext, Partition partition)
Copyright © 2018 JBoss by Red Hat. All rights reserved.