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 SummaryFields Modifier and Type Field Description static AuthenticationFlowModel.AuthenticationFlowComparatorSINGLETON
 - 
Constructor SummaryConstructors Constructor Description AuthenticationFlowComparator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(AuthenticationFlowModel left, AuthenticationFlowModel right)- 
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 AuthenticationFlowModel.AuthenticationFlowComparator SINGLETON 
 
- 
 - 
Method Detail- 
comparepublic int compare(AuthenticationFlowModel left, AuthenticationFlowModel right) - Specified by:
- comparein interface- Comparator<AuthenticationFlowModel>
 
 
- 
 
-