Uses of Package
com.ibm.websphere.security.jwt
-
Classes in com.ibm.websphere.security.jwt used by com.ibm.websphere.security.jwt Class Description Builder Claims TheClaimsinterface represents JSON Web Token (JWT) payload claims and offers convenient get methods for some of the well known JWT claims such as "iss", "exp", and "iat".Consumer InvalidBuilderException InvalidClaimException InvalidConsumerException InvalidTokenException JwtBuilder This API is used for the creation of JSON Web Token (JWT) security tokens conforming the JWT specification as defined in:
JSON Web Token (JWT).JwtConsumer This is a class that facilitates validating and parsing JSON Web Tokens.JwtException JwtToken TheJwtTokenrepresents JSON Web Token (JWT) and consists of a payload which is represented byClaimsand header and signature.KeyException