Class ProxyAwareDefaultAuthenticationMethodsLookupFunctionTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- net.shibboleth.idp.saml.saml2.profile.config.navigate.ProxyAwareDefaultAuthenticationMethodsLookupFunctionTest
-
public class ProxyAwareDefaultAuthenticationMethodsLookupFunctionTest extends org.opensaml.core.testing.OpenSAMLInitBaseTestCaseUnit test forProxyAwareDefaultAuthenticationMethodsLookupFunction.
-
-
Field Summary
Fields Modifier and Type Field Description private AuthenticationContextacprivate net.shibboleth.idp.saml.saml2.profile.config.navigate.ProxyAwareDefaultAuthenticationMethodsLookupFunctionfnprivate ProfileRequestContextprc1private ProfileRequestContextprc2private RequestedPrincipalContextrpc
-
Constructor Summary
Constructors Constructor Description ProxyAwareDefaultAuthenticationMethodsLookupFunctionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestEmptyTree()voidtestMapped()voidtestNonProxy()voidtestPassthrough()
-
-
-
Field Detail
-
prc1
private ProfileRequestContext prc1
-
prc2
private ProfileRequestContext prc2
-
ac
private AuthenticationContext ac
-
rpc
private RequestedPrincipalContext rpc
-
fn
private net.shibboleth.idp.saml.saml2.profile.config.navigate.ProxyAwareDefaultAuthenticationMethodsLookupFunction fn
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testEmptyTree
public void testEmptyTree()
-
testNonProxy
public void testNonProxy()
-
testPassthrough
public void testPassthrough()
-
testMapped
public void testMapped()
-
-