Class RequiresSignatureVerificationPredicateTest.MockAuthenticatableContext
- java.lang.Object
-
- org.opensaml.messaging.context.BaseContext
-
- net.shibboleth.idp.plugin.authn.oidc.rp.context.AbstractAuthenticatableOIDCContext
-
- net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic.RequiresSignatureVerificationPredicateTest.MockAuthenticatableContext
-
- All Implemented Interfaces:
Iterable<BaseContext>
- Enclosing class:
- RequiresSignatureVerificationPredicateTest
private static class RequiresSignatureVerificationPredicateTest.MockAuthenticatableContext extends net.shibboleth.idp.plugin.authn.oidc.rp.context.AbstractAuthenticatableOIDCContextMock Authenticatable context.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator
-
-
Constructor Summary
Constructors Modifier Constructor Description privateMockAuthenticatableContext(boolean authn)
-
Method Summary
-
Methods inherited from class net.shibboleth.idp.plugin.authn.oidc.rp.context.AbstractAuthenticatableOIDCContext
isAuthenticated, setAuthenticated
-
Methods inherited from class org.opensaml.messaging.context.BaseContext
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, iterator, removeSubcontext, removeSubcontext, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-