Package com.sap.cloud.security.token
-
Interface Summary Interface Description AccessToken Represents an access token in the format of a JSON Web Token (not a short opaque token).Token Represents a JSON Web Token (JWT).TokenFactory Represents aTokencreation interface. -
Class Summary Class Description SecurityContext Thread wideTokenstorage.TokenClaims Constants denoting JWT claims as specified here: https://tools.ietf.org/html/rfc7519#section-4TokenHeader Constants denoting Jwt header parameters. -
Enum Summary Enum Description GrantType Constants denoting the grant type of a Jwt access token as specified here: https://tools.ietf.org/html/rfc6749 -
Exception Summary Exception Description InvalidTokenException Runtime exception during token validation.ProviderNotFoundException A dedicated runtime exception for missing implementations inServiceLoadercontext