Class SimpleSecurityDomain.Builder
java.lang.Object
org.wildfly.test.security.common.elytron.AbstractConfigurableElement.Builder<SimpleSecurityDomain.Builder>
org.wildfly.test.security.common.elytron.SimpleSecurityDomain.Builder
- Enclosing class:
- SimpleSecurityDomain
public static final class SimpleSecurityDomain.Builder
extends AbstractConfigurableElement.Builder<SimpleSecurityDomain.Builder>
Builder to build
SimpleSecurityDomain.-
Method Summary
Modifier and TypeMethodDescriptionbuild()protected SimpleSecurityDomain.Builderself()withDefaultRealm(String defaultRealm) withOutflowAnonymous(Boolean outflowAnonymous) withOutflowSecurityDomains(String... outflowSecurityDomains) withPermissionMapper(String permissionMapper) withPostRealmPrincipalTransformer(String postRealmPrincipalTransformer) withPreRealmPrincipalTransformer(String preRealmPrincipalTransformer) withPrincipalDecoder(String principalDecoder) withRealmMapper(String realmMapper) withRoleMapper(String roleMapper) withSecurityEventListener(String securityEventListener) withTrustedSecurityDomains(String[] trustedSecurityDomains) Methods inherited from class org.wildfly.test.security.common.elytron.AbstractConfigurableElement.Builder
withName
-
Method Details
-
withDefaultRealm
-
withOutflowAnonymous
-
withOutflowSecurityDomains
-
withPermissionMapper
-
withPreRealmPrincipalTransformer
public SimpleSecurityDomain.Builder withPreRealmPrincipalTransformer(String preRealmPrincipalTransformer) -
withPostRealmPrincipalTransformer
public SimpleSecurityDomain.Builder withPostRealmPrincipalTransformer(String postRealmPrincipalTransformer) -
withPrincipalDecoder
-
withRealmMapper
-
withRealms
-
withRoleMapper
-
withSecurityEventListener
-
withTrustedSecurityDomains
-
build
-
self
- Specified by:
selfin classAbstractConfigurableElement.Builder<SimpleSecurityDomain.Builder>
-