Class MatchingDatasetToNonMatchingAttributesMapper
- java.lang.Object
-
- uk.gov.ida.saml.core.transformers.MatchingDatasetToNonMatchingAttributesMapper
-
public class MatchingDatasetToNonMatchingAttributesMapper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MatchingDatasetToNonMatchingAttributesMapper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> java.util.Comparator<NonMatchingVerifiableAttribute<T>>attributeComparator()NonMatchingAttributesmapToNonMatchingAttributes(MatchingDataset matchingDataset)
-
-
-
Method Detail
-
mapToNonMatchingAttributes
public NonMatchingAttributes mapToNonMatchingAttributes(MatchingDataset matchingDataset)
-
attributeComparator
public static <T> java.util.Comparator<NonMatchingVerifiableAttribute<T>> attributeComparator()
-
-