Package org.keycloak.models
Class AuthenticatorConfigModel.AuthenticationConfigComparator
- java.lang.Object
- 
- org.keycloak.models.AuthenticatorConfigModel.AuthenticationConfigComparator
 
- 
- All Implemented Interfaces:
- Comparator<AuthenticatorConfigModel>
 - Enclosing class:
- AuthenticatorConfigModel
 
 public static class AuthenticatorConfigModel.AuthenticationConfigComparator extends Object implements Comparator<AuthenticatorConfigModel> 
- 
- 
Field SummaryFields Modifier and Type Field Description static AuthenticatorConfigModel.AuthenticationConfigComparatorSINGLETON
 - 
Constructor SummaryConstructors Constructor Description AuthenticationConfigComparator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(AuthenticatorConfigModel left, AuthenticatorConfigModel 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 AuthenticatorConfigModel.AuthenticationConfigComparator SINGLETON 
 
- 
 - 
Method Detail- 
comparepublic int compare(AuthenticatorConfigModel left, AuthenticatorConfigModel right) - Specified by:
- comparein interface- Comparator<AuthenticatorConfigModel>
 
 
- 
 
-