|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public Entity
Interface representing an entity which acts as a base class for a user or a group
Method Summary | |
---|---|
String |
getDisplayName()
Returns a useful display name. |
String |
getCN()
Returns the value of user LDAP CN attribute |
String |
getAttribute(String name)
Returns the value of the given attribute name |
String[] |
getReadOnlyAttributeNames()
Returns the read only attribute names as string array. |
String[] |
getReadWriteAttributeNames()
Returns the readable and writable attribute names as string array. |
String[] |
getAttributeNames()
Returns all the attribute names as string array. |
Boolean |
isVirtual()
Returns if this Entity is virtual. |
VirtualType |
getVirtualType()
Returns the type of virtual entity, or null if the entity is not virtual |
String |
getEntityType()
Returns the type of entity. |
Methods inherited from interface com.ibm.mashups.enabler.Identifiable |
---|
getID |
Method Detail |
---|
String getDisplayName()
null
.String getCN()
null
.String getAttribute(String name)
name
-
the attribute name to look up
null
.String[] getReadOnlyAttributeNames()
null
.String[] getReadWriteAttributeNames()
null
.String[] getAttributeNames()
null
.Boolean isVirtual()
VirtualType getVirtualType()
null
.String getEntityType()
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |