Uses of Interface
org.wildfly.security.auth.server.NameRewriter
Packages that use NameRewriter
Package
Description
Server side of authentication provided by Elytron.
-
Uses of NameRewriter in org.wildfly.security.auth.server
Fields in org.wildfly.security.auth.server declared as NameRewriterModifier and TypeFieldDescriptionstatic final NameRewriterNameRewriter.IDENTITY_REWRITERThe simple identity name rewriter, which does no rewriting.Methods in org.wildfly.security.auth.server that return NameRewriterModifier and TypeMethodDescriptionstatic NameRewriterNameRewriter.aggregate(NameRewriter... nameRewriters) Create a name rewriter which aggregates the given name rewriters; the first rewriter which successfully rewrites the name is used.static NameRewriterNameRewriter.aggregate(NameRewriter rewriter1, NameRewriter rewriter2) Create a name rewriter which aggregates the given name rewriters; the first rewriter which successfully rewrites the name is used.static NameRewriterNameRewriter.chain(NameRewriter... nameRewriters) Create a name rewriter which chains the given name rewriters; the name will be rewritten through the given rewriters in order and then returned.static NameRewriterNameRewriter.chain(NameRewriter rewriter1, NameRewriter rewriter2) Create a name rewriter which chains the given name rewriters; the name will be rewritten through the given rewriters in order and then returned.static NameRewriterCreate a name rewriter which always returns the same name.Methods in org.wildfly.security.auth.server with parameters of type NameRewriterModifier and TypeMethodDescriptionstatic NameRewriterNameRewriter.aggregate(NameRewriter... nameRewriters) Create a name rewriter which aggregates the given name rewriters; the first rewriter which successfully rewrites the name is used.static NameRewriterNameRewriter.aggregate(NameRewriter rewriter1, NameRewriter rewriter2) Create a name rewriter which aggregates the given name rewriters; the first rewriter which successfully rewrites the name is used.static NameRewriterNameRewriter.chain(NameRewriter... nameRewriters) Create a name rewriter which chains the given name rewriters; the name will be rewritten through the given rewriters in order and then returned.static NameRewriterNameRewriter.chain(NameRewriter rewriter1, NameRewriter rewriter2) Create a name rewriter which chains the given name rewriters; the name will be rewritten through the given rewriters in order and then returned.SecurityDomain.RealmBuilder.setNameRewriter(NameRewriter nameRewriter) Deprecated.SecurityDomain.Builder.setPostRealmRewriter(NameRewriter rewriter) Sets a post-realm name rewriter, which rewrites the authentication name after a realm is selected.SecurityDomain.Builder.setPreRealmRewriter(NameRewriter rewriter) Sets a pre-realm name rewriter, which rewrites the authentication name before a realm is selected.default PrincipalDecoderPrincipalDecoder.withRewriter(NameRewriter nameRewriter) Add a name rewriter to this principal decoder.