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.
|
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, token, unsupportType
build, buildAll, named
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
build, buildAll, named
public JPAStoreConfigurationBuilder(IdentityStoresConfigurationBuilder builder)
protected JPAIdentityStoreConfiguration create()
Builder
Creates a new configuration.
create
in class Builder<JPAIdentityStoreConfiguration>
protected void validate()
Builder
Validates the internal state.
protected JPAStoreConfigurationBuilder readFrom(JPAIdentityStoreConfiguration configuration)
Builder
Reads a pre-created configuration.
readFrom
in class IdentityStoreConfigurationBuilder<JPAIdentityStoreConfiguration,JPAStoreConfigurationBuilder>
public IdentityStoreConfigurationBuilder mappedEntity(Class<?>... mappedEntity)
Configures the given mapped entities.
mappedEntity
- Copyright © 2018 JBoss by Red Hat. All rights reserved.