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 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:
      compare in interface Comparator<org.wso2.carbon.core.services.authentication.BackendAuthenticator>