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, unprotectedallPaths, forGroup, forPath, forPath, restrictivebuild, create, http, identity, idmConfig, readFrom, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallPaths, forGroup, forPath, forPath, restrictivebuild, http, identity, idmConfigpublic 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.