A B C D E F G I 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
 
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 two attributes are present.
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'.
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(Response) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Assert that : the response ID is not null nor empty the response issue instant is not null the response version is SAMLVersion.VERSION_20 the response issuer is the expected IdP entity ID
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.SAML2TestResponseValidator
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
 
authenticationMethod - Variable in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Expected authentication method.

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
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() - Method in class net.shibboleth.idp.test.flows.saml1.SAML1AttributeQueryFlowTest
buildRequest() - Method in class net.shibboleth.idp.test.flows.saml1.SAML1UnsolicitedSSOFlowTest
buildRequest() - 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()
confirmationMethod - Variable in class net.shibboleth.idp.test.flows.saml1.SAML1TestResponseValidator
Expected confirmation method.
customizeContext(GenericWebApplicationContext, WebMergedContextConfiguration) - Method in class net.shibboleth.idp.test.PreferFileSystemContextLoader

D

decryptAssertion(EncryptedAssertion) - Method in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
 
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.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

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.
externalContext - Variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
Mock external context.

F

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
 
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.SAML2TestResponseValidator
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
Default constructor.
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.

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.saml2.AbstractSAML2SSOFlowTest
Class logger.

M

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

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.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

overrideDirectNamePredicates() - Method in class net.shibboleth.idp.test.flows.AbstractFlowTest
Configure Direct NameID c14n by overriding the activation condition attached to the Direct c14n descriptors.
overrideEndStateOutput(String) - Method in class net.shibboleth.idp.test.flows.AbstractFlowTest
Map the ProfileRequestContext as an end state output attribute with name AbstractFlowTest.END_STATE_OUTPUT_ATTR_NAME by assembling the flow with the given ID and manually setting the output attributes.
overrideIPBasedAuthn() - Method in class net.shibboleth.idp.test.flows.AbstractFlowTest
Configure IP address based authentication by assembling the AbstractFlowTest.IP_ADDRESS_AUTHN_FLOW_ID flow for the first time and overriding the map of allowed principals to IP ranges via the AbstractFlowTest.IP_ADDRESS_AUTHN_MAP_BEAN_NAME bean.

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
 

R

request - Variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
Mock request.
response - Variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
Mock response.

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
Abstract SAML 2 flow test.
SAML2TestResponseValidator() - Constructor for class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
Constructor.
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
 
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
 
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.
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.SAML2TestResponseValidator
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.SAML2TestResponseValidator
Expected status code.
statusCodeNested - Variable in class net.shibboleth.idp.test.flows.saml2.SAML2TestResponseValidator
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.SAML2TestResponseValidator
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.
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
 
TestLegacyC14N - Class in net.shibboleth.idp.test.flows.c14n
Tests for C14N.
TestLegacyC14N() - Constructor for class net.shibboleth.idp.test.flows.c14n.TestLegacyC14N
 
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.
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.
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
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
 

U

unmarshallerFactory - Static variable in class net.shibboleth.idp.test.flows.AbstractFlowTest
XMLObject unmarshaller factory

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.
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 L M N O P R S T U V 

Copyright © 1999–2014. All rights reserved.