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 SummaryFields Modifier and Type Field Description static AuthenticationExecutionModel.ExecutionComparatorSINGLETON
 - 
Constructor SummaryConstructors Constructor Description ExecutionComparator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(AuthenticationExecutionModel o1, AuthenticationExecutionModel o2)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
 
- 
 
- 
- 
- 
Field Detail- 
SINGLETONpublic static final AuthenticationExecutionModel.ExecutionComparator SINGLETON 
 
- 
 - 
Method Detail- 
comparepublic int compare(AuthenticationExecutionModel o1, AuthenticationExecutionModel o2) - Specified by:
- comparein interface- Comparator<AuthenticationExecutionModel>
 
 
- 
 
-