| Package | Description |
|---|---|
| org.wildfly.security.auth.server |
Server side of authentication provided by Elytron.
|
| Modifier and Type | Field and Description |
|---|---|
static MechanismConfiguration |
MechanismConfiguration.EMPTY
An empty mechanism configuration..
|
| Modifier and Type | Method and Description |
|---|---|
MechanismConfiguration |
MechanismConfiguration.Builder.build()
Build a new instance.
|
MechanismConfiguration |
MechanismConfigurationSelector.selectConfiguration(MechanismInformation mechanismInformation)
Select the
MechanismConfiguration to use for the current authentication attempt. |
| Modifier and Type | Method and Description |
|---|---|
static MechanismConfigurationSelector |
MechanismConfigurationSelector.constantSelector(MechanismConfiguration mechanismConfiguration)
Create a constant
MechanismConfigurationSelector which will always return the same MechanismConfiguration
instance. |
static MechanismConfigurationSelector |
MechanismConfigurationSelector.predicateSelector(Predicate<MechanismInformation> predicate,
MechanismConfiguration mechanismConfiguration)
Create a simple
MechanismConfigurationSelector that is paired with a Predicate to
test if the configuration should be used for the supplied information. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.