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
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
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 Details
-
SINGLETON
-
-
Constructor Details
-
AuthenticationConfigComparator
public AuthenticationConfigComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<AuthenticatorConfigModel>
-