Class SAML2ConfigurationContext

java.lang.Object
org.opensaml.messaging.context.BaseContext
org.pac4j.saml.context.SAML2ConfigurationContext
All Implemented Interfaces:
Iterable<org.opensaml.messaging.context.BaseContext>

public class SAML2ConfigurationContext extends org.opensaml.messaging.context.BaseContext
Since:
5.0.0
Author:
Misagh Moayyed
  • Field Details

  • Constructor Details

    • SAML2ConfigurationContext

      public SAML2ConfigurationContext(org.pac4j.core.context.WebContext webContext, SAML2Configuration configuration)
  • Method Details

    • getSAML2Configuration

      public SAML2Configuration getSAML2Configuration()
    • getAuthnRequestBindingType

      public String getAuthnRequestBindingType()
    • getAssertionConsumerServiceIndex

      public Integer getAssertionConsumerServiceIndex()
    • getAttributeConsumingServiceIndex

      public Integer getAttributeConsumingServiceIndex()
    • getComparisonType

      public String getComparisonType()
    • getNameIdPolicyFormat

      public String getNameIdPolicyFormat()
    • isNameIdPolicyAllowCreate

      public Boolean isNameIdPolicyAllowCreate()
    • getProviderName

      public String getProviderName()
    • getIssuerFormat

      public String getIssuerFormat()
    • isUseNameQualifier

      public Boolean isUseNameQualifier()
    • getAuthnContextClassRefs

      public List<String> getAuthnContextClassRefs()
    • isPassive

      public Boolean isPassive()
    • isForceAuth

      public Boolean isForceAuth()
    • getNameIdAttribute

      public String getNameIdAttribute()
    • isWantsAssertionsSigned

      public Boolean isWantsAssertionsSigned()
    • getMaximumAuthenticationLifetime

      public Long getMaximumAuthenticationLifetime()
    • isWantsResponsesSigned

      public boolean isWantsResponsesSigned()