A B C D E F G I K L M N O P R S T U V 

A

AbstractFlowTest - Class in net.shibboleth.idp.test.flows
Abstract flow test.
AbstractFlowTest() - Constructor for class net.shibboleth.idp.test.flows.AbstractFlowTest
 
AbstractSAML1FlowTest - Class in net.shibboleth.idp.test.flows.saml1
Abstract SAML 1 flow test.
AbstractSAML1FlowTest() - Constructor for class net.shibboleth.idp.test.flows.saml1.AbstractSAML1FlowTest
 
AbstractSAML2FlowTest - Class in net.shibboleth.idp.test.flows.saml2
Abstract SAML 2 flow test.
AbstractSAML2FlowTest() - Constructor for class net.shibboleth.idp.test.flows.saml2.AbstractSAML2FlowTest
 
AbstractSAML2SSOFlowTest - Class in net.shibboleth.idp.test.flows.saml2
Abstract SAML 2 SSO flow test.
AbstractSAML2SSOFlowTest() - Constructor for class net.shibboleth.idp.test.flows.saml2.AbstractSAML2SSOFlowTest
 
ACTIVATED_FLOWS_BEAN_ID - Static variable in class net.shibboleth.idp.test.flows.interceptor.InterceptFlowTest
Bean ID of activated intercept flows.
assertAssertion(Assertion) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Assert that : the assertion ID is not null nor empty the assertion issue instant is not null the assertion version is SAMLVersion.VERSION_11 the assertion issuer is the expected IdP entity ID
assertAssertion(Assertion) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Assert that : the assertion ID is not null nor empty the assertion issue instant is not null the assertion version is SAMLVersion.VERSION_20 the issuer is the expected IdP entity ID
assertAssertions(List<Assertion>) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Assert that a single assertion is present.
assertAssertions(List<Assertion>) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Assert that a single assertion is present.
assertAttribute(Attribute, String, String) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Assert that the attribute namespace is SAMLConstants.SAML1_ATTR_NAMESPACE_URI, the attribute name is the supplied name, and the attribute value is the single supplied String value.
assertAttributeName(Attribute, String, String, String) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Assert that the attribute name, name format, and friendly name are the supplied names.
assertAttributes(List<Attribute>) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Assert that two attributes are present.
assertAttributes(List<Attribute>) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Assert that the attributes from the response match the expected attributes.
assertAttributeStatement(AttributeStatement) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Assert that the attribute statement has a subject and attributes.
assertAttributeStatement(AttributeStatement) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Assert that the attribute statement has attributes.
assertAttributeStatements(List<AttributeStatement>) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Assert that a single attribute statement is present.
assertAttributeStatements(List<AttributeStatement>) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Assert that a single attribute statement is present.
assertAttributeValue(Attribute, String) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Assert that the attribute value is the supplied String value.
assertAudienceRestriction(AudienceRestriction) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Assert that the audience restriction has a single audience whose URI is the expected SP entity ID.
assertAudienceRestrictionConditions(List<AudienceRestrictionCondition>) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Assert that a single audience restriction condition is present.
assertAudienceRestrictions(List<AudienceRestriction>) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Assert that a single audience restriction is present.
assertAudiences(List<Audience>) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Assert that a single audience is present whose URI is the expected SP entity ID.
assertAuthenticationMethod(String) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Assert that the authentication method is the expected authentication method.
assertAuthenticationStatement(AuthenticationStatement) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Assert that : the authentication statement has a subject the authentication instant is not null the authentication method is not null nor empty
assertAuthenticationStatements(List<AuthenticationStatement>) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Assert that a single authentication statement is present.
assertAuthnContextClassRef(AuthnContextClassRef) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Assert that the authn context class ref is AuthnContext.IP_AUTHN_CTX.
assertAuthnStatement(AuthnStatement) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Assert that the authn statement has an authn instant and authn context class ref.
assertAuthnStatements(List<AuthnStatement>) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Assert that a single authn statement is present.
assertConditions(Conditions) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Assert that the conditions has a NotBefore and NotOnOrAfter attribute, and that a single audience restriction conditions is present.
assertConditions(Conditions) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Assert that the conditions has NotBefore and NotOnOrAfter attributes.
assertConfirmationMethod(ConfirmationMethod) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Assert the confirmation method.
assertConfirmationMethods(List<ConfirmationMethod>) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Assert that a single confirmation method is present.
assertFlowExecutionOutcome(FlowExecutionOutcome) - Method in class net.shibboleth.idp.test.flows.AbstractFlowTest
Assert that the flow execution outcome is not null and its id equals "end".
assertFlowExecutionOutcome(FlowExecutionOutcome, String) - Method in class net.shibboleth.idp.test.flows.AbstractFlowTest
Assert that the flow execution outcome is not null and its id equals the given end state id.
assertFlowExecutionResult(FlowExecutionResult, String) - Method in class net.shibboleth.idp.test.flows.AbstractFlowTest
Assert that the flow execution result is not null, has ended, and its flow id equals the given flow id.
assertNameID(NameID) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Assert that : the NameID is not null the NameID value is not null the NameID format is the expected format the NameID value is the expected value if the format is not transient the NameID name qualifier is the expected name qualifier the NameID SP name qualifier is the expected SP name qualifier
assertNameIdentifier(NameIdentifier) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Assert that : the name identifier is not null the name identifier value is not null the name identifier value is the expected value if the format is not transient the name format is the expected name format/li> the name qualifier is the expected name qualifier
assertProfileRequestContext(ProfileRequestContext) - Method in class net.shibboleth.idp.test.flows.AbstractFlowTest
Assert that the profile request context has an outbound message context and that the outbound message context has a message.
assertResponse(Response) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Assert that : the response ID is not null nor empty the response IssueInstant is not null the response version is SAMLVersion.VERSION_11
assertResponse(StatusResponseType) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestStatusResponseTypeValidator
Assert that : the response is not null the response ID is not null the response ID is not empty the response issue instant is not null the response version is SAMLVersion.VERSION_20 the response issuer is the expected IdP entity ID the response destination is the expected destination, if not null
assertStatus(Status) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Assert that : the status is not null the status code is not null the status code is the expected status code the status message is the expected status message if the status code is not success
assertStatus(Status) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestStatusResponseTypeValidator
Assert that : the status is not null the status code is not null the status code is the expected status code the status message is the expected status message if the status code is not success the nested status message is the expected nested status message if the status is not success
assertSubject(Subject) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Assert that the subject has a name identifier and subject confirmation.
assertSubject(Subject) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Assert that the subject has a nameID and subject confirmations.
assertSubjectConfirmation(SubjectConfirmation) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Assert that the subject confirmation has a single confirmation method.
assertSubjectConfirmation(SubjectConfirmation) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Assert that the subject confirmation has a confirmation method.
assertSubjectConfirmationData(SubjectConfirmationData) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Assert that : the subject confirmation data address is "127.0.0.1" the subject confirmation data NotOnOrAfter is not null the subject confirmation data recipient is not null nor empty
assertSubjectConfirmationMethod(SubjectConfirmation) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Assert that the subject confirmation method is SubjectConfirmation.METHOD_BEARER.
assertSubjectConfirmations(List<SubjectConfirmation>) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Assert that a single subject confirmation is present.
attributeName - Variable in class net.shibboleth.idp.test.flows.c14n.actions.SetupForSAML1C14N
 
