Class StoredIdDataConnectorParserTest
- java.lang.Object
-
- org.opensaml.core.OpenSAMLInitBaseTestCase
-
- net.shibboleth.idp.attribute.resolver.spring.BaseAttributeDefinitionParserTest
-
- net.shibboleth.idp.attribute.resolver.spring.dc.StoredIdDataConnectorParserTest
-
public class StoredIdDataConnectorParserTest extends BaseAttributeDefinitionParserTest
Test forStoredIdDataConnectorParser.
-
-
Field Summary
-
Fields inherited from class net.shibboleth.idp.attribute.resolver.spring.BaseAttributeDefinitionParserTest
ATTRIBUTE_FILE_PATH, BEAN_FILE_PATH, DATACONNECTOR_FILE_PATH, ENCODER_FILE_PATH, pendingTeardownContext, PRINCIPALCONNECTOR_FILE_PATH
-
-
Constructor Summary
Constructors Constructor Description StoredIdDataConnectorParserTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeanManaged()protected net.shibboleth.idp.attribute.resolver.dc.impl.PairwiseIdDataConnectorgetStoredDataConnector(String... beanDefinitions)private voidtestIt(net.shibboleth.idp.attribute.resolver.dc.impl.PairwiseIdDataConnector connector)voidwithOutSalt()voidwithSalt()-
Methods inherited from class net.shibboleth.idp.attribute.resolver.spring.BaseAttributeDefinitionParserTest
getAttributeDefn, getAttributeDefn, getAttributeDefn, getAttributeDefn, getBean, getBean, getDataConnector, getResolver, loadFile, setTestContext, tearDownTestContext
-
-
-
-
Method Detail
-
testIt
private void testIt(net.shibboleth.idp.attribute.resolver.dc.impl.PairwiseIdDataConnector connector) throws net.shibboleth.utilities.java.support.component.ComponentInitializationException- Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationException
-
withSalt
public void withSalt() throws net.shibboleth.utilities.java.support.component.ComponentInitializationException- Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationException
-
getStoredDataConnector
protected net.shibboleth.idp.attribute.resolver.dc.impl.PairwiseIdDataConnector getStoredDataConnector(String... beanDefinitions) throws IOException
- Throws:
IOException
-
beanManaged
public void beanManaged() throws net.shibboleth.utilities.java.support.component.ComponentInitializationException, IOException- Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationExceptionIOException
-
withOutSalt
public void withOutSalt() throws net.shibboleth.utilities.java.support.component.ComponentInitializationException- Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationException
-
-