Package | Description |
---|---|
org.wildfly.security.auth.server |
Server side of authentication provided by Elytron.
|
Modifier and Type | Method and Description |
---|---|
static MechanismRealmConfiguration.Builder |
MechanismRealmConfiguration.builder()
Obtain a new
MechanismRealmConfiguration.Builder capable of building a MechanismRealmConfiguration . |
MechanismRealmConfiguration.Builder |
MechanismRealmConfiguration.Builder.setFinalRewriter(Function<Principal,Principal> finalRewriter)
Set a final principal transformer to apply for this mechanism realm.
|
MechanismRealmConfiguration.Builder |
MechanismRealmConfiguration.Builder.setPostRealmRewriter(Function<Principal,Principal> postRealmRewriter)
Set a principal transformer to apply after the realm is selected.
|
MechanismRealmConfiguration.Builder |
MechanismRealmConfiguration.Builder.setPreRealmRewriter(Function<Principal,Principal> preRealmRewriter)
Set a principal transformer to apply before the realm is selected.
|
MechanismRealmConfiguration.Builder |
MechanismRealmConfiguration.Builder.setRealmMapper(RealmMapper realmMapper)
Sets a realm mapper to be used by the mechanism.
|
MechanismRealmConfiguration.Builder |
MechanismRealmConfiguration.Builder.setRealmName(String realmName)
Sets a name of the realm to be presented by the mechanism.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.