attributeName - Variable in class net.shibboleth.idp.test.flows.c14n.actions.SetupForSAML2C14N
 
authenticate(URI, TrustEngine<X509Credential>) - Method in class net.shibboleth.idp.test.flows.cas.TestProxyAuthenticator
 
authenticationMethod - Variable in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Expected authentication method.
authnContextClassRef - Variable in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Authentication context class reference.

B

buildAuthnRequest(HttpServletRequest) - Method in class net.shibboleth.idp.test.flows.saml2.AbstractSAML2SSOFlowTest
 
builderFactory - Static variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
XMLObject builder factory
buildExpectedAttributes() - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Build expected attributes.
buildIdpSsoEndpoint(String, String) - Method in class net.shibboleth.idp.test.flows.saml2.AbstractSAML2SSOFlowTest
 
buildOutboundMessageContext(AuthnRequest, String) - Method in class net.shibboleth.idp.test.flows.saml2.AbstractSAML2SSOFlowTest
 
buildRequest(boolean) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1AttributeQueryFlowTest
buildRequest() - Method in class net.shibboleth.idp.test.flows.saml1.SAML1UnsolicitedSSOFlowTest
buildRequest(boolean) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2AttributeQueryFlowTest
buildRequest() - Method in class net.shibboleth.idp.test.flows.saml2.SAML2POSTSimpleSignSSOFlowTest
buildRequest() - Method in class net.shibboleth.idp.test.flows.saml2.SAML2POSTSSOFlowTest
buildRequest() - Method in class net.shibboleth.idp.test.flows.saml2.SAML2RedirectSSOFlowTest
buildRequest() - Method in class net.shibboleth.idp.test.flows.saml2.SAML2UnsolicitedSSOFlowTest
buildSOAP11Envelope(XMLObject) - Static method in class net.shibboleth.idp.test.flows.AbstractFlowTest
Build a SOAP11 Envelope with the given payload.

C

certFactoryBean - Variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
SP certificate wired via test/test-beans.xml.
clearThreadLocals() - Method in class net.shibboleth.idp.test.flows.AbstractFlowTest
HttpServletRequestResponseContext.clearCurrent()
commitResponse - Variable in class net.shibboleth.idp.test.flows.exception.ThrowException
 
confirmationMethod - Variable in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Expected confirmation method.
createProxyGrantingTicket(String) - Method in class net.shibboleth.idp.test.flows.cas.ProxyFlowTest
 
createProxyGrantingTicket(String, Instant, ServiceTicket) - Method in class net.shibboleth.idp.test.flows.cas.ThrowingTicketService
 
createProxyGrantingTicket(String, Instant, ProxyTicket) - Method in class net.shibboleth.idp.test.flows.cas.ThrowingTicketService
 
createProxyTicket(String) - Method in class net.shibboleth.idp.test.flows.cas.ProxyValidateFlowTest
 
createProxyTicket(String, Instant, ProxyGrantingTicket, String) - Method in class net.shibboleth.idp.test.flows.cas.ThrowingTicketService
 
createServiceTicket(String, Instant, String, String, boolean) - Method in class net.shibboleth.idp.test.flows.cas.ThrowingTicketService
 
customizeContext(GenericWebApplicationContext, WebMergedContextConfiguration) - Method in class net.shibboleth.idp.test.PreferFileSystemContextLoader

D

decryptAssertion(EncryptedAssertion) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
 
destination - Variable in class net.shibboleth.idp.test.flows.saml2.SAML2TestStatusResponseTypeValidator
Expected destination.
directoryServer - Variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
In-memory directory server.
directoryServer - Variable in class net.shibboleth.idp.test.InMemoryDirectory
Directory server.
doExecute(ProfileRequestContext) - Method in class net.shibboleth.idp.test.flows.c14n.actions.SetupForSAML1C14N
 
doExecute(ProfileRequestContext) - Method in class net.shibboleth.idp.test.flows.c14n.actions.SetupForSAML2C14N
 
