Uses of Interface
org.wildfly.security.auth.server.NameRewriter
-
Packages that use NameRewriter Package Description org.wildfly.security.auth.server 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 NameRewriter Modifier and Type Field Description static NameRewriterNameRewriter. IDENTITY_REWRITERThe simple identity name rewriter, which does no rewriting.Methods in org.wildfly.security.auth.server that return NameRewriter Modifier and Type Method Description static 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 NameRewriterNameRewriter. constant(String name)Create a name rewriter which always returns the same name.Methods in org.wildfly.security.auth.server with parameters of type NameRewriter Modifier and Type Method Description static 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.RealmBuilderSecurityDomain.RealmBuilder. setNameRewriter(NameRewriter nameRewriter)Deprecated.SecurityDomain.BuilderSecurityDomain.Builder. setPostRealmRewriter(NameRewriter rewriter)Sets a post-realm name rewriter, which rewrites the authentication name after a realm is selected.SecurityDomain.BuilderSecurityDomain.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.
-