Uses of Class
org.wildfly.security.auth.server.MechanismConfiguration.Builder
Packages that use MechanismConfiguration.Builder
Package
Description
Server side of authentication provided by Elytron.
-
Uses of MechanismConfiguration.Builder in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server that return MechanismConfiguration.BuilderModifier and TypeMethodDescriptionMechanismConfiguration.Builder.addMechanismRealm(MechanismRealmConfiguration configuration) Adds a configuration for one of realms of this mechanism.MechanismConfiguration.builder()Obtain a newMechanismConfiguration.Buildercapable of building aMechanismConfiguration.MechanismConfiguration.Builder.setFinalRewriter(Function<Principal, Principal> finalRewriter) Set a final principal transformer to apply for this mechanism realm.MechanismConfiguration.Builder.setPostRealmRewriter(Function<Principal, Principal> postRealmRewriter) Set a principal transformer to apply after the realm is selected.MechanismConfiguration.Builder.setPreRealmRewriter(Function<Principal, Principal> preRealmRewriter) Set a principal transformer to apply before the realm is selected.MechanismConfiguration.Builder.setRealmMapper(RealmMapper realmMapper) Sets a realm mapper to be used by the mechanism.MechanismConfiguration.Builder.setServerCredential(Credential credential) Set a single server credential.MechanismConfiguration.Builder.setServerCredential(SecurityFactory<? extends Credential> credentialFactory) Set a single server credential factory.MechanismConfiguration.Builder.setServerCredentialSource(CredentialSource serverCredentialSource) Set the server credential source.