Class StorageServiceClientInformationResolver
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent
net.shibboleth.oidc.metadata.impl.BaseStorageServiceClientInformationComponent
net.shibboleth.oidc.metadata.impl.StorageServiceClientInformationResolver
- All Implemented Interfaces:
ClientInformationResolver,Component,DestructableComponent,IdentifiableComponent,IdentifiedComponent,InitializableComponent,Resolver<OIDCClientInformation,CriteriaSet>
public class StorageServiceClientInformationResolver
extends BaseStorageServiceClientInformationComponent
implements ClientInformationResolver
A
ClientInformationResolver exploiting StorageService for fetching the stored data.-
Field Summary
FieldsFields inherited from class net.shibboleth.oidc.metadata.impl.BaseStorageServiceClientInformationComponent
CONTEXT_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolve(CriteriaSet criteria) resolveSingle(CriteriaSet criteria) Methods inherited from class net.shibboleth.oidc.metadata.impl.BaseStorageServiceClientInformationComponent
doInitialize, getStorageService, setStorageServiceMethods inherited from class net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent
setIdMethods inherited from class net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
ensureId, getId, ifDestroyedThrowDestroyedComponentException, ifInitializedThrowUnmodifiabledComponentException, ifNotInitializedThrowUninitializedComponentExceptionMethods inherited from class net.shibboleth.shared.component.AbstractInitializableComponent
checkComponentActive, checkSetterPreconditions, destroy, doDestroy, initialize, isDestroyed, isInitializedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.shibboleth.shared.component.IdentifiedComponent
getId
-
Field Details
-
log
@Nonnull private final org.slf4j.Logger logClass logger.
-
-
Constructor Details
-
StorageServiceClientInformationResolver
public StorageServiceClientInformationResolver()
-
-
Method Details