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 TypeInterfaceDescriptioninterfaceRepresents 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 TokenCreates a token instance based on TokenFactory implementation.Returns a token interface for the given JWT tokenstatic TokenSecurityContext.getIdToken()Retrieves the ID token associated with the current context.static TokenSecurityContext.getInitialToken()Returns the initial access token for the current thread.static TokenSecurityContext.getToken()Returns the current access token for this thread.static TokenSecurityContext.getXsuaaToken()Retrieves the XSUAA token associated with the current context.IdTokenExtension.resolveIdToken(Token cachedIdToken) Resolves an ID token from the current security context.XsuaaTokenExtension.resolveXsuaaToken(Token cachedXsuaaToken) Resolves a XSUAA token from the current security context (typically via IAS-to-XSUAA exchange).Methods in com.sap.cloud.security.token with parameters of type TokenModifier and TypeMethodDescriptionIdTokenExtension.resolveIdToken(Token cachedIdToken) Resolves an ID token from the current security context.XsuaaTokenExtension.resolveXsuaaToken(Token cachedXsuaaToken) Resolves a XSUAA token from the current security context (typically via IAS-to-XSUAA exchange).static voidSets the access token for the current thread and resets the security context.static voidSecurityContext.setXsuaaToken(Token token) Sets the XSUAA token for the current thread.static voidSecurityContext.updateToken(Token token) Updates only the token field without clearing derived tokens or resetting context.