public interface JCoServerUserContext
JCoServer
instance. Custom implementations of this interface can store additional application specific
information like authorization objects or user roles within the instance and use this data for
checking user authorizations in the application environment. The respective object, which is returned
by the authenticate-method of a security handler, will also be passed to all checkAuthorization-method
invocations within the same JCoServer
session.Modifier and Type | Method and Description |
---|---|
String |
getUser()
Returns the authenticated user which is transferred back to the calling RFC client within the
JCoAttributes.
|
String getUser()
Copyright © 2025 SAP. All rights reserved.