Interface LocalScopePrefixProvider

All Known Implementing Classes:
DefaultLocalScopePrefixProvider

@Deprecated public interface LocalScopePrefixProvider
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 Type
    Method
    Description
    io.vavr.control.Try<String>
    Deprecated.
    Returns the local scope prefix determined by the given implementation.
  • Method Details

    • getLocalScopePrefix

      @Nonnull io.vavr.control.Try<String> getLocalScopePrefix()
      Deprecated.
      Returns the local scope prefix determined by the given implementation.
      Returns:
      A Try if the String representing the local scope prefix.