Class CriteriaSelfEntityIDResolver
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
net.shibboleth.profile.relyingparty.impl.BaseCriteriaRelyingPartyConfiigurationResolver<String>
net.shibboleth.profile.relyingparty.impl.CriteriaSelfEntityIDResolver
- All Implemented Interfaces:
Component,DestructableComponent,IdentifiableComponent,IdentifiedComponent,InitializableComponent,Resolver<String,CriteriaSet>
public class CriteriaSelfEntityIDResolver
extends BaseCriteriaRelyingPartyConfiigurationResolver<String>
Resolver which uses an instance of
RelyingPartyConfigurationResolver to
resolve our own entityID.
The required and allowed criteria are the same as the RelyingPartyConfigurationResolver
implementation in use.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolve(CriteriaSet criteria) resolveSingle(CriteriaSet criteria) Methods inherited from class net.shibboleth.profile.relyingparty.impl.BaseCriteriaRelyingPartyConfiigurationResolver
doInitialize, resolveRelyingPartyConfiguration, setId, setRelyingPartyConfigurationResolverMethods 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
-
Constructor Details
-
CriteriaSelfEntityIDResolver
public CriteriaSelfEntityIDResolver()
-
-
Method Details