Package org.mockserver.saml
Class SamlAssertionStore.Provider
java.lang.Object
org.mockserver.saml.SamlAssertionStore.Provider
- Enclosing class:
- SamlAssertionStore
Immutable description of a generated mock SAML IdP, holding everything the SSO callback needs
to mint and sign a fresh
Response per request.-
Constructor Summary
ConstructorsConstructorDescriptionProvider(String ssoServiceUrl, String sloServiceUrl, String spSingleLogoutServiceUrl, String idpEntityId, String spEntityId, String assertionConsumerServiceUrl, String subjectNameId, String nameIdFormat, Map<String, String> attributes, long sessionDurationSeconds, PrivateKey signingPrivateKey, X509Certificate signingCertificate, AsymmetricKeyPairAlgorithm signingAlgorithm, boolean expiredAssertion, boolean wrongAudience, boolean tamperedSignature) -
Method Summary
-
Constructor Details
-
Provider
public Provider(String ssoServiceUrl, String sloServiceUrl, String spSingleLogoutServiceUrl, String idpEntityId, String spEntityId, String assertionConsumerServiceUrl, String subjectNameId, String nameIdFormat, Map<String, String> attributes, long sessionDurationSeconds, PrivateKey signingPrivateKey, X509Certificate signingCertificate, AsymmetricKeyPairAlgorithm signingAlgorithm, boolean expiredAssertion, boolean wrongAudience, boolean tamperedSignature)
-