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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticatorComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(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, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
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>
-
-