Package org.forgerock.openig.security
Class TrustAllManager
java.lang.Object
org.forgerock.openig.security.TrustAllManager
- All Implemented Interfaces:
TrustManager,X509TrustManager
Trust all certificates that this class is asked to check.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCreates and initializes a trust-all manager in a heap environment. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckClientTrusted(X509Certificate[] certificates, String authType) voidcheckServerTrusted(X509Certificate[] certificates, String authType)
-
Constructor Details
-
TrustAllManager
public TrustAllManager()
-
-
Method Details
-
checkClientTrusted
- Specified by:
checkClientTrustedin interfaceX509TrustManager
-
checkServerTrusted
- Specified by:
checkServerTrustedin interfaceX509TrustManager
-
getAcceptedIssuers
- Specified by:
getAcceptedIssuersin interfaceX509TrustManager
-