Package io.smallrye.jwt.auth.cdi
Class NullJsonWebToken
java.lang.Object
io.smallrye.jwt.auth.cdi.NullJsonWebToken
- All Implemented Interfaces:
Principal,org.eclipse.microprofile.jwt.JsonWebToken
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.microprofile.jwt.JsonWebToken
claim, claim, containsClaim, getAudience, getClaim, getExpirationTime, getGroups, getIssuedAtTime, getIssuer, getRawToken, getSubject, getTokenID
-
Constructor Details
-
NullJsonWebToken
public NullJsonWebToken()
-
-
Method Details
-
getName
-
getClaimNames
- Specified by:
getClaimNamesin interfaceorg.eclipse.microprofile.jwt.JsonWebToken
-
getClaim
- Specified by:
getClaimin interfaceorg.eclipse.microprofile.jwt.JsonWebToken
-