public class AffiliationNameIDPolicyPredicate extends DefaultNameIDPolicyPredicate
If an SPNameQualifier value is non-null, the value must match the
request issuer, or must be an identifier for a SAML AffiliationDescriptor that
contains the issuer.
| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log
Class logger.
|
private MetadataResolver |
metadataResolver
Metadata resolver to use.
|
| Constructor and Description |
|---|
AffiliationNameIDPolicyPredicate() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doApply(java.lang.String requesterId,
java.lang.String responderId,
java.lang.String format,
java.lang.String nameQualifier,
java.lang.String spNameQualifier)
Apply the predicate to the request.
|
protected void |
doInitialize() |
void |
setMetadataResolver(MetadataResolver resolver)
Set the metadata resolver to use.
|
apply, setFormats, setObjectLookupStrategy, setRequesterIdLookupStrategy, setResponderIdLookupStrategydestroy, doDestroy, initialize, isDestroyed, isInitialized@Nonnull private final org.slf4j.Logger log
@NonnullAfterInit private MetadataResolver metadataResolver
public void setMetadataResolver(@Nonnull
MetadataResolver resolver)
resolver - resolver to useprotected void doInitialize()
throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
doInitialize in class AbstractNameIDPolicyPredicatenet.shibboleth.utilities.java.support.component.ComponentInitializationExceptionprotected boolean doApply(@Nullable
java.lang.String requesterId,
@Nullable
java.lang.String responderId,
@Nullable
java.lang.String format,
@Nullable
java.lang.String nameQualifier,
@Nullable
java.lang.String spNameQualifier)
doApply in class DefaultNameIDPolicyPredicaterequesterId - the requesterresponderId - the responderformat - format of identifiernameQualifier - the NameQualifierspNameQualifier - the SPNameQualifier