Class ProxyAwareDefaultOIDCAuthenticationContextClassLookupFunctionTest
- java.lang.Object
-
- net.shibboleth.oidc.profile.config.navigate.ProxyAwareDefaultOIDCAuthenticationContextClassLookupFunctionTest
-
public class ProxyAwareDefaultOIDCAuthenticationContextClassLookupFunctionTest 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.ProxyAwareDefaultOIDCAuthenticationContextClassRequestLookupFunctionfunctionprivate ProfileRequestContextnestedPrcprivate ProfileRequestContextprcprivate net.shibboleth.idp.authn.context.RequestedPrincipalContextrpc
-
Constructor Summary
Constructors Constructor Description ProxyAwareDefaultOIDCAuthenticationContextClassLookupFunctionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestMappedAndPassedThroughSuccess()voidtestMultipleMappedAndPassedThroughSuccess()voidtestSingleMappingSuccess()
-
-
-
Field Detail
-
function
private net.shibboleth.oidc.profile.config.navigate.ProxyAwareDefaultOIDCAuthenticationContextClassRequestLookupFunction 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
-
-