Package | Description |
---|---|
org.wildfly.security.auth.server |
Server side of authentication provided by Elytron.
|
Modifier and Type | Field and Description |
---|---|
static MechanismRealmConfiguration |
MechanismRealmConfiguration.NO_REALM
A realm configuration for no particular realm, which does no additional rewriting.
|
Modifier and Type | Method and Description |
---|---|
MechanismRealmConfiguration |
MechanismRealmConfiguration.Builder.build()
Build a new instance.
|
MechanismRealmConfiguration |
MechanismConfiguration.getMechanismRealmConfiguration(String realmName)
Get the mechanism realm configuration for the offered realm with the given name.
|
Modifier and Type | Method and Description |
---|---|
MechanismConfiguration.Builder |
MechanismConfiguration.Builder.addMechanismRealm(MechanismRealmConfiguration configuration)
Adds a configuration for one of realms of this mechanism.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.