Class BaseClientSecretValueResolverTest<T extends net.shibboleth.oidc.metadata.impl.AbstractClientSecretValueResolver>
- java.lang.Object
-
- net.shibboleth.oidc.metadata.impl.BaseClientSecretValueResolverTest<T>
-
- Type Parameters:
T- The implementation to be tested.
- Direct Known Subclasses:
PropertiesClientSecretValueResolverTest,ResolverServiceClientSecretValueResolverTest
public abstract class BaseClientSecretValueResolverTest<T extends net.shibboleth.oidc.metadata.impl.AbstractClientSecretValueResolver> extends Object
Base unit tests for all implementations ofClientSecretValueResolver.
-
-
Constructor Summary
Constructors Constructor Description BaseClientSecretValueResolverTest()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected CriteriaSetbuildCriteriaSet(String secretReference)protected abstract TbuildResolver(boolean init)voidresolve_shouldThrowIfCalledAfterDestroy()voidresolve_shouldThrowIfCalledBeforeInit()voidresolveSingle_shouldThrowIfCalledAfterDestroy()voidresolveSingle_shouldThrowIfCalledBeforeInit()
-
-
-
Field Detail
-
resolver
T extends net.shibboleth.oidc.metadata.impl.AbstractClientSecretValueResolver resolver
-
-
Method Detail
-
resolveSingle_shouldThrowIfCalledBeforeInit
public void resolveSingle_shouldThrowIfCalledBeforeInit() throws ResolverException, ComponentInitializationException
-
resolveSingle_shouldThrowIfCalledAfterDestroy
public void resolveSingle_shouldThrowIfCalledAfterDestroy() throws ResolverException, ComponentInitializationException
-
resolve_shouldThrowIfCalledBeforeInit
public void resolve_shouldThrowIfCalledBeforeInit() throws ResolverException, ComponentInitializationException
-
resolve_shouldThrowIfCalledAfterDestroy
public void resolve_shouldThrowIfCalledAfterDestroy() throws ResolverException, ComponentInitializationException
-
buildCriteriaSet
protected CriteriaSet buildCriteriaSet(String secretReference)
-
buildResolver
protected abstract T buildResolver(boolean init) throws ComponentInitializationException
- Throws:
ComponentInitializationException
-
-