org.wso2.carbon.server.admin.auth
Class AuthenticatorComparator

java.lang.Object
  extended by 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
AuthenticatorComparator()
           
 
Method Summary
 int compare(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
 

Constructor Detail

AuthenticatorComparator

public AuthenticatorComparator()
Method Detail

compare

public int compare(org.wso2.carbon.core.services.authentication.BackendAuthenticator o1,
                   org.wso2.carbon.core.services.authentication.BackendAuthenticator o2)
Specified by:
compare in interface Comparator<org.wso2.carbon.core.services.authentication.BackendAuthenticator>


Copyright © 2014 WSO2 Inc. All rights reserved.