Index
All Classes and Interfaces|All Packages
A
- action - Variable in class org.opensaml.profile.action.impl.PopulateClientTLSValidationParametersTest
- action - Variable in class org.opensaml.profile.action.impl.PopulateDecryptionParametersTest
- action - Variable in class org.opensaml.profile.action.impl.PopulateSignatureValidationParametersTest
- apply(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.EncodeMessageTest.MockEncoderFactory
D
- DecodeMessageTest - Class in org.opensaml.profile.action.impl
-
Unit test for
DecodeMessage. - DecodeMessageTest() - Constructor for class org.opensaml.profile.action.impl.DecodeMessageTest
- DecodeMessageTest.MockMessageDecoder - Class in org.opensaml.profile.action.impl
-
Mock implementation of
MessageDecoderwhich either returns aMessageContextwith a mock message or throws aMessageDecodingException. - decoder - Variable in class org.opensaml.profile.action.impl.DecodeMessageTest
- doDecode() - Method in class org.opensaml.profile.action.impl.DecodeMessageTest.MockMessageDecoder
- doEncode() - Method in class org.opensaml.profile.action.impl.EncodeMessageTest.MockMessageEncoder
E
- EncodeMessageTest - Class in org.opensaml.profile.action.impl
-
Unit test for
EncodeMessage. - EncodeMessageTest() - Constructor for class org.opensaml.profile.action.impl.EncodeMessageTest
- EncodeMessageTest.MockEncoderFactory - Class in org.opensaml.profile.action.impl
- EncodeMessageTest.MockMessageEncoder - Class in org.opensaml.profile.action.impl
-
Mock implementation of
MessageEncoderwhich either returns aMessageContextwith a mock message or throws aMessageDecodingException. - encoder - Variable in class org.opensaml.profile.action.impl.EncodeMessageTest
- expectedMessage - Variable in class org.opensaml.profile.action.impl.EncodeMessageTest
G
- getEncoded() - Method in class org.opensaml.profile.action.impl.MockMessage
-
Get the encoded form of the message properties, which will be in the form "key1=value1&key2=value2&...&keyN=valueN", sorted ascending by key.
- getEncodedMessage() - Method in class org.opensaml.profile.action.impl.EncodeMessageTest.MockMessageEncoder
-
Get the encoded message
- getProperties() - Method in class org.opensaml.profile.action.impl.MockMessage
-
Get the mock message properties.
M
- message - Variable in class org.opensaml.profile.action.impl.DecodeMessageTest
- message - Variable in class org.opensaml.profile.action.impl.DecodeMessageTest.MockMessageDecoder
-
The mock message to produce (optional).
- message - Variable in class org.opensaml.profile.action.impl.EncodeMessageTest
- message - Variable in class org.opensaml.profile.action.impl.EncodeMessageTest.MockMessageEncoder
-
Mock encoded message.
- messageContext - Variable in class org.opensaml.profile.action.impl.EncodeMessageTest
- MockEncoderFactory() - Constructor for class org.opensaml.profile.action.impl.EncodeMessageTest.MockEncoderFactory
- MockMessage - Class in org.opensaml.profile.action.impl
-
Mock message class impl.
- MockMessage() - Constructor for class org.opensaml.profile.action.impl.MockMessage
-
Constructor.
- MockMessageDecoder(MockMessage) - Constructor for class org.opensaml.profile.action.impl.DecodeMessageTest.MockMessageDecoder
-
Constructor.
- MockMessageEncoder() - Constructor for class org.opensaml.profile.action.impl.EncodeMessageTest.MockMessageEncoder
- MockResolver(boolean) - Constructor for class org.opensaml.profile.action.impl.PopulateClientTLSValidationParametersTest.MockResolver
- MockResolver(boolean) - Constructor for class org.opensaml.profile.action.impl.PopulateDecryptionParametersTest.MockResolver
- MockResolver(boolean) - Constructor for class org.opensaml.profile.action.impl.PopulateSignatureValidationParametersTest.MockResolver
O
- org.opensaml.profile.action.impl - package org.opensaml.profile.action.impl
P
- PopulateClientTLSValidationParametersTest - Class in org.opensaml.profile.action.impl
-
Unit test for
PopulateClientTLSValidationParameters. - PopulateClientTLSValidationParametersTest() - Constructor for class org.opensaml.profile.action.impl.PopulateClientTLSValidationParametersTest
- PopulateClientTLSValidationParametersTest.MockResolver - Class in org.opensaml.profile.action.impl
- PopulateDecryptionParametersTest - Class in org.opensaml.profile.action.impl
-
Unit test for
PopulateDecryptionParameters. - PopulateDecryptionParametersTest() - Constructor for class org.opensaml.profile.action.impl.PopulateDecryptionParametersTest
- PopulateDecryptionParametersTest.MockResolver - Class in org.opensaml.profile.action.impl
- PopulateSignatureValidationParametersTest - Class in org.opensaml.profile.action.impl
-
Unit test for
PopulateSignatureValidationParameters. - PopulateSignatureValidationParametersTest() - Constructor for class org.opensaml.profile.action.impl.PopulateSignatureValidationParametersTest
- PopulateSignatureValidationParametersTest.MockResolver - Class in org.opensaml.profile.action.impl
- prc - Variable in class org.opensaml.profile.action.impl.PopulateClientTLSValidationParametersTest
- prc - Variable in class org.opensaml.profile.action.impl.PopulateDecryptionParametersTest
- prc - Variable in class org.opensaml.profile.action.impl.PopulateSignatureValidationParametersTest
- profileCtx - Variable in class org.opensaml.profile.action.impl.DecodeMessageTest
- profileCtx - Variable in class org.opensaml.profile.action.impl.EncodeMessageTest
- properties - Variable in class org.opensaml.profile.action.impl.MockMessage
-
Mock message properties.
R
- resolve(CriteriaSet) - Method in class org.opensaml.profile.action.impl.PopulateClientTLSValidationParametersTest.MockResolver
- resolve(CriteriaSet) - Method in class org.opensaml.profile.action.impl.PopulateDecryptionParametersTest.MockResolver
- resolve(CriteriaSet) - Method in class org.opensaml.profile.action.impl.PopulateSignatureValidationParametersTest.MockResolver
- resolveSingle(CriteriaSet) - Method in class org.opensaml.profile.action.impl.PopulateClientTLSValidationParametersTest.MockResolver
- resolveSingle(CriteriaSet) - Method in class org.opensaml.profile.action.impl.PopulateDecryptionParametersTest.MockResolver
- resolveSingle(CriteriaSet) - Method in class org.opensaml.profile.action.impl.PopulateSignatureValidationParametersTest.MockResolver
S
- SetProfileIdTest - Class in org.opensaml.profile.action.impl
- SetProfileIdTest() - Constructor for class org.opensaml.profile.action.impl.SetProfileIdTest
- setThrowException(boolean) - Method in class org.opensaml.profile.action.impl.DecodeMessageTest.MockMessageDecoder
-
Sets whether a
MessageDecodingExceptionshould be thrown byDecodeMessageTest.MockMessageDecoder.doDecode(). - setThrowException(boolean) - Method in class org.opensaml.profile.action.impl.EncodeMessageTest.MockMessageEncoder
-
Sets whether a
MessageEncodingExceptionshould be thrown bydoEncode(). - setUp() - Method in class org.opensaml.profile.action.impl.DecodeMessageTest
-
Test setup.
- setUp() - Method in class org.opensaml.profile.action.impl.EncodeMessageTest
- setUp() - Method in class org.opensaml.profile.action.impl.PopulateClientTLSValidationParametersTest
- setUp() - Method in class org.opensaml.profile.action.impl.PopulateDecryptionParametersTest
- setUp() - Method in class org.opensaml.profile.action.impl.PopulateSignatureValidationParametersTest
- sort(Set<String>) - Method in class org.opensaml.profile.action.impl.MockMessage
-
Convert a set into a sorted list.
T
- testConfig() - Method in class org.opensaml.profile.action.impl.PopulateClientTLSValidationParametersTest
- testConfig() - Method in class org.opensaml.profile.action.impl.PopulateDecryptionParametersTest
- testConfig() - Method in class org.opensaml.profile.action.impl.PopulateSignatureValidationParametersTest
- testDecodeMessage() - Method in class org.opensaml.profile.action.impl.DecodeMessageTest
-
Test that the action proceeds properly if the message can be decoded.
- testDecodeMessage() - Method in class org.opensaml.profile.action.impl.EncodeMessageTest
-
Test that the action proceeds properly if the message can be decoded.
- testExecute() - Method in class org.opensaml.profile.action.impl.SetProfileIdTest
- testFailure() - Method in class org.opensaml.profile.action.impl.DecodeMessageTest
-
Test that the action errors out properly if the message can not be decoded.
- testInstantiation() - Method in class org.opensaml.profile.action.impl.SetProfileIdTest
- testNoContext() - Method in class org.opensaml.profile.action.impl.PopulateClientTLSValidationParametersTest
- testNoContext() - Method in class org.opensaml.profile.action.impl.PopulateDecryptionParametersTest
- testNoContext() - Method in class org.opensaml.profile.action.impl.PopulateSignatureValidationParametersTest
- testNoFactory() - Method in class org.opensaml.profile.action.impl.EncodeMessageTest
- testResolverError() - Method in class org.opensaml.profile.action.impl.PopulateClientTLSValidationParametersTest
- testResolverError() - Method in class org.opensaml.profile.action.impl.PopulateDecryptionParametersTest
- testResolverError() - Method in class org.opensaml.profile.action.impl.PopulateSignatureValidationParametersTest
- testSuccess() - Method in class org.opensaml.profile.action.impl.PopulateClientTLSValidationParametersTest
- testSuccess() - Method in class org.opensaml.profile.action.impl.PopulateDecryptionParametersTest
- testSuccess() - Method in class org.opensaml.profile.action.impl.PopulateSignatureValidationParametersTest
- testThrowException() - Method in class org.opensaml.profile.action.impl.EncodeMessageTest
-
Test that the action errors out properly if the message can not be decoded.
- throwException - Variable in class org.opensaml.profile.action.impl.DecodeMessageTest.MockMessageDecoder
-
Whether a
MessageDecodingExceptionshould be thrown byDecodeMessageTest.MockMessageDecoder.doDecode(). - throwException - Variable in class org.opensaml.profile.action.impl.EncodeMessageTest.MockMessageEncoder
-
Whether a
MessageEncodingExceptionshould be thrown bydoEncode(). - throwException - Variable in class org.opensaml.profile.action.impl.PopulateClientTLSValidationParametersTest.MockResolver
- throwException - Variable in class org.opensaml.profile.action.impl.PopulateDecryptionParametersTest.MockResolver
- throwException - Variable in class org.opensaml.profile.action.impl.PopulateSignatureValidationParametersTest.MockResolver
All Classes and Interfaces|All Packages