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
Modifier and TypeFieldDescriptionstatic final AuthenticationFlowModel.AuthenticationFlowComparator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
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 Details
-
SINGLETON
-
-
Constructor Details
-
AuthenticationFlowComparator
public AuthenticationFlowComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<AuthenticationFlowModel>
-