Package net.shibboleth.idp.authn.impl
Class ValidateExternalAuthenticationTest
- java.lang.Object
-
- org.opensaml.core.OpenSAMLInitBaseTestCase
-
- net.shibboleth.idp.authn.impl.BaseAuthenticationContextTest
-
- net.shibboleth.idp.authn.impl.ValidateExternalAuthenticationTest
-
public class ValidateExternalAuthenticationTest extends BaseAuthenticationContextTest
ValidateExternalAuthenticationunit test.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.authn.impl.ValidateExternalAuthenticationactionprivate net.shibboleth.idp.authn.ExternalAuthenticationext-
Fields inherited from class net.shibboleth.idp.authn.impl.BaseAuthenticationContextTest
authenticationFlows, prc, src
-
-
Constructor Summary
Constructors Constructor Description ValidateExternalAuthenticationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestAuthnAuthorities()voidtestAuthnInstant()voidtestError()voidtestException()voidtestMissingContext()voidtestMissingFlow()voidtestNoCredentials()voidtestPrincipal()voidtestPrincipalName()voidtestSubject()-
Methods inherited from class net.shibboleth.idp.authn.impl.BaseAuthenticationContextTest
initializeMembers
-
-
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp() throws Exception
- Overrides:
setUpin classBaseAuthenticationContextTest- Throws:
Exception
-
testMissingFlow
public void testMissingFlow()
-
testMissingContext
public void testMissingContext()
-
testNoCredentials
public void testNoCredentials()
-
testPrincipalName
public void testPrincipalName()
-
testPrincipal
public void testPrincipal()
-
testSubject
public void testSubject()
-
testAuthnInstant
public void testAuthnInstant()
-
testAuthnAuthorities
public void testAuthnAuthorities()
-
testException
public void testException()
-
testError
public void testError()
-
-