eu.emi.dsr.security.util
Interface AttributeSourcesChain.CombiningPolicy
- All Known Implementing Classes:
- AttributeSourcesChain.FirstAccessible, AttributeSourcesChain.FirstApplicable, AttributeSourcesChain.Merge, AttributeSourcesChain.MergeLastOverrides
- Enclosing class:
- AttributeSourcesChain
public static interface AttributeSourcesChain.CombiningPolicy
defines how attributes should be combined
combineAttributes
boolean combineAttributes(SubjectAttributesHolder master,
SubjectAttributesHolder newAttributes)
- combines new attributes with the already existing ones
- Parameters:
master - - the already existing attributesnewAttributes - - the new attributes
- Returns:
- true if next attribute sources should be evaluated, false if processing should be stopped.
Copyright © 2012. All Rights Reserved.