Uses of Interface
com.sap.conn.jco.server.JCoServerUserContext
Packages that use JCoServerUserContext
-
Uses of JCoServerUserContext in com.sap.conn.jco.server
Methods in com.sap.conn.jco.server that return JCoServerUserContextModifier and TypeMethodDescriptiondefault JCoServerUserContext
JCoServerSecurityHandler.authenticate
(JCoServerContextInfo serverCtxInfo, JCoServerAuthenticationData... authenticationData) This method will be invoked by the JCo runtime for each new session which is established.Methods in com.sap.conn.jco.server with parameters of type JCoServerUserContextModifier and TypeMethodDescriptiondefault void
JCoServerSecurityHandler.checkAuthorization
(JCoServerContextInfo serverCtxInfo, JCoServerUserContext userContext, String functionName) This method will be invoked by the JCo runtime on each remote function call.