Package org.keycloak.models
Class AuthenticationFlowModel.AuthenticationFlowComparator
- java.lang.Object
-
- org.keycloak.models.AuthenticationFlowModel.AuthenticationFlowComparator
-
- All Implemented Interfaces:
Comparator<AuthenticationFlowModel>
- Enclosing class:
- AuthenticationFlowModel
public static class AuthenticationFlowModel.AuthenticationFlowComparator extends Object implements Comparator<AuthenticationFlowModel>
-
-
Field Summary
Fields Modifier and Type Field Description static AuthenticationFlowModel.AuthenticationFlowComparator
SINGLETON
-
Constructor Summary
Constructors Constructor Description AuthenticationFlowComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(AuthenticationFlowModel left, AuthenticationFlowModel right)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Field Detail
-
SINGLETON
public static final AuthenticationFlowModel.AuthenticationFlowComparator SINGLETON
-
-
Method Detail
-
compare
public int compare(AuthenticationFlowModel left, AuthenticationFlowModel right)
- Specified by:
compare
in interfaceComparator<AuthenticationFlowModel>
-
-