public class ValidateX509CertificateTest extends PopulateAuthenticationContextTest
ValidateX509Certificate unit test.| Modifier and Type | Field and Description |
|---|---|
private net.shibboleth.idp.authn.impl.ValidateX509Certificate |
action |
private String |
entityCertBase64 |
private String |
otherCert1Base64 |
authenticationFlows, prc, src| Constructor and Description |
|---|
ValidateX509CertificateTest() |
| Modifier and Type | Method and Description |
|---|---|
private void |
doExtract(org.opensaml.profile.context.ProfileRequestContext prc) |
void |
setUp() |
void |
testMissingCert() |
void |
testMissingFlow() |
void |
testNoTrustEngine() |
void |
testTrustEngineFailure() |
void |
testTrustEngineSuccess() |
testActionprivate String entityCertBase64
private String otherCert1Base64
private net.shibboleth.idp.authn.impl.ValidateX509Certificate action
public void setUp()
throws Exception
setUp in class PopulateAuthenticationContextTestExceptionpublic void testMissingFlow()
public void testMissingCert()
public void testNoTrustEngine()
throws net.shibboleth.utilities.java.support.component.ComponentInitializationException,
CertificateException
net.shibboleth.utilities.java.support.component.ComponentInitializationExceptionCertificateExceptionpublic void testTrustEngineSuccess()
throws net.shibboleth.utilities.java.support.component.ComponentInitializationException,
CertificateException
net.shibboleth.utilities.java.support.component.ComponentInitializationExceptionCertificateExceptionpublic void testTrustEngineFailure()
throws net.shibboleth.utilities.java.support.component.ComponentInitializationException,
CertificateException
net.shibboleth.utilities.java.support.component.ComponentInitializationExceptionCertificateExceptionprivate void doExtract(org.opensaml.profile.context.ProfileRequestContext prc)
throws net.shibboleth.utilities.java.support.component.ComponentInitializationException,
CertificateException
net.shibboleth.utilities.java.support.component.ComponentInitializationExceptionCertificateExceptionCopyright © 1999–2015. All rights reserved.