Uses of Interface
com.sap.cloud.sdk.cloudplatform.security.AuthTokenFacade
-
Uses of AuthTokenFacade in com.sap.cloud.sdk.cloudplatform.security
Modifier and TypeClassDescriptionclass
Facade for retrieving the currentAuthToken
.class
Auth token facade for Deploy with Confidence (DwC) environment.Modifier and TypeFieldDescriptionstatic final AuthTokenFacade
AuthTokenFacade.NULL
"Null" implementation of this interface, to be used in case no implementation could be determined with theServiceLoader
pattern.Modifier and TypeMethodDescriptionstatic AuthTokenFacade
AuthTokenAccessor.getAuthTokenFacade()
TheAuthTokenFacade
instance.Modifier and TypeMethodDescriptionstatic void
AuthTokenAccessor.setAuthTokenFacade
(AuthTokenFacade requestFacade) Replaces the defaultAuthTokenFacade
instance.