Uses of Interface
com.sap.cloud.security.token.Token
Packages that use Token
-
Uses of Token in com.sap.cloud.security.servlet
Methods in com.sap.cloud.security.servlet that return Token -
Uses of Token in com.sap.cloud.security.token
Subinterfaces of Token in com.sap.cloud.security.tokenModifier and TypeInterfaceDescriptioninterface
Represents an access token in the format of a JSON Web Token (not a short opaque token).Methods in com.sap.cloud.security.token that return TokenModifier and TypeMethodDescriptionstatic Token
Creates a token instance based on TokenFactory implementation.Returns a token interface for the given JWT tokenstatic Token
SecurityContext.getToken()
Returns the token that is saved in thread wide storage.Methods in com.sap.cloud.security.token with parameters of type Token