Uses of Class
org.opensaml.security.x509.tls.CertificateNameOptions
-
Packages that use CertificateNameOptions Package Description org.opensaml.security.messaging.impl Message handler implementations.org.opensaml.security.x509.tls TLS security functionality.org.opensaml.security.x509.tls.impl Implementation classes for client TLS security. -
-
Uses of CertificateNameOptions in org.opensaml.security.messaging.impl
Fields in org.opensaml.security.messaging.impl declared as CertificateNameOptions Modifier and Type Field Description private CertificateNameOptionsBaseClientCertAuthSecurityHandler. certNameOptionsOptions for deriving client cert presenter entity ID's from an X.509 certificate.Methods in org.opensaml.security.messaging.impl that return CertificateNameOptions Modifier and Type Method Description protected CertificateNameOptionsBaseClientCertAuthSecurityHandler. getCertificateNameOptions()Get the certificate name options in use. -
Uses of CertificateNameOptions in org.opensaml.security.x509.tls
Fields in org.opensaml.security.x509.tls declared as CertificateNameOptions Modifier and Type Field Description private CertificateNameOptionsClientTLSValidationParameters. certificateNameOptionsACertificateNameOptionsinstance used to validate a client TLSX509Credential.Methods in org.opensaml.security.x509.tls that return CertificateNameOptions Modifier and Type Method Description CertificateNameOptionsCertificateNameOptions. clone()CertificateNameOptionsClientTLSValidationConfiguration. getCertificateNameOptions()Get aCertificateNameOptionsinstance to use when evaluating a client TLSX509Credential.CertificateNameOptionsClientTLSValidationParameters. getCertificateNameOptions()Get aCertificateNameOptionsinstance to use when evaluating a client TLSX509Credential.Methods in org.opensaml.security.x509.tls with parameters of type CertificateNameOptions Modifier and Type Method Description voidClientTLSValidationParameters. setCertificateNameOptions(CertificateNameOptions options)Set aCertificateNameOptionsinstance to use when evaluating a client TLSX509Credential. -
Uses of CertificateNameOptions in org.opensaml.security.x509.tls.impl
Fields in org.opensaml.security.x509.tls.impl declared as CertificateNameOptions Modifier and Type Field Description private CertificateNameOptionsBasicClientTLSValidationConfiguration. certificateNameOptionsACertificateNameOptionsinstance used to validate a client TLSX509Credential.Methods in org.opensaml.security.x509.tls.impl that return CertificateNameOptions Modifier and Type Method Description CertificateNameOptionsBasicClientTLSValidationConfiguration. getCertificateNameOptions()Get aCertificateNameOptionsinstance to use when evaluating a client TLSX509Credential.protected CertificateNameOptionsBasicClientTLSValidationParametersResolver. resolveNameOptions(CriteriaSet criteria)Resolve and return the effectiveCertificateNameOptions.Methods in org.opensaml.security.x509.tls.impl with parameters of type CertificateNameOptions Modifier and Type Method Description voidBasicClientTLSValidationConfiguration. setCertificateNameOptions(CertificateNameOptions options)Set aCertificateNameOptionsinstance to use when evaluating a client TLSX509Credential.
-