Class AbstractSAML2NameIDGeneratorTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.saml.saml2.profile.impl.AbstractSAML2NameIDGeneratorTest
-
public class AbstractSAML2NameIDGeneratorTest extends OpenSAMLInitBaseTestCase
Test forAbstractSAML2NameIDGenerator.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private classAbstractSAML2NameIDGeneratorTest.MockSAML2NameIDGenerator
-
Field Summary
Fields Modifier and Type Field Description private static StringNAME_QUALIFIERprivate static StringSP_NAME_QUALIFIER
-
Constructor Summary
Constructors Constructor Description AbstractSAML2NameIDGeneratorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestDefaultQualifier()voidtestFull()voidtestNoFormat()voidtestOmitSet()voidtestOmitUnset()-
Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
-
-
-
Field Detail
-
NAME_QUALIFIER
private static final String NAME_QUALIFIER
- See Also:
- Constant Field Values
-
SP_NAME_QUALIFIER
private static final String SP_NAME_QUALIFIER
- See Also:
- Constant Field Values
-
-
Method Detail
-
testNoFormat
public void testNoFormat() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testFull
public void testFull() throws ComponentInitializationException, SAMLException
-
testOmitSet
public void testOmitSet() throws ComponentInitializationException, SAMLException
-
testOmitUnset
public void testOmitUnset() throws ComponentInitializationException, SAMLException
-
testDefaultQualifier
public void testDefaultQualifier() throws ComponentInitializationException, SAMLException
-
-