org.jboss.portal.identity.ldap
Class LDAPUserModuleImpl.UserEntryComparator

java.lang.Object
  extended by org.jboss.portal.identity.ldap.LDAPUserModuleImpl.UserEntryComparator
All Implemented Interfaces:
java.util.Comparator
Enclosing class:
LDAPUserModuleImpl

protected class LDAPUserModuleImpl.UserEntryComparator
extends java.lang.Object
implements java.util.Comparator

Comparator for users entries


Constructor Summary
protected LDAPUserModuleImpl.UserEntryComparator()
           
 
Method Summary
 int compare(java.lang.Object o1, java.lang.Object 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

LDAPUserModuleImpl.UserEntryComparator

protected LDAPUserModuleImpl.UserEntryComparator()
Method Detail

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
Specified by:
compare in interface java.util.Comparator