public class JPAStoreConfigurationBuilder extends IdentityStoreConfigurationBuilder<JPAIdentityStoreConfiguration,JPAStoreConfigurationBuilder>
IdentityStoreConfigurationBuilder implementation which knows how to build a
JPAIdentityStoreConfiguration.
| Constructor and Description |
|---|
JPAStoreConfigurationBuilder(IdentityStoresConfigurationBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
protected JPAIdentityStoreConfiguration |
create()
Creates a new configuration.
|
protected Set<Class<?>> |
getMappedEntities() |
IdentityStoreConfigurationBuilder |
mappedEntity(Class<?>... mappedEntity)
Configures the given mapped entities.
|
protected JPAStoreConfigurationBuilder |
readFrom(JPAIdentityStoreConfiguration configuration)
Reads a pre-created configuration.
|
protected void |
validate()
Validates the internal state.
|
add, addContextInitializer, addCredentialHandler, file, getContextInitializers, getCredentialHandlerProperties, getCredentialHandlers, getGlobalRelationshipTypes, getSelfRelationshipTypes, getSupportedTypes, getUnsupportedTypes, isSupportAttributes, isSupportCredentials, isSupportPermissions, jpa, ldap, setCredentialHandlerProperty, supportAllFeatures, supportAttributes, supportCredentials, supportGlobalRelationship, supportPermissions, supportSelfRelationship, supportType, unsupportTypebuild, buildAll, namedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuild, buildAll, namedpublic JPAStoreConfigurationBuilder(IdentityStoresConfigurationBuilder builder)
protected JPAIdentityStoreConfiguration create()
BuilderCreates a new configuration.
create in class Builder<JPAIdentityStoreConfiguration>protected void validate()
BuilderValidates the internal state.
protected JPAStoreConfigurationBuilder readFrom(JPAIdentityStoreConfiguration configuration)
BuilderReads a pre-created configuration.
readFrom in class IdentityStoreConfigurationBuilder<JPAIdentityStoreConfiguration,JPAStoreConfigurationBuilder>public IdentityStoreConfigurationBuilder mappedEntity(Class<?>... mappedEntity)
Configures the given mapped entities.
mappedEntity - Copyright © 2014. All Rights Reserved.