Class ProxyAwareDefaultOIDCAuthenticationContextClassResponseLookupFunctionTest
- java.lang.Object
-
- net.shibboleth.oidc.profile.config.navigate.ProxyAwareDefaultOIDCAuthenticationContextClassResponseLookupFunctionTest
-
public class ProxyAwareDefaultOIDCAuthenticationContextClassResponseLookupFunctionTest extends Object
Tests for ProxyAwareDefaultOIDCAuthenticationContextClassLookupFunction.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.authn.context.AuthenticationContextacprivate net.shibboleth.oidc.profile.config.navigate.ProxyAwareDefaultOIDCAuthenticationContextClassResponseLookupFunctionfunctionprivate ProfileRequestContextnestedPrcprivate ProfileRequestContextprcprivate net.shibboleth.idp.authn.context.RequestedPrincipalContextrpc
-
Constructor Summary
Constructors Constructor Description ProxyAwareDefaultOIDCAuthenticationContextClassResponseLookupFunctionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestSingleMappingSuccess()voidtestSingleMappingSuccess_EmptyInput()voidtestSingleMappingSuccess_EmptyMapping()voidtestSingleMappingSuccess_NotMappedIgnored()voidtestSingleMappingSuccess_NullMappings()
-
-
-
Field Detail
-
function
private net.shibboleth.oidc.profile.config.navigate.ProxyAwareDefaultOIDCAuthenticationContextClassResponseLookupFunction function
-
prc
private ProfileRequestContext prc
-
nestedPrc
private ProfileRequestContext nestedPrc
-
ac
private net.shibboleth.idp.authn.context.AuthenticationContext ac
-
rpc
private net.shibboleth.idp.authn.context.RequestedPrincipalContext rpc
-
-
Method Detail
-
setup
@BeforeMethod public void setup()
-
testSingleMappingSuccess
public void testSingleMappingSuccess()
-
testSingleMappingSuccess_NotMappedIgnored
public void testSingleMappingSuccess_NotMappedIgnored()
-
testSingleMappingSuccess_EmptyInput
public void testSingleMappingSuccess_EmptyInput()
-
testSingleMappingSuccess_NullMappings
public void testSingleMappingSuccess_NullMappings()
-
testSingleMappingSuccess_EmptyMapping
public void testSingleMappingSuccess_EmptyMapping()
-
-