public abstract class AbstractSAML2SSOFlowTest extends AbstractSAML2FlowTest
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
log
Class logger.
|
builderFactory, certFactoryBean, directoryServer, END_STATE_ID, END_STATE_OUTPUT_ATTR_EXPR, END_STATE_OUTPUT_ATTR_NAME, externalContext, flowExecutor, idGenerator, IDP_ENTITY_ID, idpCredential, IP_ADDRESS_AUTHN_FLOW_ID, IP_ADDRESS_AUTHN_MAP_BEAN_NAME, KEYSTORE_FILE, LDIF_FILE, marshallerFactory, parserPool, request, response, SAML1_TRANSFORM_C14N_BEAN_NAME, SAML2_TRANSFORM_C14N_BEAN_NAME, SP_ACS_URL, SP_ENTITY_ID, SP_RELAY_STATE, spCredential, unmarshallerFactoryapplicationContext, logger| Constructor and Description |
|---|
AbstractSAML2SSOFlowTest() |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.saml.saml2.core.AuthnRequest |
buildAuthnRequest(HttpServletRequest servletRequest) |
org.opensaml.saml.saml2.metadata.SingleSignOnService |
buildIdpSsoEndpoint(String binding,
String destination) |
org.opensaml.messaging.context.MessageContext<org.opensaml.saml.common.SAMLObject> |
buildOutboundMessageContext(org.opensaml.saml.saml2.core.AuthnRequest authnRequest,
String bindingUri) |
String |
getAcsUrl(HttpServletRequest servletRequest) |
String |
getBaseUrl(HttpServletRequest servletRequest) |
String |
getDestinationPost(HttpServletRequest servletRequest) |
String |
getDestinationPostSimpleSign(HttpServletRequest servletRequest) |
String |
getDestinationRedirect(HttpServletRequest servletRequest) |
org.opensaml.saml.saml2.encryption.Encrypter |
getEncrypter() |
getResponse, validateResult, validateResultassertFlowExecutionOutcome, assertFlowExecutionOutcome, assertFlowExecutionResult, assertProfileRequestContext, buildSOAP11Envelope, clearThreadLocals, getFlow, initializeFlowExecutor, initializeMocks, initializeThreadLocals, initializeXMLObjectSupport, overrideEndStateOutput, overrideEndStateOutput, registerFlowsInParentRegistry, retrieveProfileRequestContext, setAuthnFlowsProperty, setIdPHomeProperty, setupDirectoryServer, teardownDirectoryServerrun, setApplicationContext, springTestContextAfterTestClass, springTestContextAfterTestMethod, springTestContextBeforeTestClass, springTestContextBeforeTestMethod, springTestContextPrepareTestInstancepublic String getDestinationRedirect(HttpServletRequest servletRequest)
public String getDestinationPost(HttpServletRequest servletRequest)
public String getDestinationPostSimpleSign(HttpServletRequest servletRequest)
public org.opensaml.saml.saml2.core.AuthnRequest buildAuthnRequest(HttpServletRequest servletRequest) throws org.opensaml.xmlsec.encryption.support.EncryptionException
org.opensaml.xmlsec.encryption.support.EncryptionExceptionpublic org.opensaml.saml.saml2.encryption.Encrypter getEncrypter()
public String getAcsUrl(HttpServletRequest servletRequest)
public org.opensaml.saml.saml2.metadata.SingleSignOnService buildIdpSsoEndpoint(String binding, String destination)
public String getBaseUrl(HttpServletRequest servletRequest)
public org.opensaml.messaging.context.MessageContext<org.opensaml.saml.common.SAMLObject> buildOutboundMessageContext(org.opensaml.saml.saml2.core.AuthnRequest authnRequest,
String bindingUri)
Copyright © 1999–2015. All rights reserved.