Uses of Interface
com.sap.cloud.security.token.Token
-
Packages that use Token Package Description com.sap.cloud.security.servlet com.sap.cloud.security.token -
-
Uses of Token in com.sap.cloud.security.servlet
Methods in com.sap.cloud.security.servlet that return Token Modifier and Type Method Description TokenTokenAuthenticationResult. getToken()The token that was checked for authentication. -
Uses of Token in com.sap.cloud.security.token
Subinterfaces of Token in com.sap.cloud.security.token Modifier and Type Interface Description interfaceAccessTokenRepresents 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 Token Modifier and Type Method Description static TokenToken. create(String jwt)Creates a token instance based on TokenFactory implementation.TokenTokenFactory. create(String jwtToken)Returns a token interface for the given JWT tokenstatic TokenSecurityContext. getToken()Returns the token that is saved in thread wide storage.Methods in com.sap.cloud.security.token with parameters of type Token Modifier and Type Method Description static voidSecurityContext. setToken(Token token)Saves the validated (!) token thread wide.
-