Class StorageServiceClientInformationResolver
- java.lang.Object
-
- net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
-
- net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
-
- net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent
-
- net.shibboleth.oidc.metadata.impl.BaseStorageServiceClientInformationComponent
-
- net.shibboleth.oidc.metadata.impl.StorageServiceClientInformationResolver
-
- All Implemented Interfaces:
ClientInformationResolver,Component,DestructableComponent,IdentifiableComponent,IdentifiedComponent,InitializableComponent,Resolver<com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation,CriteriaSet>
public class StorageServiceClientInformationResolver extends BaseStorageServiceClientInformationComponent implements ClientInformationResolver
AClientInformationResolverexploitingStorageServicefor fetching the stored data.
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.LoggerlogClass logger.-
Fields inherited from class net.shibboleth.oidc.metadata.impl.BaseStorageServiceClientInformationComponent
CONTEXT_NAME
-
-
Constructor Summary
Constructors Constructor Description StorageServiceClientInformationResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoInitialize()This method checks to ensure that theStorageServiceback-end is not null.Iterable<com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation>resolve(CriteriaSet criteria)com.nimbusds.openid.connect.sdk.rp.OIDCClientInformationresolveSingle(CriteriaSet criteria)-
Methods inherited from class net.shibboleth.oidc.metadata.impl.BaseStorageServiceClientInformationComponent
getStorageService, setStorageService
-
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
protected void doInitialize() throws ComponentInitializationExceptionThis method checks to ensure that theStorageServiceback-end is not null.- Overrides:
doInitializein classBaseStorageServiceClientInformationComponent- Throws:
ComponentInitializationException
-
resolve
@Nullable public Iterable<com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation> resolve(@Nullable CriteriaSet criteria) throws ResolverException
- Specified by:
resolvein interfaceResolver<com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation,CriteriaSet>- Throws:
ResolverException
-
resolveSingle
@Nullable public com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation resolveSingle(@Nullable CriteriaSet criteria) throws ResolverException- Specified by:
resolveSinglein interfaceResolver<com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation,CriteriaSet>- Throws:
ResolverException
-
-