Interface JCoServerAuthorizationData


public interface JCoServerAuthorizationData
Authorization parameters sent by the caller system It will be passed to the JCoServerSecurityHandler on each call.
  • Field Summary

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

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

    • AUTHORIZATION_MODE_BASIC

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

    • isSSOBased

      boolean isSSOBased()
      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()
      Returns:
      SSO ticket if supplied or null