public interface LocalScopePrefixProvider
ScpCfUserFacade
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 ScpCfUserFacade
and set this on the UserAccessor
to change the behavior at
runtime.Modifier and Type | Method and Description |
---|---|
String |
getLocalScopePrefix()
Returns the local scope prefix determined by the given implementation.
|
Copyright © 2018 SAP SE. All rights reserved.