Class AbstractClaimsValidatorTest
- java.lang.Object
-
- net.shibboleth.oidc.security.jwt.claims.impl.AbstractClaimsValidatorTest
-
- Direct Known Subclasses:
AudienceClaimsValidatorTest,AuthenticationTimeClaimsValidatorTest,ChainingJWTClaimsValidationTest,ExactMatchClaimsValidatorTest,ExpiryClaimsValidatorTest,IssuedAtClaimsValidatorTest,NotBeforeClaimsValidatorTest,ProhibitedClaimsValidatorTest,RequiredClaimsValidatorTest
public class AbstractClaimsValidatorTest extends Object
Abstract class for claims validator tests.
-
-
Field Summary
Fields Modifier and Type Field Description protected net.shibboleth.idp.authn.context.AuthenticationContextacThe authentication context to add to the profile request context.protected ProfileRequestContextprcThe profile request context.protected RequestContextsrcThe request context.
-
Constructor Summary
Constructors Constructor Description AbstractClaimsValidatorTest()
-
-
-
Field Detail
-
src
protected RequestContext src
The request context.
-
prc
protected ProfileRequestContext prc
The profile request context.
-
ac
protected net.shibboleth.idp.authn.context.AuthenticationContext ac
The authentication context to add to the profile request context.
-
-
Method Detail
-
setup
public void setup() throws ComponentInitializationExceptionSetup the relevant contexts per method execution.
Is not inherited, so must be enabled in concrete test classes, e.g. add a setup method and call super.
- Throws:
ComponentInitializationException- on error.
-
-