Uses of Interface
org.opensaml.security.trust.TrustEngine
-
Packages that use TrustEngine Package Description org.opensaml.security.httpclient Security API support for Apache HttpClient.org.opensaml.security.trust Interfaces and classes used to evaluate the trustworthiness and validity ofCredentials.org.opensaml.security.x509 X.509-based credential and trust classes.org.opensaml.security.x509.tls TLS security functionality. -
-
Uses of TrustEngine in org.opensaml.security.httpclient
Fields in org.opensaml.security.httpclient declared as TrustEngine Modifier and Type Field Description private TrustEngine<? super X509Credential>HttpClientSecurityParameters. tlsTrustEngineOptional trust engine used in evaluating server TLS credentials.Methods in org.opensaml.security.httpclient that return TrustEngine Modifier and Type Method Description TrustEngine<? super X509Credential>HttpClientSecurityConfiguration. getTLSTrustEngine()Sets the optional trust engine used in evaluating server TLS credentials.TrustEngine<? super X509Credential>HttpClientSecurityParameters. getTLSTrustEngine()Sets the optional trust engine used in evaluating server TLS credentials.Methods in org.opensaml.security.httpclient with parameters of type TrustEngine Modifier and Type Method Description voidHttpClientSecurityParameters. setTLSTrustEngine(TrustEngine<? super X509Credential> engine)Sets the optional trust engine used in evaluating server TLS credentials. -
Uses of TrustEngine in org.opensaml.security.trust
Subinterfaces of TrustEngine in org.opensaml.security.trust Modifier and Type Interface Description interfaceTrustedCredentialTrustEngine<TokenType>Evaluates the trustworthiness and validity of a token against implementation-specific requirements based on trusted credentials obtained via a credential resolver. -
Uses of TrustEngine in org.opensaml.security.x509
Subinterfaces of TrustEngine in org.opensaml.security.x509 Modifier and Type Interface Description interfacePKIXTrustEngine<TokenType>Trust engine that validates tokens using PKIX validation. -
Uses of TrustEngine in org.opensaml.security.x509.tls
Fields in org.opensaml.security.x509.tls declared as TrustEngine Modifier and Type Field Description private TrustEngine<? super X509Credential>ClientTLSValidationParameters. x509TrustEngineATrustEngineinstance used to validate a client TLSX509Credential.Methods in org.opensaml.security.x509.tls that return TrustEngine Modifier and Type Method Description TrustEngine<? super X509Credential>ClientTLSValidationConfiguration. getX509TrustEngine()Get aTrustEngineinstance used to validate a client TLSX509Credential.TrustEngine<? super X509Credential>ClientTLSValidationParameters. getX509TrustEngine()Get aTrustEngineinstance used to validate a client TLSX509Credential.Methods in org.opensaml.security.x509.tls with parameters of type TrustEngine Modifier and Type Method Description voidClientTLSValidationParameters. setX509TrustEngine(TrustEngine<? super X509Credential> engine)Set aTrustEngineinstance used to validate a client TLSX509Credential.
-