Class Saml2Settings

java.lang.Object
com.onelogin.saml2.settings.Saml2Settings
org.gluu.oxtrust.util.saml.Saml2Settings

public class Saml2Settings extends com.onelogin.saml2.settings.Saml2Settings
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.onelogin.saml2.model.Organization
     
     
     
    void
    setOrganizationSub(com.onelogin.saml2.model.Organization organization)
     
    void
    setSpAssertionConsumerServiceUrlSub(URL spAssertionConsumerServiceUrl)
     
    void
    setSpEntityIdSub(String spEntityIdSub)
     
    void
    setSpNameIDFormatSub(String spNameIDFormatSub)
     
    void
    setSpSingleLogoutServiceUrlSub(URL spSingleLogoutServiceUrl)
     
    void
     

    Methods inherited from class com.onelogin.saml2.settings.Saml2Settings

    checkIdPSettings, checkSettings, checkSPCerts, checkSPSettings, getAuthnRequestsSigned, getContacts, getDigestAlgorithm, getHsm, getIdpCertFingerprint, getIdpCertFingerprintAlgorithm, getIdpEntityId, getIdpSingleLogoutServiceBinding, getIdpSingleLogoutServiceResponseUrl, getIdpSingleLogoutServiceUrl, getIdpSingleSignOnServiceBinding, getIdpSingleSignOnServiceUrl, getIdpx509cert, getIdpx509certMulti, getLogoutRequestSigned, getLogoutResponseSigned, getNameIdEncrypted, getOrganization, getRejectDeprecatedAlg, getRequestedAuthnContext, getRequestedAuthnContextComparison, getSignatureAlgorithm, getSignMetadata, getSpAssertionConsumerServiceBinding, getSpAssertionConsumerServiceUrl, getSPcert, getSPcertNew, getSpEntityId, getSPkey, getSPMetadata, getSpNameIDFormat, getSpSingleLogoutServiceBinding, getSpSingleLogoutServiceUrl, getSPValidationOnly, getUniqueIDPrefix, getWantAssertionsEncrypted, getWantAssertionsSigned, getWantMessagesSigned, getWantNameId, getWantNameIdEncrypted, getWantXMLValidation, isAllowRepeatAttributeName, isCompressRequestEnabled, isCompressResponseEnabled, isDebugActive, isRejectUnsolicitedResponsesWithInResponseTo, isStrict, isTrimAttributeValues, isTrimNameIds, setAllowRepeatAttributeName, setAuthnRequestsSigned, setCompressRequest, setCompressResponse, setContacts, setDebug, setDigestAlgorithm, setHsm, setIdpCertFingerprint, setIdpCertFingerprintAlgorithm, setIdpEntityId, setIdpSingleLogoutServiceBinding, setIdpSingleLogoutServiceResponseUrl, setIdpSingleLogoutServiceUrl, setIdpSingleSignOnServiceBinding, setIdpSingleSignOnServiceUrl, setIdpx509cert, setIdpx509certMulti, setLogoutRequestSigned, setLogoutResponseSigned, setNameIdEncrypted, setOrganization, setRejectDeprecatedAlg, setRejectUnsolicitedResponsesWithInResponseTo, setRequestedAuthnContext, setRequestedAuthnContextComparison, setSignatureAlgorithm, setSignMetadata, setSpAssertionConsumerServiceBinding, setSpAssertionConsumerServiceUrl, setSpEntityId, setSpNameIDFormat, setSpPrivateKey, setSpSingleLogoutServiceBinding, setSpSingleLogoutServiceUrl, setSPValidationOnly, setSpX509cert, setSpX509certNew, setStrict, setTrimAttributeValues, setTrimNameIds, setUniqueIDPrefix, setWantAssertionsEncrypted, setWantAssertionsSigned, setWantMessagesSigned, setWantNameId, setWantNameIdEncrypted, setWantXMLValidation, validateMetadata

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Saml2Settings

      public Saml2Settings()
  • Method Details

    • setSpSingleLogoutServiceUrlSub

      public void setSpSingleLogoutServiceUrlSub(URL spSingleLogoutServiceUrl)
    • setSpAssertionConsumerServiceUrlSub

      public void setSpAssertionConsumerServiceUrlSub(URL spAssertionConsumerServiceUrl)
    • setSpX509certSub

      public void setSpX509certSub(X509Certificate spX509cert)
    • setOrganizationSub

      public void setOrganizationSub(com.onelogin.saml2.model.Organization organization)
    • getOrganizationSub

      public com.onelogin.saml2.model.Organization getOrganizationSub()
    • getSpEntityIdSub

      public String getSpEntityIdSub()
    • setSpEntityIdSub

      public void setSpEntityIdSub(String spEntityIdSub)
    • getSpNameIDFormatSub

      public String getSpNameIDFormatSub()
    • setSpNameIDFormatSub

      public void setSpNameIDFormatSub(String spNameIDFormatSub)