Interface LocalScopePrefixProvider
- All Known Implementing Classes:
DefaultLocalScopePrefixProvider
Deprecated.
To be removed without replacement. Please refer to release notes for more information.
The interface representing the strategy used by the
LocalScopePrefixExtractor to determine the local scope
prefix (i.e. prefix used to decide whether the given scope is local to an application). You can provide your own
implementation of this interface to an ScpCfPrincipalFacade or ScpCfPrincipal to change the behavior
at runtime.-
Method Summary
Modifier and TypeMethodDescriptionio.vavr.control.Try<String>Deprecated.Returns the local scope prefix determined by the given implementation.
-
Method Details
-
getLocalScopePrefix
Deprecated.Returns the local scope prefix determined by the given implementation.- Returns:
- A
Tryif the String representing the local scope prefix.
-