Uses of Class
org.wildfly.security.auth.server.MechanismRealmConfiguration.Builder
Packages that use MechanismRealmConfiguration.Builder
Package
Description
Server side of authentication provided by Elytron.
-
Uses of MechanismRealmConfiguration.Builder in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server that return MechanismRealmConfiguration.BuilderModifier and TypeMethodDescriptionMechanismRealmConfiguration.builder()Obtain a newMechanismRealmConfiguration.Buildercapable of building aMechanismRealmConfiguration.MechanismRealmConfiguration.Builder.setFinalRewriter(Function<Principal, Principal> finalRewriter) Set a final principal transformer to apply for this mechanism realm.MechanismRealmConfiguration.Builder.setPostRealmRewriter(Function<Principal, Principal> postRealmRewriter) Set a principal transformer to apply after the realm is selected.MechanismRealmConfiguration.Builder.setPreRealmRewriter(Function<Principal, Principal> preRealmRewriter) Set a principal transformer to apply before the realm is selected.MechanismRealmConfiguration.Builder.setRealmMapper(RealmMapper realmMapper) Sets a realm mapper to be used by the mechanism.MechanismRealmConfiguration.Builder.setRealmName(String realmName) Sets a name of the realm to be presented by the mechanism.