Interface ProtocolContext
-
- All Superinterfaces:
ProtocolContext
,java.io.Serializable
public interface ProtocolContext extends ProtocolContext
This class represents a protocol context for SAML 2.0 protocol.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthnRequest
getAuthnRequest()
Get the authentication request.java.lang.String
getCompanyName()
ISAMSUP-1829 Add @return company namejava.lang.String
getFederationId()
Get the federation ID.java.lang.String
getFederationName()
Get the federation name.java.lang.String
getPartnerId()
Get the partner ID.java.lang.String
getPartnerName()
Get the partner name.
-
-
-
Method Detail
-
getFederationId
java.lang.String getFederationId()
Get the federation ID.- Returns:
- The federation ID.
-
getFederationName
java.lang.String getFederationName()
Get the federation name.- Returns:
- The federation name.
-
getPartnerId
java.lang.String getPartnerId()
Get the partner ID.- Returns:
- The partner ID.
-
getPartnerName
java.lang.String getPartnerName()
Get the partner name.- Returns:
- The partner name.
-
getAuthnRequest
AuthnRequest getAuthnRequest()
Get the authentication request.- Returns:
- The authentication request.
-
getCompanyName
java.lang.String getCompanyName()
ISAMSUP-1829 Add @return company name
-
-