Class StaticCredentialResolver
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent
net.shibboleth.sp.credential.AbstractOrderedCredentialResolver
net.shibboleth.sp.credential.impl.StaticCredentialResolver
- All Implemented Interfaces:
Component,DestructableComponent,IdentifiableComponent,IdentifiedComponent,InitializableComponent,Resolver<Credential,,CriteriaSet> OrderedCredentialResolver,CredentialResolver,Ordered
A static resolver that subclasses the functionality needed for SP usage.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.shibboleth.sp.credential.AbstractOrderedCredentialResolver
AbstractOrderedCredentialResolver.UsageCriterionPredicate -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<Credential>List of credentials held by this resolver.Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoResolve(CriteriaSet criteria) Subclasses implement this method to resolve the underlying objects.Methods inherited from class net.shibboleth.sp.credential.AbstractOrderedCredentialResolver
getOrder, resolve, resolveSingle, setFilterByUsage, setOrder, setProtocolsMethods inherited from class net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent
setIdMethods inherited from class net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
doInitialize, 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
-
creds
List of credentials held by this resolver.
-
-
Constructor Details
-
StaticCredentialResolver
public StaticCredentialResolver(@Nonnull @ParameterName(name="credentials") List<Credential> credentials) Constructor.- Parameters:
credentials- static credentials
-
-
Method Details