Interface ProtocolContext

All Superinterfaces:
ProtocolContext, Serializable

public interface ProtocolContext extends ProtocolContext
This class represents a protocol context for SAML 2.0 protocol.
  • Method Details

    • getFederationId

      String getFederationId()
      Get the federation ID.
      Returns:
      The federation ID.
    • getFederationName

      String getFederationName()
      Get the federation name.
      Returns:
      The federation name.
    • getPartnerId

      String getPartnerId()
      Get the partner ID.
      Returns:
      The partner ID.
    • getPartnerName

      String getPartnerName()
      Get the partner name.
      Returns:
      The partner name.
    • getAuthnRequest

      AuthnRequest getAuthnRequest()
      Get the authentication request.
      Returns:
      The authentication request.
    • getCompanyName

      String getCompanyName()
      ISAMSUP-1829 Add @return company name