Class ConstantPrincipalTransformer
java.lang.Object
org.wildfly.test.security.common.elytron.AbstractConfigurableElement
org.wildfly.test.security.common.elytron.AbstractConstantHelper
org.wildfly.test.security.common.elytron.ConstantPrincipalTransformer
- All Implemented Interfaces:
ConfigurableElement
Elytron constant-principal-transformer configuration implementation.
- Author:
- Josef Cacek
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder pattern for the class. -
Field Summary
Fields inherited from class org.wildfly.test.security.common.elytron.AbstractConfigurableElement
name -
Method Summary
Methods inherited from class org.wildfly.test.security.common.elytron.AbstractConstantHelper
create, removeMethods inherited from class org.wildfly.test.security.common.elytron.AbstractConfigurableElement
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.test.security.common.elytron.ConfigurableElement
create, remove
-
Method Details
-
getConstantElytronType
Description copied from class:AbstractConstantHelperReturns elytron node name (e.g. for resource /subsystem=elytron/constant-principal-transformer resources it returns "constant-principal-transformer").- Specified by:
getConstantElytronTypein classAbstractConstantHelper
-
builder
Creates builder.- Returns:
- created builder
-