doExecute(ProfileRequestContext) - Method in class net.shibboleth.idp.test.flows.c14n.actions.TestAfterC14N
 
doExecute(ProfileRequestContext) - Method in class net.shibboleth.idp.test.flows.exception.ThrowException
doExecute(ProfileRequestContext) - Method in class net.shibboleth.idp.test.flows.mapper.SpoofSAMLMessage
 
doExecute(ProfileRequestContext) - Method in class net.shibboleth.idp.test.flows.mapper.TestAfterFilter
 
doExecute(ProfileRequestContext) - Method in class net.shibboleth.idp.test.flows.SetupForResolver
 

E

eduPersonScopedAffiliationAttribute - Variable in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Expected eduPersonScopedAffiliation attribute.
encodeMessage(SAMLObject) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2POSTSimpleSignSSOFlowTest
Base64 the given SAML message.
encodeMessage(SAMLObject) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2POSTSSOFlowTest
Base64 the given SAML message.
encodeMessage(SAMLObject) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2RedirectSSOFlowTest
DEFLATE (RFC1951) compresses the given SAML message.
END_STATE_ID - Static variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
The end state ID.
END_STATE_OUTPUT_ATTR_EXPR - Static variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
The end state output attribute expression which retrieves the profile request context.
END_STATE_OUTPUT_ATTR_NAME - Static variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
The name of the end state flow output attribute containing the profile request context.
eppnAttribute - Variable in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Expected eppn attribute.
ExceptionFlowTest - Class in net.shibboleth.idp.test.flows.exception
Tests for the profile interceptor flow.
ExceptionFlowTest() - Constructor for class net.shibboleth.idp.test.flows.exception.ExceptionFlowTest
 
expectedAttributes - Variable in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Expected attributes.
expectedDesignatedAttributes - Variable in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Expected attributes.
externalContext - Variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
Mock external context.

F

failureFlag - Variable in class net.shibboleth.idp.test.flows.cas.TestProxyAuthenticator
Whether to fail or not.
fetchProxyGrantingTicket(String) - Method in class net.shibboleth.idp.test.flows.cas.ThrowingTicketService
 
FLOW_ID - Static variable in class net.shibboleth.idp.test.flows.cas.LoginFlowTest
Flow id.
FLOW_ID - Static variable in class net.shibboleth.idp.test.flows.cas.LoginFlowTicketCreationErrorTest
Flow id.
FLOW_ID - Static variable in class net.shibboleth.idp.test.flows.cas.ProxyFlowTest
Flow id.
FLOW_ID - Static variable in class net.shibboleth.idp.test.flows.cas.ProxyValidateFlowTest
Flow id.
FLOW_ID - Static variable in class net.shibboleth.idp.test.flows.cas.SamlValidateFlowTest
Flow id.
FLOW_ID - Static variable in class net.shibboleth.idp.test.flows.cas.ServiceValidateFlowTest
Flow id.
FLOW_ID - Static variable in class net.shibboleth.idp.test.flows.saml1.SAML1AttributeQueryFlowTest
Flow id.
FLOW_ID - Static variable in class net.shibboleth.idp.test.flows.saml1.SAML1UnsolicitedSSOFlowTest
The flow id.
FLOW_ID - Static variable in class net.shibboleth.idp.test.flows.saml2.SAML2AttributeQueryFlowTest
Flow id.
FLOW_ID - Static variable in class net.shibboleth.idp.test.flows.saml2.SAML2POSTSimpleSignSSOFlowTest
Flow id.
FLOW_ID - Static variable in class net.shibboleth.idp.test.flows.saml2.SAML2POSTSSOFlowTest
Flow id.
FLOW_ID - Static variable in class net.shibboleth.idp.test.flows.saml2.SAML2RedirectSSOFlowTest
Flow id.
FLOW_ID - Static variable in class net.shibboleth.idp.test.flows.saml2.SAML2UnsolicitedSSOFlowTest
Flow id.
flowExecutor - Variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
The web flow executor.

G

getAcsUrl(HttpServletRequest) - Method in class net.shibboleth.idp.test.flows.saml2.AbstractSAML2SSOFlowTest
 
getAttributeName() - Method in class net.shibboleth.idp.test.flows.c14n.actions.SetupForSAML1C14N
 
getAttributeName() - Method in class net.shibboleth.idp.test.flows.c14n.actions.SetupForSAML2C14N
 
getBaseUrl(HttpServletRequest) - Method in class net.shibboleth.idp.test.flows.saml2.AbstractSAML2SSOFlowTest
 
getDestinationPost(HttpServletRequest) - Method in class net.shibboleth.idp.test.flows.saml2.AbstractSAML2SSOFlowTest
 
getDestinationPostSimpleSign(HttpServletRequest) - Method in class net.shibboleth.idp.test.flows.saml2.AbstractSAML2SSOFlowTest
 
getDestinationRedirect(HttpServletRequest) - Method in class net.shibboleth.idp.test.flows.saml2.AbstractSAML2SSOFlowTest
 
getEncrypter() - Method in class net.shibboleth.idp.test.flows.saml2.AbstractSAML2SSOFlowTest
 
getFlow(String) - Method in class net.shibboleth.idp.test.flows.AbstractFlowTest
Get the Flow with the given flow ID.
getResponse(FlowExecutionResult) - Method in class net.shibboleth.idp.test.flows.saml1.AbstractSAML1FlowTest
Get the SAML response from the flow result.
getResponse(FlowExecutionResult) - Method in class net.shibboleth.idp.test.flows.saml2.AbstractSAML2FlowTest
Get the SAML response from the flow result

I

