Interface SamlDeployment

  • All Known Implementing Classes:
    DefaultSamlDeployment

    public interface SamlDeployment
    Represents SAML deployment configuration.
    Version:
    $Revision: 1 $
    Author:
    Bill Burke
    • Method Detail

      • getIDP

        SamlDeployment.IDP getIDP()
        Returns Identity Provider configuration for this SAML deployment.
        Returns:
        see description.
      • isConfigured

        boolean isConfigured()
      • getEntityID

        String getEntityID()
        Returns entity identifier of this SP.
        Returns:
        see description.
      • getNameIDPolicyFormat

        String getNameIDPolicyFormat()
      • isForceAuthentication

        boolean isForceAuthentication()
      • isIsPassive

        boolean isIsPassive()
      • turnOffChangeSessionIdOnLogin

        boolean turnOffChangeSessionIdOnLogin()
      • getSigningKeyPair

        KeyPair getSigningKeyPair()
      • getSignatureCanonicalizationMethod

        String getSignatureCanonicalizationMethod()
      • getLogoutPage

        String getLogoutPage()
      • getRoleAttributeNames

        Set<String> getRoleAttributeNames()
      • getPrincipalAttributeName

        String getPrincipalAttributeName()
      • isAutodetectBearerOnly

        boolean isAutodetectBearerOnly()
      • isKeepDOMAssertion

        boolean isKeepDOMAssertion()