public class ObjectClassValue extends Object
| Constructor and Description |
|---|
ObjectClassValue(String structural,
Set<String> auxiliary)
Constructor of the object class value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
SortedSet<String> |
getAuxiliary()
Returns the names of the auxiliary objectclasses.
|
String |
getStructural()
Returns the name of the structural objectclass.
|
int |
hashCode() |
public ObjectClassValue(String structural, Set<String> auxiliary)
structural - the name of the structural objectclass.auxiliary - the auxiliary objectclasses.public SortedSet<String> getAuxiliary()
public String getStructural()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.