idGenerator - Variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
UUID identifier generation strategy.
IDP_ENTITY_ID - Static variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
The IDP entity ID.
idpCredential - Variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
IdP credential wired via test/test-beans.xml.
idpEntityID - Variable in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Expected IdP entity ID.
idpEntityID - Variable in class net.shibboleth.idp.test.flows.saml2.SAML2TestStatusResponseTypeValidator
Expected IdP entity ID.
initializeFlowExecutor() - Method in class net.shibboleth.idp.test.flows.AbstractFlowTest
Initialize the web flow executor.
initializeMocks() - Method in class net.shibboleth.idp.test.flows.AbstractFlowTest
Initialize mock request, response, and external context.
initializeThreadLocals() - Method in class net.shibboleth.idp.test.flows.AbstractFlowTest
HttpServletRequestResponseContext.loadCurrent(HttpServletRequest, HttpServletResponse)
initializeXMLObjectSupport() - Method in class net.shibboleth.idp.test.flows.AbstractFlowTest
Initialize XMLObject support classes.
InMemoryDirectory - Class in net.shibboleth.idp.test
Manages an instance of the in-memory directory server.
InMemoryDirectory(Resource) - Constructor for class net.shibboleth.idp.test.InMemoryDirectory
Constructor without STARTTLS support.
InMemoryDirectory(Resource, Resource) - Constructor for class net.shibboleth.idp.test.InMemoryDirectory
Constructor with STARTTLS support.
INTERCEPT_FLOWS_BEAN_ID - Static variable in class net.shibboleth.idp.test.flows.interceptor.InterceptFlowTest
Bean ID of configured intercept flows.
InterceptFlowTest - Class in net.shibboleth.idp.test.flows.interceptor
Tests for the profile interceptor flow.
InterceptFlowTest() - Constructor for class net.shibboleth.idp.test.flows.interceptor.InterceptFlowTest
 
IP_ADDRESS_AUTHN_FLOW_ID - Static variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
The flow ID for IP address based authn.
IP_ADDRESS_AUTHN_MAP_BEAN_NAME - Static variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
The name of the bean which maps principals to IP ranges for IP address based authn.

K

KEYSTORE_FILE - Static variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
Path to keystore file to be used by the directory server.

L

LDIF_FILE - Static variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
Path to LDIF file to be imported into directory server.
log - Static variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
Logger.
log - Variable in class net.shibboleth.idp.test.flows.c14n.TestC14N
Class logger.
log - Variable in class net.shibboleth.idp.test.flows.c14n.TestLegacyC14N
Class logger.
log - Variable in class net.shibboleth.idp.test.flows.exception.ExceptionFlowTest
Class logger.
log - Variable in class net.shibboleth.idp.test.flows.interceptor.InterceptFlowTest
Class logger.
log - Variable in class net.shibboleth.idp.test.flows.saml2.AbstractSAML2SSOFlowTest
Class logger.
LoginFlowTest - Class in net.shibboleth.idp.test.flows.cas
Tests the flow behind the /login endpoint.
LoginFlowTest() - Constructor for class net.shibboleth.idp.test.flows.cas.LoginFlowTest
 
LoginFlowTicketCreationErrorTest - Class in net.shibboleth.idp.test.flows.cas
Tests error handling of ticketCreationError event in login flow.
LoginFlowTicketCreationErrorTest() - Constructor for class net.shibboleth.idp.test.flows.cas.LoginFlowTicketCreationErrorTest
 

M

mailAttribute - Variable in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Expected mail attribute.
MappingTest - Class in net.shibboleth.idp.test.flows.mapper
 
MappingTest() - Constructor for class net.shibboleth.idp.test.flows.mapper.MappingTest
 
marshallerFactory - Static variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
XMLObject marshaller factory
mockProxyAuthenticator(Exception) - Static method in class net.shibboleth.idp.test.flows.cas.ProxyValidateFlowTest
 
mockProxyAuthenticator(Exception) - Static method in class net.shibboleth.idp.test.flows.cas.ServiceValidateFlowTest
 

N

nameID - Variable in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Expected name identifier.
nameIdentifier - Variable in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Expected name identifier.
net.shibboleth.idp.test - package net.shibboleth.idp.test
 
net.shibboleth.idp.test.flows - package net.shibboleth.idp.test.flows
 
net.shibboleth.idp.test.flows.c14n - package net.shibboleth.idp.test.flows.c14n
 
net.shibboleth.idp.test.flows.c14n.actions - package net.shibboleth.idp.test.flows.c14n.actions
Specific test actions.
net.shibboleth.idp.test.flows.cas - package net.shibboleth.idp.test.flows.cas
 
net.shibboleth.idp.test.flows.exception - package net.shibboleth.idp.test.flows.exception
 
net.shibboleth.idp.test.flows.interceptor - package net.shibboleth.idp.test.flows.interceptor
 
net.shibboleth.idp.test.flows.mapper - package net.shibboleth.idp.test.flows.mapper
Tests for attribute mapping flows, plus actions in support of it.
net.shibboleth.idp.test.flows.saml1 - package net.shibboleth.idp.test.flows.saml1
 
net.shibboleth.idp.test.flows.saml2 - package net.shibboleth.idp.test.flows.saml2
 

O

overrideEndStateOutput(String) - Method in class net.shibboleth.idp.test.flows.AbstractFlowTest
Map the ProfileRequestContext as an end state output attribute with name "ProfileRequestContext" by assembling the flow with the given flow ID and manually setting the output attributes of the end state with ID "end".
overrideEndStateOutput(String, String) - Method in class net.shibboleth.idp.test.flows.AbstractFlowTest
Map the ProfileRequestContext as an end state output attribute with name "ProfileRequestContext" by assembling the flow with the given flow ID and manually setting the output attributes of the end state with the given id.

