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