Package org.wildfly.security.auth.server
Class MechanismRealmConfiguration
java.lang.Object
org.wildfly.security.auth.server.MechanismRealmConfiguration
A configuration for a single mechanism realm.
- Author:
- David M. Lloyd
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder for mechanism realm configuration. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MechanismRealmConfigurationA realm configuration for no particular realm, which does no additional rewriting. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Obtain a newMechanismRealmConfiguration.Buildercapable of building aMechanismRealmConfiguration.Get the final rewriter for this mechanism realm.Get the post-realm rewriter for this mechanism realm.Get the pre-realm rewriter for this mechanism realm.Get the realm mapper for this mechanism realm.Get the mechanism realm name.
-
Field Details
-
NO_REALM
A realm configuration for no particular realm, which does no additional rewriting.
-
-
Method Details
-
getRealmName
Get the mechanism realm name.- Returns:
- the mechanism realm name (not
null)
-
getPreRealmRewriter
Get the pre-realm rewriter for this mechanism realm.- Returns:
- the pre-realm rewriter for this mechanism realm (not
null)
-
getPostRealmRewriter
Get the post-realm rewriter for this mechanism realm.- Returns:
- the post-realm rewriter for this mechanism realm (not
null)
-
getFinalRewriter
Get the final rewriter for this mechanism realm.- Returns:
- the final rewriter for this mechanism realm (not
null)
-
getRealmMapper
Get the realm mapper for this mechanism realm.- Returns:
- the realm mapper for this mechanism realm, or
nullto use the default
-
builder
Obtain a newMechanismRealmConfiguration.Buildercapable of building aMechanismRealmConfiguration.- Returns:
- a new
MechanismRealmConfiguration.Buildercapable of building aMechanismRealmConfiguration.
-