public class JPAStoreConfigurationBuilder extends IdentityStoreConfigurationBuilder<JPAIdentityStoreConfiguration,JPAStoreConfigurationBuilder>
| Constructor and Description |
|---|
JPAStoreConfigurationBuilder(IdentityStoresConfigurationBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
protected JPAIdentityStoreConfiguration |
create()
Creates a new configuration.
|
IdentityStoreConfigurationBuilder |
mappedEntity(Class<?>... mappedEntity) |
protected JPAStoreConfigurationBuilder |
readFrom(JPAIdentityStoreConfiguration configuration)
Reads a pre-created configuration.
|
protected void |
validate()
Validates the internal state.
|
addContextInitializer, addCredentialHandler, file, getContextInitializers, getCredentialHandlerProperties, getCredentialHandlers, getGlobalRelationshipTypes, getSelfRelationshipTypes, getSupportedTypes, getUnsupportedTypes, isSupportAttributes, jpa, ldap, setCredentialHandlerProperty, supportAllFeatures, supportAttributes, supportCredentials, supportGlobalRelationship, 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)
Copyright © 2013. All Rights Reserved.