Class AbstractHandlerTest
- java.lang.Object
-
- net.shibboleth.oidc.security.impl.AbstractHandlerTest
-
- Direct Known Subclasses:
EncryptJWTHandlerTest,SignJWTHandlerTest
public abstract class AbstractHandlerTest extends Object
Abstract class for tests that require context setup appropriate for message handlers.
-
-
Field Summary
Fields Modifier and Type Field Description protected net.shibboleth.idp.authn.context.AuthenticationContextacThe authentication context (above the nested prc).protected ProfileRequestContextprcThe profile request context to use.protected ProfileRequestContextrootPrcThe root profile request context to use.protected RequestContextsrcThe request context to use.
-
Constructor Summary
Constructors Constructor Description AbstractHandlerTest()
-
-
-
Field Detail
-
rootPrc
protected ProfileRequestContext rootPrc
The root profile request context to use.
-
prc
protected ProfileRequestContext prc
The profile request context to use.
-
src
protected RequestContext src
The request context to use.
-
ac
protected net.shibboleth.idp.authn.context.AuthenticationContext ac
The authentication context (above the nested prc).
-
-