org.wildfly.extras.creaper.commands.elytron.mapper
Class AddAggregatePrincipalDecoder.Builder
java.lang.Object
org.wildfly.extras.creaper.commands.elytron.mapper.AddAggregatePrincipalDecoder.Builder
- Enclosing class:
- AddAggregatePrincipalDecoder
public static final class AddAggregatePrincipalDecoder.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
AddAggregatePrincipalDecoder.Builder
public AddAggregatePrincipalDecoder.Builder(String name)
build
public AddAggregatePrincipalDecoder 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.