Class ClientTLSSecurityParametersContext

  • All Implemented Interfaces:
    Iterable<org.opensaml.messaging.context.BaseContext>

    public final class ClientTLSSecurityParametersContext
    extends org.opensaml.messaging.context.BaseContext
    Messaging context implementation for holding parameters related to validating client TLS X509Credential instances.
    • Constructor Detail

      • ClientTLSSecurityParametersContext

        public ClientTLSSecurityParametersContext()
    • Method Detail

      • isEvaluateClientCertificate

        public boolean isEvaluateClientCertificate()
        Determine whether to evaluate the certificate presented by the TLS client.

        Defaults to: true

        Returns:
        true if should evaluate, false otherwise
      • setEvaluateClientCertificate

        public void setEvaluateClientCertificate​(boolean flag)
        Set whether to evaluate the certificate presented by the TLS client.

        Defaults to: true

        Parameters:
        flag - true if should evaluate, false otherwise