Uses of Class
org.wildfly.security.auth.server.MechanismRealmConfiguration
Packages that use MechanismRealmConfiguration
Package
Description
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 MechanismRealmConfigurationModifier and TypeFieldDescriptionstatic final MechanismRealmConfigurationMechanismRealmConfiguration.NO_REALMA realm configuration for no particular realm, which does no additional rewriting.Methods in org.wildfly.security.auth.server that return MechanismRealmConfigurationModifier and TypeMethodDescriptionMechanismRealmConfiguration.Builder.build()Build a new instance.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 MechanismRealmConfigurationModifier and TypeMethodDescriptionMechanismConfiguration.Builder.addMechanismRealm(MechanismRealmConfiguration configuration) Adds a configuration for one of realms of this mechanism.