Interface ProtocolContext
- All Superinterfaces:
ProtocolContext
,Serializable
This class represents a protocol context for SAML 2.0 protocol.
-
Method Summary
Modifier and TypeMethodDescriptionGet the authentication request.ISAMSUP-1829 Add @return company nameGet the federation ID.Get the federation name.Get the partner ID.Get the partner name.
-
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
-