public class JPAIdentityStoreConfiguration extends AbstractIdentityStoreConfiguration
| Modifier and Type | Class and Description |
|---|---|
static class |
JPAIdentityStoreConfiguration.RelationshipIdentityMapping |
static class |
JPAIdentityStoreConfiguration.RelationshipMapping |
IdentityStoreConfiguration.IdentityOperation| Modifier | Constructor and Description |
|---|---|
protected |
JPAIdentityStoreConfiguration(List<Class<?>> entityTypes,
Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> supportedTypes,
Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> unsupportedTypes,
List<ContextInitializer> contextInitializers,
Map<String,Object> credentialHandlerProperties,
List<Class<? extends CredentialHandler>> credentialHandlers) |
| Modifier and Type | Method and Description |
|---|---|
List<Class<?>> |
getEntityTypes() |
JPAIdentityStoreConfiguration.RelationshipIdentityMapping |
getRelationshipIdentityMapping() |
JPAIdentityStoreConfiguration.RelationshipMapping |
getRelationshipMapping() |
protected void |
initConfig() |
addContextInitializer, getContextInitializers, getCredentialHandlerProperties, getCredentialHandlers, getIdentityStoreType, getSupportedTypes, getUnsupportedTypes, init, initializeContext, setIdentityStoreType, supportsPartition, supportsTypeprotected JPAIdentityStoreConfiguration(List<Class<?>> entityTypes, Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> supportedTypes, Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> unsupportedTypes, List<ContextInitializer> contextInitializers, Map<String,Object> credentialHandlerProperties, List<Class<? extends CredentialHandler>> credentialHandlers)
protected void initConfig()
initConfig in class AbstractIdentityStoreConfigurationpublic JPAIdentityStoreConfiguration.RelationshipIdentityMapping getRelationshipIdentityMapping()
public JPAIdentityStoreConfiguration.RelationshipMapping getRelationshipMapping()
Copyright © 2013. All Rights Reserved.