Interface AuthTokenFacade
- All Known Implementing Classes:
DefaultAuthTokenFacade
,DwcAuthTokenFacade
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Facade for retrieving the current
AuthToken
.-
Field Summary
Modifier and TypeFieldDescriptionstatic final AuthTokenFacade
"Null" implementation of this interface, to be used in case no implementation could be determined with theServiceLoader
pattern. -
Method Summary
-
Field Details
-
NULL
"Null" implementation of this interface, to be used in case no implementation could be determined with theServiceLoader
pattern.This method will return a failed
Try
in case thetryGetCurrentToken()
gets invoked.
-
-
Method Details