M
- the type of mechanismF
- the type of the mechanism's factoryE
- the mechanism-type-specific exception that may be thrown upon instantiationpublic static interface MechanismAuthenticationFactory.Builder<M,F,E extends Exception>
MechanismAuthenticationFactory
.Modifier and Type | Method and Description |
---|---|
MechanismAuthenticationFactory<M,F,E> |
build()
Build the mechanism factory.
|
MechanismAuthenticationFactory.Builder<M,F,E> |
setFactory(F factory)
Set the mechanism's underlying factory.
|
MechanismAuthenticationFactory.Builder<M,F,E> |
setMechanismConfigurationSelector(MechanismConfigurationSelector mechanismConfigurationSelector)
Set the
MechanismConfigurationSelector for the factory being built. |
MechanismAuthenticationFactory.Builder<M,F,E> |
setSecurityDomain(SecurityDomain securityDomain)
Set the security domain to be used for this factory (may not be
null ). |
MechanismAuthenticationFactory.Builder<M,F,E> setSecurityDomain(SecurityDomain securityDomain)
null
).securityDomain
- the security domain (may not be null
)MechanismAuthenticationFactory.Builder<M,F,E> setMechanismConfigurationSelector(MechanismConfigurationSelector mechanismConfigurationSelector)
MechanismConfigurationSelector
for the factory being built.mechanismConfigurationSelector
- the MechanismConfigurationSelector
for the factory being built.MechanismAuthenticationFactory.Builder<M,F,E> setFactory(F factory)
factory
- the factory (must not be null
)MechanismAuthenticationFactory<M,F,E> build()
Copyright © 2020 JBoss by Red Hat. All rights reserved.