net.rim.device.api.ldap
Interface LDAPEntry
public interface LDAPEntry
Represents an LDAP entry.
- See Also:
LDAPAttribute
,
LDAPQuery
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
getAttribute
LDAPAttribute getAttribute(String name)
throws LDAPNoSuchAttributeException
- Returns a copy of an attribute given the attribute's name.
- Parameters:
name
- A String representing the name of the attribute.
- Returns:
- The
LDAPAttribute
object.
- Throws:
LDAPNoSuchAttributeException
- Thrown if the specified attribute
name cannot be found.- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
getAttributes
Enumeration getAttributes()
- Returns an Enumeration of all attributes.
- Returns:
- An Enumeration containing all attributes.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
getSize
int getSize()
- Returns the number of attributes in the entry.
- Returns:
- The number of attributes in the entry.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal