public interface CertificatePrincipal
Modifier and Type | Method and Description |
---|---|
Principal |
toPrincipal(X509Certificate[] certs)
Return the Principal associated with the specified chain of X509
client certificates.
|
Principal |
toPrinicipal(X509Certificate[] certs)
Deprecated.
method kept for backward compatibility. Use toPrincipal(X509Certificate[]) instead.
|
Principal toPrinicipal(X509Certificate[] certs)
null
.certs
- Array of client certificates, with the first one in
the array being the certificate of the client itself.Principal toPrincipal(X509Certificate[] certs)
null
.certs
- Array of client certificates, with the first one in
the array being the certificate of the client itself.Copyright © 2016 JBoss by Red Hat. All rights reserved.