Class BaseOIDCResponseActionTest.MockRevocationCache
- java.lang.Object
-
- net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
-
- net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
-
- net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent
-
- org.opensaml.storage.RevocationCache
-
- net.shibboleth.idp.plugin.oidc.op.profile.impl.BaseOIDCResponseActionTest.MockRevocationCache
-
- All Implemented Interfaces:
Component,DestructableComponent,IdentifiableComponent,IdentifiedComponent,InitializableComponent
- Enclosing class:
- BaseOIDCResponseActionTest
public class BaseOIDCResponseActionTest.MockRevocationCache extends RevocationCache
-
-
Constructor Summary
Constructors Constructor Description MockRevocationCache(boolean revocationQueryOutcome, boolean revokeActionStatus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoInitialize()booleanisRevoked(String context, String s)booleanrevoke(String context, String s)-
Methods inherited from class org.opensaml.storage.RevocationCache
getStorage, isStrict, revoke, setEntryExpiration, setStorage, setStrict
-
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent
setId
-
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
getId
-
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
destroy, doDestroy, initialize, isDestroyed, isInitialized
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent
getId
-
-
-
-
Method Detail
-
doInitialize
public void doInitialize() throws ComponentInitializationException- Overrides:
doInitializein classRevocationCache- Throws:
ComponentInitializationException
-
revoke
public boolean revoke(@Nonnull @NotEmpty String context, @Nonnull @NotEmpty String s)
- Overrides:
revokein classRevocationCache
-
-