public interface LocalScopePrefixProvider
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.Modifier and Type | Method and Description |
---|---|
io.vavr.control.Try<String> |
getLocalScopePrefix()
Returns the local scope prefix determined by the given implementation.
|
Copyright © 2021 SAP SE. All rights reserved.