Class IssuerAwareJWTDecoderAdapter.DummyX509TrustManager
- java.lang.Object
-
- org.birchframework.security.oauth2.IssuerAwareJWTDecoderAdapter.DummyX509TrustManager
-
- All Implemented Interfaces:
TrustManager,X509TrustManager
- Enclosing class:
- IssuerAwareJWTDecoderAdapter
protected static class IssuerAwareJWTDecoderAdapter.DummyX509TrustManager extends Object implements X509TrustManager
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDummyX509TrustManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckClientTrusted(X509Certificate[] certs, String authType)voidcheckServerTrusted(X509Certificate[] certs, String authType)X509Certificate[]getAcceptedIssuers()
-
-
-
Method Detail
-
getAcceptedIssuers
public X509Certificate[] getAcceptedIssuers()
- Specified by:
getAcceptedIssuersin interfaceX509TrustManager
-
checkClientTrusted
public void checkClientTrusted(X509Certificate[] certs, String authType)
- Specified by:
checkClientTrustedin interfaceX509TrustManager
-
checkServerTrusted
public void checkServerTrusted(X509Certificate[] certs, String authType)
- Specified by:
checkServerTrustedin interfaceX509TrustManager
-
-