Class AuthenticatorComparator
java.lang.Object
org.wso2.carbon.server.admin.auth.AuthenticatorComparator
- All Implemented Interfaces:
Serializable,Comparator<org.wso2.carbon.core.services.authentication.BackendAuthenticator>
public class AuthenticatorComparator
extends Object
implements Comparator<org.wso2.carbon.core.services.authentication.BackendAuthenticator>, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(org.wso2.carbon.core.services.authentication.BackendAuthenticator o1, org.wso2.carbon.core.services.authentication.BackendAuthenticator o2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
AuthenticatorComparator
public AuthenticatorComparator()
-
-
Method Details
-
compare
public int compare(org.wso2.carbon.core.services.authentication.BackendAuthenticator o1, org.wso2.carbon.core.services.authentication.BackendAuthenticator o2) - Specified by:
comparein interfaceComparator<org.wso2.carbon.core.services.authentication.BackendAuthenticator>
-