Class AuthenticationFlowDescriptor.WeightedComparator<T>

java.lang.Object
net.shibboleth.idp.authn.AuthenticationFlowDescriptor.WeightedComparator<T>
Type Parameters:
T - object type
All Implemented Interfaces:
Comparator<T>
Enclosing class:
AuthenticationFlowDescriptor

private class AuthenticationFlowDescriptor.WeightedComparator<T> extends Object implements Comparator<T>
A Comparator that compares the mapped weights of the two operands, using a weight of zero for any unmapped values.
  • Constructor Details

    • WeightedComparator

      private WeightedComparator()
  • Method Details