public class LDAPGroupWithAttributes extends Object implements GroupWithAttributes, LDAPDirectoryEntity
| Constructor and Description |
|---|
LDAPGroupWithAttributes(String dn,
GroupTemplateWithAttributes group) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Group group) |
boolean |
equals(Object o) |
String |
getDescription() |
long |
getDirectoryId() |
String |
getDn()
Gets the standardised distinguished name for the LDAP entity.
|
Set<String> |
getKeys() |
String |
getName() |
GroupType |
getType() |
String |
getValue(String attributeName) |
Set<String> |
getValues(String attributeName) |
int |
hashCode() |
boolean |
isActive() |
boolean |
isEmpty() |
String |
toString() |
public LDAPGroupWithAttributes(String dn, GroupTemplateWithAttributes group)
public String getDn()
LDAPDirectoryEntitygetDn in interface LDAPDirectoryEntitypublic String getName()
getName in interface DirectoryEntitypublic long getDirectoryId()
getDirectoryId in interface DirectoryEntitypublic String getDescription()
getDescription in interface Grouppublic Set<String> getValues(String attributeName)
getValues in interface Attributespublic String getValue(String attributeName)
getValue in interface Attributespublic Set<String> getKeys()
getKeys in interface Attributespublic boolean isEmpty()
isEmpty in interface Attributespublic boolean equals(Object o)
equals in interface DirectoryEntityequals in class Objectpublic int hashCode()
hashCode in interface DirectoryEntityhashCode in class Objectpublic int compareTo(Group group)
compareTo in interface Comparable<Group>Copyright © 2018 Atlassian. All rights reserved.