Package org.gluu.oxtrust.util.saml
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 Saml2Settings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.onelogin.saml2.model.Organization
getOrganizationSub()
java.lang.String
getSpEntityIdSub()
java.lang.String
getSpNameIDFormatSub()
void
setOrganizationSub(com.onelogin.saml2.model.Organization organization)
void
setSpAssertionConsumerServiceUrlSub(java.net.URL spAssertionConsumerServiceUrl)
void
setSpEntityIdSub(java.lang.String spEntityIdSub)
void
setSpNameIDFormatSub(java.lang.String spNameIDFormatSub)
void
setSpSingleLogoutServiceUrlSub(java.net.URL spSingleLogoutServiceUrl)
void
setSpX509certSub(java.security.cert.X509Certificate spX509cert)
-
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
-
-
-
-
Method Detail
-
setSpSingleLogoutServiceUrlSub
public void setSpSingleLogoutServiceUrlSub(java.net.URL spSingleLogoutServiceUrl)
-
setSpAssertionConsumerServiceUrlSub
public void setSpAssertionConsumerServiceUrlSub(java.net.URL spAssertionConsumerServiceUrl)
-
setSpX509certSub
public void setSpX509certSub(java.security.cert.X509Certificate spX509cert)
-
setOrganizationSub
public void setOrganizationSub(com.onelogin.saml2.model.Organization organization)
-
getOrganizationSub
public com.onelogin.saml2.model.Organization getOrganizationSub()
-
getSpEntityIdSub
public java.lang.String getSpEntityIdSub()
-
setSpEntityIdSub
public void setSpEntityIdSub(java.lang.String spEntityIdSub)
-
getSpNameIDFormatSub
public java.lang.String getSpNameIDFormatSub()
-
setSpNameIDFormatSub
public void setSpNameIDFormatSub(java.lang.String spNameIDFormatSub)
-
-