P

parserPool - Static variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
Parser pool
PreferFileSystemContextLoader - Class in net.shibboleth.idp.test
An extension of GenericXmlWebContextLoader which sets the resource loader used by the application context to PreferFileSystemResourceLoader.
PreferFileSystemContextLoader() - Constructor for class net.shibboleth.idp.test.PreferFileSystemContextLoader
 
ProxyFlowTest - Class in net.shibboleth.idp.test.flows.cas
Tests the flow behind the /proxy endpoint.
ProxyFlowTest() - Constructor for class net.shibboleth.idp.test.flows.cas.ProxyFlowTest
 
ProxyValidateFlowTest - Class in net.shibboleth.idp.test.flows.cas
Tests the flow behind the /proxyValidate endpoint.
ProxyValidateFlowTest() - Constructor for class net.shibboleth.idp.test.flows.cas.ProxyValidateFlowTest
 

R

registerFlowsInParentRegistry(String, String) - Method in class net.shibboleth.idp.test.flows.AbstractFlowTest
Add flows defined in a child flow definition registry to its parent registry.
registerFlowsInParentRegistry() - Method in class net.shibboleth.idp.test.flows.interceptor.InterceptFlowTest
Register test flows in parent registry so they can be called by the 'intercept' flow in the parent registry.
removeProxyGrantingTicket(String) - Method in class net.shibboleth.idp.test.flows.cas.ThrowingTicketService
 
removeProxyTicket(String) - Method in class net.shibboleth.idp.test.flows.cas.ThrowingTicketService
 
removeServiceTicket(String) - Method in class net.shibboleth.idp.test.flows.cas.ThrowingTicketService
 
request - Variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
Mock request.
response - Variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
Mock response.
retrieveProfileRequestContext(FlowExecutionResult) - Method in class net.shibboleth.idp.test.flows.AbstractFlowTest
Get the ProfileRequestContext from the output attributes of the result.

S

SAML1_TRANSFORM_C14N_BEAN_NAME - Static variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
The name of the bean defining the SAML 1 Direct c14n descriptor.
SAML1AttributeQueryFlowTest - Class in net.shibboleth.idp.test.flows.saml1
SAML 1 attribute query flow test.
SAML1AttributeQueryFlowTest() - Constructor for class net.shibboleth.idp.test.flows.saml1.SAML1AttributeQueryFlowTest
 
SAML1TestResponseValidator - Class in net.shibboleth.idp.test.flows.saml1
Validate a test SAML 1 Response.
SAML1TestResponseValidator() - Constructor for class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Constructor.
SAML1UnsolicitedSSOFlowTest - Class in net.shibboleth.idp.test.flows.saml1
SAML 1 unsolicited SSO flow test.
SAML1UnsolicitedSSOFlowTest() - Constructor for class net.shibboleth.idp.test.flows.saml1.SAML1UnsolicitedSSOFlowTest
 
SAML2_TRANSFORM_C14N_BEAN_NAME - Static variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
The name of the bean defining the SAML 2 Direct c14n descriptor.
SAML2AttributeQueryFlowTest - Class in net.shibboleth.idp.test.flows.saml2
SAML 2 attribute query flow test.
SAML2AttributeQueryFlowTest() - Constructor for class net.shibboleth.idp.test.flows.saml2.SAML2AttributeQueryFlowTest
 
SAML2POSTSimpleSignSSOFlowTest - Class in net.shibboleth.idp.test.flows.saml2
SAML 2 POST-SimpleSign SSO flow test.
SAML2POSTSimpleSignSSOFlowTest() - Constructor for class net.shibboleth.idp.test.flows.saml2.SAML2POSTSimpleSignSSOFlowTest
 
SAML2POSTSSOFlowTest - Class in net.shibboleth.idp.test.flows.saml2
SAML 2 POST SSO flow test.
SAML2POSTSSOFlowTest() - Constructor for class net.shibboleth.idp.test.flows.saml2.SAML2POSTSSOFlowTest
 
SAML2RedirectSSOFlowTest - Class in net.shibboleth.idp.test.flows.saml2
SAML 2 Redirect SSO flow test.
SAML2RedirectSSOFlowTest() - Constructor for class net.shibboleth.idp.test.flows.saml2.SAML2RedirectSSOFlowTest
 
SAML2TestResponseValidator - Class in net.shibboleth.idp.test.flows.saml2
SAML 2 #org.opensaml.saml.saml2.core.Response validator.
SAML2TestResponseValidator() - Constructor for class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Constructor.
SAML2TestStatusResponseTypeValidator - Class in net.shibboleth.idp.test.flows.saml2
SAML 2 #org.opensaml.saml.saml2.core.StatusResponseType validator.
SAML2TestStatusResponseTypeValidator() - Constructor for class net.shibboleth.idp.test.flows.saml2.SAML2TestStatusResponseTypeValidator
 
SAML2UnsolicitedSSOFlowTest - Class in net.shibboleth.idp.test.flows.saml2
SAML 2 Unsolicited SSO flow test.
SAML2UnsolicitedSSOFlowTest() - Constructor for class net.shibboleth.idp.test.flows.saml2.SAML2UnsolicitedSSOFlowTest
 
SAML_REQUEST_TEMPLATE - Static variable in class net.shibboleth.idp.test.flows.cas.SamlValidateFlowTest
 
SamlValidateFlowTest - Class in net.shibboleth.idp.test.flows.cas
Tests the flow behind the /samlValidate endpoint.
SamlValidateFlowTest() - Constructor for class net.shibboleth.idp.test.flows.cas.SamlValidateFlowTest
 
