Class SAMLMetadataLookupParametersContext
- java.lang.Object
-
- org.opensaml.messaging.context.BaseContext
-
- org.opensaml.saml.common.messaging.context.SAMLMetadataLookupParametersContext
-
- All Implemented Interfaces:
Iterable<BaseContext>
public class SAMLMetadataLookupParametersContext extends BaseContext
Context for operational parameters that influence the lookup of SAML metadata.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator
-
-
Field Summary
Fields Modifier and Type Field Description private DetectDuplicateEntityIDsdetectDuplicateEntityIDsThe strategy for duplicate entityID detection.
-
Constructor Summary
Constructors Constructor Description SAMLMetadataLookupParametersContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DetectDuplicateEntityIDsgetDetectDuplicateEntityIDs()Get the strategy for duplicate entityID detection.voidsetDetectDuplicateEntityIDs(DetectDuplicateEntityIDs strategy)Set the strategy for duplicate entityID detection.-
Methods inherited from class org.opensaml.messaging.context.BaseContext
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, iterator, removeSubcontext, removeSubcontext, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
detectDuplicateEntityIDs
@Nullable private DetectDuplicateEntityIDs detectDuplicateEntityIDs
The strategy for duplicate entityID detection.
-
-
Method Detail
-
getDetectDuplicateEntityIDs
@Nullable public DetectDuplicateEntityIDs getDetectDuplicateEntityIDs()
Get the strategy for duplicate entityID detection.- Returns:
- strategy for duplicate entityID detection
-
setDetectDuplicateEntityIDs
public void setDetectDuplicateEntityIDs(@Nullable DetectDuplicateEntityIDs strategy)Set the strategy for duplicate entityID detection.- Parameters:
strategy- the strategy for duplicate entityID detection
-
-