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 MechanismRealmConfigurationMechanismRealmConfiguration. NO_REALMA 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 MechanismRealmConfigurationMechanismRealmConfiguration.Builder. build()Build a new instance.MechanismRealmConfigurationMechanismConfiguration. 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.BuilderMechanismConfiguration.Builder. addMechanismRealm(MechanismRealmConfiguration configuration)Adds a configuration for one of realms of this mechanism.
-