ServiceValidateFlowTest - Class in net.shibboleth.idp.test.flows.cas
Tests the flow behind the /serviceValidate endpoint.
ServiceValidateFlowTest() - Constructor for class net.shibboleth.idp.test.flows.cas.ServiceValidateFlowTest
 
sessionManager - Variable in class net.shibboleth.idp.test.flows.cas.LoginFlowTest
 
sessionManager - Variable in class net.shibboleth.idp.test.flows.cas.LoginFlowTicketCreationErrorTest
 
sessionManager - Variable in class net.shibboleth.idp.test.flows.cas.ProxyFlowTest
 
sessionManager - Variable in class net.shibboleth.idp.test.flows.cas.ProxyValidateFlowTest
 
sessionManager - Variable in class net.shibboleth.idp.test.flows.cas.SamlValidateFlowTest
 
sessionManager - Variable in class net.shibboleth.idp.test.flows.cas.ServiceValidateFlowTest
 
setAttributeName(String) - Method in class net.shibboleth.idp.test.flows.c14n.actions.SetupForSAML1C14N
 
setAttributeName(String) - Method in class net.shibboleth.idp.test.flows.c14n.actions.SetupForSAML2C14N
 
setAuthnFlowsProperty() - Static method in class net.shibboleth.idp.test.flows.AbstractFlowTest
Sets the 'idp.authn.flows' property to "Password".
setFailureFlag(boolean) - Method in class net.shibboleth.idp.test.flows.cas.TestProxyAuthenticator
 
setIdPHomeProperty() - Static method in class net.shibboleth.idp.test.flows.AbstractFlowTest
Set the 'idp.home' property to "classpath:".
setupDirectoryServer() - Method in class net.shibboleth.idp.test.flows.AbstractFlowTest
Creates an UnboundID in-memory directory server.
SetupForResolver - Class in net.shibboleth.idp.test.flows
 
SetupForResolver() - Constructor for class net.shibboleth.idp.test.flows.SetupForResolver
 
SetupForSAML1C14N - Class in net.shibboleth.idp.test.flows.c14n.actions
Action to mock up a Subject for C14N.
SetupForSAML1C14N() - Constructor for class net.shibboleth.idp.test.flows.c14n.actions.SetupForSAML1C14N
 
SetupForSAML2C14N - Class in net.shibboleth.idp.test.flows.c14n.actions
 
SetupForSAML2C14N() - Constructor for class net.shibboleth.idp.test.flows.c14n.actions.SetupForSAML2C14N
 
setupValidator() - Method in class net.shibboleth.idp.test.flows.saml1.SAML1AttributeQueryFlowTest
Initialize the SAML 1 Response validator.
setupValidator() - Method in class net.shibboleth.idp.test.flows.saml2.SAML2AttributeQueryFlowTest
Initialize the SAML 2 Response validator.
setUserConfiguredInterceptFlows() - Method in class net.shibboleth.idp.test.flows.interceptor.InterceptFlowTest
Clear the list of user configured flows defined in bean with ID InterceptFlowTest.INTERCEPT_FLOWS_BEAN_ID.
SP_ACS_URL - Static variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
The SP ACS URL.
SP_ENTITY_ID - Static variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
The SP entity ID.
SP_RELAY_STATE - Static variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
The SP relay state.
spCredential - Variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
SP credential wired via test/test-beans.xml.
spCredential - Variable in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
SP credential.
spEntityID - Variable in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Expected SP entity ID.
spEntityID - Variable in class net.shibboleth.idp.test.flows.saml2.SAML2TestStatusResponseTypeValidator
Expected SP entity ID.
SpoofSAMLMessage - Class in net.shibboleth.idp.test.flows.mapper
 
SpoofSAMLMessage() - Constructor for class net.shibboleth.idp.test.flows.mapper.SpoofSAMLMessage
 
start() - Method in class net.shibboleth.idp.test.InMemoryDirectory
Starts the directory server.
statusCode - Variable in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Expected status code.
statusCode - Variable in class net.shibboleth.idp.test.flows.saml2.SAML2TestStatusResponseTypeValidator
Expected status code.
statusCodeNested - Variable in class net.shibboleth.idp.test.flows.saml2.SAML2TestStatusResponseTypeValidator
Expected nested status code when an error occurs.
statusMessage - Variable in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Expected status message when an error occurs.
statusMessage - Variable in class net.shibboleth.idp.test.flows.saml2.SAML2TestStatusResponseTypeValidator
Expected status message when an error occurs.
stop() - Method in class net.shibboleth.idp.test.InMemoryDirectory
Stops the directory server.
subjectConfirmationMethod - Variable in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Expected subject confirmation method.

T

teardownDirectoryServer() - Method in class net.shibboleth.idp.test.flows.AbstractFlowTest
Shutdown the in-memory directory server.
TEST_COMMITTED_FLOW_ID - Static variable in class net.shibboleth.idp.test.flows.exception.ExceptionFlowTest
 
TEST_EXCEPTION_FLOW_ID - Static variable in class net.shibboleth.idp.test.flows.exception.ExceptionFlowTest
 
TEST_FLOW_REGISTRY_ID - Static variable in class net.shibboleth.idp.test.flows.interceptor.InterceptFlowTest
 
TEST_PROFILE_FLOW_ID - Static variable in class net.shibboleth.idp.test.flows.interceptor.InterceptFlowTest
Flow id.
TestAfterC14N - Class in net.shibboleth.idp.test.flows.c14n.actions
 
TestAfterC14N() - Constructor for class net.shibboleth.idp.test.flows.c14n.actions.TestAfterC14N
 
