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