Uses of Class
org.wildfly.security.auth.server.MechanismRealmConfiguration
-
Packages that use MechanismRealmConfiguration Package Description org.wildfly.security.auth.server Server side of authentication provided by Elytron. -
-
Uses of MechanismRealmConfiguration in org.wildfly.security.auth.server
Fields in org.wildfly.security.auth.server declared as MechanismRealmConfiguration Modifier and Type Field Description static MechanismRealmConfiguration
MechanismRealmConfiguration. NO_REALM
A realm configuration for no particular realm, which does no additional rewriting.Methods in org.wildfly.security.auth.server that return MechanismRealmConfiguration Modifier and Type Method 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.Methods in org.wildfly.security.auth.server with parameters of type MechanismRealmConfiguration Modifier and Type Method Description MechanismConfiguration.Builder
MechanismConfiguration.Builder. addMechanismRealm(MechanismRealmConfiguration configuration)
Adds a configuration for one of realms of this mechanism.
-