TestAfterFilter - Class in net.shibboleth.idp.test.flows.mapper
 
TestAfterFilter() - Constructor for class net.shibboleth.idp.test.flows.mapper.TestAfterFilter
 
TestC14N - Class in net.shibboleth.idp.test.flows.c14n
Tests for C14N.
TestC14N() - Constructor for class net.shibboleth.idp.test.flows.c14n.TestC14N
 
testCryptoTransientNameID() - Method in class net.shibboleth.idp.test.flows.c14n.TestC14N
 
testCryptoTransientNameIdentifier() - Method in class net.shibboleth.idp.test.flows.c14n.TestC14N
 
testErrorFlow() - Method in class net.shibboleth.idp.test.flows.interceptor.InterceptFlowTest
 
testErrorNoService() - Method in class net.shibboleth.idp.test.flows.cas.LoginFlowTest
 
testExceptionAfterResponseFlow() - Method in class net.shibboleth.idp.test.flows.exception.ExceptionFlowTest
 
testExceptionFlow() - Method in class net.shibboleth.idp.test.flows.exception.ExceptionFlowTest
 
testFailureBrokenProxyChain() - Method in class net.shibboleth.idp.test.flows.cas.ProxyValidateFlowTest
 
testFailureSessionExpired() - Method in class net.shibboleth.idp.test.flows.cas.ProxyFlowTest
 
testFailureSessionExpired() - Method in class net.shibboleth.idp.test.flows.cas.ProxyValidateFlowTest
 
testFailureSessionExpired() - Method in class net.shibboleth.idp.test.flows.cas.SamlValidateFlowTest
 
testFailureSessionExpired() - Method in class net.shibboleth.idp.test.flows.cas.ServiceValidateFlowTest
 
testFailureTicketExpired() - Method in class net.shibboleth.idp.test.flows.cas.ProxyFlowTest
 
testFailureTicketExpired() - Method in class net.shibboleth.idp.test.flows.cas.ProxyValidateFlowTest
 
testFailureTicketExpired() - Method in class net.shibboleth.idp.test.flows.cas.SamlValidateFlowTest
 
testFailureTicketExpired() - Method in class net.shibboleth.idp.test.flows.cas.ServiceValidateFlowTest
 
testGateway() - Method in class net.shibboleth.idp.test.flows.cas.LoginFlowTest
 
TestLegacyC14N - Class in net.shibboleth.idp.test.flows.c14n
Tests for C14N.
TestLegacyC14N() - Constructor for class net.shibboleth.idp.test.flows.c14n.TestLegacyC14N
 
testLoginExistingSession() - Method in class net.shibboleth.idp.test.flows.cas.LoginFlowTest
 
testLoginStartSession() - Method in class net.shibboleth.idp.test.flows.cas.LoginFlowTest
 
testNoAvailableFlows() - Method in class net.shibboleth.idp.test.flows.interceptor.InterceptFlowTest
 
testOneAvailableFlow() - Method in class net.shibboleth.idp.test.flows.interceptor.InterceptFlowTest
 
testProceedThenErrorFlow() - Method in class net.shibboleth.idp.test.flows.interceptor.InterceptFlowTest
 
testProxyAuthenticator - Variable in class net.shibboleth.idp.test.flows.cas.ProxyValidateFlowTest
 
testProxyAuthenticator - Variable in class net.shibboleth.idp.test.flows.cas.ServiceValidateFlowTest
 
TestProxyAuthenticator - Class in net.shibboleth.idp.test.flows.cas
 
TestProxyAuthenticator() - Constructor for class net.shibboleth.idp.test.flows.cas.TestProxyAuthenticator
 
testProxyCallbackAuthnFailure() - Method in class net.shibboleth.idp.test.flows.cas.ProxyValidateFlowTest
 
testProxyCallbackAuthnFailure() - Method in class net.shibboleth.idp.test.flows.cas.ServiceValidateFlowTest
 
testResolveAndFilter() - Method in class net.shibboleth.idp.test.flows.mapper.MappingTest
 
testSAML1AttributeQueryFlow() - Method in class net.shibboleth.idp.test.flows.saml1.SAML1AttributeQueryFlowTest
Test the SAML1 Attribute Query flow.
testSAML1AttributeQueryFlowNoCredential() - Method in class net.shibboleth.idp.test.flows.saml1.SAML1AttributeQueryFlowTest
Test the SAML1 Attribute Query flow without an SP credential.
testSAML1AttributeQueryFlowWithDesignators() - Method in class net.shibboleth.idp.test.flows.saml1.SAML1AttributeQueryFlowTest
Test the SAML1 Attribute Query flow with designators included.
testSAML1UnsolicitedSSOFlow() - Method in class net.shibboleth.idp.test.flows.saml1.SAML1UnsolicitedSSOFlowTest
Test the SAML1 unsolicited SSO flow.
testSAML2AttributeQueryFlow() - Method in class net.shibboleth.idp.test.flows.saml2.SAML2AttributeQueryFlowTest
Test the SAML 2 Attribute Query flow.
testSAML2AttributeQueryFlowNoCredential() - Method in class net.shibboleth.idp.test.flows.saml2.SAML2AttributeQueryFlowTest
Test the SAML 2 Attribute Query flow without an SP credential.
testSAML2AttributeQueryFlowWithDesignators() - Method in class net.shibboleth.idp.test.flows.saml2.SAML2AttributeQueryFlowTest
Test the SAML 2 Attribute Query flow with designators.
testSAML2POSTSSOFlow() - Method in class net.shibboleth.idp.test.flows.saml2.SAML2POSTSimpleSignSSOFlowTest
Test the SAML 2 POST SSO flow.
testSAML2POSTSSOFlow() - Method in class net.shibboleth.idp.test.flows.saml2.SAML2POSTSSOFlowTest
Test the SAML 2 POST SSO flow.
testSAML2RedirectFlow() - Method in class net.shibboleth.idp.test.flows.saml2.SAML2RedirectSSOFlowTest
Test the SAML 2 Redirect SSO flow.
testSAML2UnsolicitedSSOFlow() - Method in class net.shibboleth.idp.test.flows.saml2.SAML2UnsolicitedSSOFlowTest
Test the SAML 2 unsolicited SSO flow
testSuccess() - Method in class net.shibboleth.idp.test.flows.cas.ProxyFlowTest
 
