org.wildfly.extras.creaper.commands.elytron.mapper
Class AddConcatenatingPrincipalDecoder.Builder
java.lang.Object
org.wildfly.extras.creaper.commands.elytron.mapper.AddConcatenatingPrincipalDecoder.Builder
- Enclosing class:
- AddConcatenatingPrincipalDecoder
public static final class AddConcatenatingPrincipalDecoder.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected final String name
principalDecoders
protected final List<String> principalDecoders
AddConcatenatingPrincipalDecoder.Builder
public AddConcatenatingPrincipalDecoder.Builder(String name)
joiner
public AddConcatenatingPrincipalDecoder.Builder joiner(String joiner)
build
public AddConcatenatingPrincipalDecoder build()
principalDecoders
public final THIS principalDecoders(String... principalDecoders)
- Sets principal decoders that should be aggregated/concatenated. At least 2 principal decoders
must be defined. It is possible to use following types as a principal decoder:
- customPrincipalDecoderType
- aggregate-principal-decoder
- concatenating-principal-decoder
- constant-principal-decoder
- x500-attribute-principal-decoder
- Parameters:
principalDecoders - previously defined principal-decoder
- Returns:
- builder
replaceExisting
public final THIS replaceExisting()
Copyright © 2020. All rights reserved.