|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LdapUrl
A parsed LDAP URL.
Method Summary | |
---|---|
List |
getAttributes()
Gets the attributes component of this LdapUrl. |
List |
getExtensions()
Gets the extensions component of this LdapUrl. |
ExprNode |
getFilter()
Gets the filter component of this LdapUrl as a filter expression tree. |
String |
getHostName()
Gets the hostname component of this LdapUrl. |
Name |
getName()
Gets the distinguished name of this LdapUrl. |
int |
getPort()
Gets the port component of this LdapUrl. |
int |
getScope()
Gets the scope of the search if this LdapUrl represents a search URL. |
boolean |
isSecure()
Gets whether or not secure ldaps scheme with SSL is used or normal ldap scheme is used. |
Method Detail |
---|
Name getName()
String getHostName()
int getPort()
ExprNode getFilter()
List getAttributes()
List getExtensions()
int getScope()
SearchControls.OBJECT_SCOPE
,
SearchControls.ONELEVEL_SCOPE
,
SearchControls.SUBTREE_SCOPE
boolean isSecure()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |