org.wildfly.extras.creaper.commands.elytron.mapper
Class AddAggregatePrincipalTransformer.Builder
java.lang.Object
org.wildfly.extras.creaper.commands.elytron.mapper.AddAggregatePrincipalTransformer.Builder
- Enclosing class:
- AddAggregatePrincipalTransformer
public static final class AddAggregatePrincipalTransformer.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
principalTransformers
protected final List<String> principalTransformers
AddAggregatePrincipalTransformer.Builder
public AddAggregatePrincipalTransformer.Builder(String name)
build
public AddAggregatePrincipalTransformer build()
principalTransformers
public final THIS principalTransformers(String... principalTransformers)
- Sets principal transformers that should be aggregated/chained. At least 2 principal transformers must be
defined. It is possible to use following types as a principal transformer:
- aggregate-principal-transformer
- chained-principal-transformer
- constant-principal-transformer
- custom-principal-transformer
- regex-principal-transformer
- regex-validating-principal-transformer
- Parameters:
principalTransformers - previously defined principal-decoder
- Returns:
- builder
replaceExisting
public final THIS replaceExisting()
Copyright © 2020. All rights reserved.