Package io.smallrye.jwt.auth.cdi
Class NullJsonWebToken
- java.lang.Object
-
- io.smallrye.jwt.auth.cdi.NullJsonWebToken
-
-
Constructor Summary
Constructors Constructor Description NullJsonWebToken()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TgetClaim(String claimName)Set<String>getClaimNames()StringgetName()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
getName
public String getName()
-
getClaimNames
public Set<String> getClaimNames()
- Specified by:
getClaimNamesin interfaceorg.eclipse.microprofile.jwt.JsonWebToken
-
getClaim
public <T> T getClaim(String claimName)
- Specified by:
getClaimin interfaceorg.eclipse.microprofile.jwt.JsonWebToken
-
-