Package org.opencastproject.security.jwt
Interface JWTLoginHandler
-
- All Known Implementing Classes:
DynamicLoginHandler
public interface JWTLoginHandlerInterface for handling JWT login.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringhandleToken(String token)Takes a JWT string, decodes it, validates it and returns the username encoded in the JWT.
-
-
-
Field Detail
-
MECH_JWT
static final String MECH_JWT
String constant identifying the login mechanism.- See Also:
- Constant Field Values
-
-