Package org.gluu.oxauth.model.ldap
Class SchemaEntry
java.lang.Object
org.gluu.persist.model.base.Entry
org.gluu.persist.model.base.BaseEntry
org.gluu.oxauth.model.ldap.SchemaEntry
- All Implemented Interfaces:
Serializable,Cloneable
public final class SchemaEntry
extends org.gluu.persist.model.base.BaseEntry
implements Serializable
Schema attribute
- Author:
- Yuriy Movchan Date: 10.14.2010
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidaddAttributeType(String attributeType) final voidaddObjectClass(String objectClass) booleaninthashCode()final voidsetAttributeTypes(List<String> attributeTypes) final voidsetObjectClasses(List<String> objectClasses) toString()Methods inherited from class org.gluu.persist.model.base.BaseEntry
getDNsMethods inherited from class org.gluu.persist.model.base.Entry
getBaseDn, getDn, setBaseDn, setDn
-
Constructor Details
-
SchemaEntry
public SchemaEntry()
-
-
Method Details
-
getAttributeTypes
-
setAttributeTypes
-
addAttributeType
-
getObjectClasses
-
setObjectClasses
-
addObjectClass
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.gluu.persist.model.base.Entry
-
equals
- Overrides:
equalsin classorg.gluu.persist.model.base.Entry
-
toString
- Overrides:
toStringin classorg.gluu.persist.model.base.BaseEntry
-