Class JWTAuthenticator
java.lang.Object
com.exclamationlabs.connid.base.connector.authenticator.JWTAuthenticator
- All Implemented Interfaces:
Authenticator
- Direct Known Subclasses:
JWTHS256Authenticator
,JWTRS256Authenticator
public abstract class JWTAuthenticator extends Object implements Authenticator
Abstract class for JWT authenticators.
-
Constructor Summary
Constructors Constructor Description JWTAuthenticator()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.exclamationlabs.connid.base.connector.authenticator.Authenticator
authenticate, getAdditionalAuthenticationHeaders, getRequiredPropertyNames
-
Constructor Details
-
JWTAuthenticator
public JWTAuthenticator()
-