public class X509AuthenticationConfigurationBuilder extends AuthenticationMethodConfigurationBuilder
Configures HTTP CLIENT-CERT Authentication for a specific path.
Modifier and Type | Method and Description |
---|---|
X509AuthenticationConfigurationBuilder |
subjectRegex(String expression)
Specifies a Java Regex that will be used to extract the subject's identifier from the certificate.
|
authenticateWith, authorizeWith, getBuilder, redirectTo, unprotected
allPaths, forGroup, forPath, forPath, restrictive
build, create, http, identity, idmConfig, readFrom, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
allPaths, forGroup, forPath, forPath, restrictive
build, http, identity, idmConfig
public X509AuthenticationConfigurationBuilder subjectRegex(String expression)
Specifies a Java Regex that will be used to extract the subject's identifier from the certificate.
expression
- Copyright © 2018 JBoss by Red Hat. All rights reserved.