Interface JCoServerAuthorizationData


@Deprecated public interface JCoServerAuthorizationData
Deprecated.
Will be removed in a future release without further notice. This class is no longer needed when using the new security handler method JCoServerSecurityHandler.checkAuthorization(JCoServerContextInfo, JCoServerUserContext, String)
Authorization parameters sent by the caller system It will be passed to the JCoServerSecurityHandler for each remote function call.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Deprecated.
    Authorization mode basic.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    boolean
    Deprecated.
    Returns true is SSO ticket was supplied.
  • Field Details

    • AUTHORIZATION_MODE_BASIC

      static final int AUTHORIZATION_MODE_BASIC
      Deprecated.
      Authorization mode basic.
      See Also:
  • Method Details

    • isSSOBased

      boolean isSSOBased()
      Deprecated.
      Returns true is SSO ticket was supplied. In this case the getSSOTicket will return the SSO ticket sent by the caller system
      Returns:
      true is SSO ticket was supplied
    • getSSOTicket

      String getSSOTicket()
      Deprecated.
      Returns:
      SSO ticket if supplied or null