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
Fields Modifier and Type Field Description static AuthenticationExecutionModel.ExecutionComparator
SINGLETON
-
Constructor Summary
Constructors Constructor Description ExecutionComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(AuthenticationExecutionModel o1, AuthenticationExecutionModel o2)
-
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 AuthenticationExecutionModel.ExecutionComparator SINGLETON
-
-
Method Detail
-
compare
public int compare(AuthenticationExecutionModel o1, AuthenticationExecutionModel o2)
- Specified by:
compare
in interfaceComparator<AuthenticationExecutionModel>
-
-