testSuccess() - Method in class net.shibboleth.idp.test.flows.cas.ProxyValidateFlowTest
 
testSuccess() - Method in class net.shibboleth.idp.test.flows.cas.SamlValidateFlowTest
 
testSuccess() - Method in class net.shibboleth.idp.test.flows.cas.ServiceValidateFlowTest
 
testSuccessWithProxy() - Method in class net.shibboleth.idp.test.flows.cas.ProxyValidateFlowTest
 
testSuccessWithProxy() - Method in class net.shibboleth.idp.test.flows.cas.ServiceValidateFlowTest
 
testTicketCreationError() - Method in class net.shibboleth.idp.test.flows.cas.LoginFlowTicketCreationErrorTest
 
testTransformNameID() - Method in class net.shibboleth.idp.test.flows.c14n.TestC14N
 
testTransformNameIdentifier() - Method in class net.shibboleth.idp.test.flows.c14n.TestC14N
 
testTransientNameID() - Method in class net.shibboleth.idp.test.flows.c14n.TestC14N
 
testTransientNameID() - Method in class net.shibboleth.idp.test.flows.c14n.TestLegacyC14N
 
testTransientNameIdentifier() - Method in class net.shibboleth.idp.test.flows.c14n.TestC14N
 
testTransientNameIdentifier() - Method in class net.shibboleth.idp.test.flows.c14n.TestLegacyC14N
 
testTwoAvailableFlows() - Method in class net.shibboleth.idp.test.flows.interceptor.InterceptFlowTest
 
ThrowException - Class in net.shibboleth.idp.test.flows.exception
 
ThrowException(boolean) - Constructor for class net.shibboleth.idp.test.flows.exception.ThrowException
Constructor.
ThrowingTicketService - Class in net.shibboleth.idp.test.flows.cas
Ticket service that support error handling tests.
ThrowingTicketService() - Constructor for class net.shibboleth.idp.test.flows.cas.ThrowingTicketService
 
ticketService - Variable in class net.shibboleth.idp.test.flows.cas.LoginFlowTest
 
ticketService - Variable in class net.shibboleth.idp.test.flows.cas.ProxyFlowTest
 
ticketService - Variable in class net.shibboleth.idp.test.flows.cas.ProxyValidateFlowTest
 
ticketService - Variable in class net.shibboleth.idp.test.flows.cas.SamlValidateFlowTest
 
ticketService - Variable in class net.shibboleth.idp.test.flows.cas.ServiceValidateFlowTest
 

U

uidAttribute - Variable in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Expected uid attribute.
unmarshallerFactory - Static variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
XMLObject unmarshaller factory
usedAttributeDesignators - Variable in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Whether attributes were limited by designators.
usedAttributeDesignators - Variable in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Whether attributes were limited by designators.

V

validateAttributeStatements(Assertion) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Validate the assertion attribute statements.
validateAttributeStatements(Assertion) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Validate the assertion attribute statements.
validateAuthenticationStatements - Variable in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Whether authentication statements should be validated.
validateAuthenticationStatements(Assertion) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Validate the assertion authentication statements.
validateAuthnStatements - Variable in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Whether authn statements should be validated.
validateAuthnStatements(Assertion) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Validate the assertion authentication statements.
validateConditions(Assertion) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Validate the assertion conditions.
validateConditions(Assertion) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Validate the assertion conditions.
validateResponse(Response) - Method in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Validate the response.
validateResponse(Response) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Validate the response.
validateResponse(StatusResponseType) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestStatusResponseTypeValidator
Validate the response.
validateResult(FlowExecutionResult, String) - Method in class net.shibboleth.idp.test.flows.saml1.AbstractSAML1FlowTest
Validate the FlowExecutionResult using a default SAML1TestResponseValidator.
validateResult(FlowExecutionResult, String, SAML1TestResponseValidator) - Method in class net.shibboleth.idp.test.flows.saml1.AbstractSAML1FlowTest
Validate the FlowExecutionResult using the given SAML1TestResponseValidator.
validateResult(FlowExecutionResult, String) - Method in class net.shibboleth.idp.test.flows.saml2.AbstractSAML2FlowTest
Validate the FlowExecutionResult using a default SAML2TestResponseValidator.
validateResult(FlowExecutionResult, String, SAML2TestResponseValidator) - Method in class net.shibboleth.idp.test.flows.saml2.AbstractSAML2FlowTest
Validate the FlowExecutionResult using the given SAML2TestResponseValidator.
validateSubject(Subject) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Validate the subject.
validateSubjectConfirmationData - Variable in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Whether subject confirmation data should be validated.
validator - Variable in class net.shibboleth.idp.test.flows.saml1.SAML1AttributeQueryFlowTest
SAML 1 Response validator.
validator - Variable in class net.shibboleth.idp.test.flows.saml2.SAML2AttributeQueryFlowTest
SAML 2 Response validator.
A B C D E F G I K L M N O P R S T U V 

Copyright © 1999–2015. All rights reserved.