Package org.keycloak.models
Class AuthenticationExecutionModel.ExecutionComparator
java.lang.Object
org.keycloak.models.AuthenticationExecutionModel.ExecutionComparator
- All Implemented Interfaces:
Comparator<AuthenticationExecutionModel>
- Enclosing class:
- AuthenticationExecutionModel
public static class AuthenticationExecutionModel.ExecutionComparator
extends Object
implements Comparator<AuthenticationExecutionModel>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
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
-
ExecutionComparator
public ExecutionComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<AuthenticationExecutionModel>
-