public class LdapDnPrincipal extends Object implements Principal, Serializable, Comparable<Principal>
Constructor and Description |
---|
LdapDnPrincipal(String name,
LdapEntry entry)
Creates a new ldap principal with the supplied name.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Principal p) |
boolean |
equals(Object o) |
LdapEntry |
getLdapEntry()
Returns the ldap entry for this ldap principal.
|
String |
getName() |
int |
hashCode() |
String |
toString() |
public LdapEntry getLdapEntry()
public boolean equals(Object o)
public int hashCode()
public String toString()
public int compareTo(Principal p)
compareTo
in interface Comparable<Principal>
Copyright © 2017. All rights reserved.