|
||||||||||
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 | |
---|---|
java.util.List |
getAttributes()
Gets the attributes component of this LdapUrl. |
java.util.List |
getExtensions()
Gets the extensions component of this LdapUrl. |
ExprNode |
getFilter()
Gets the filter component of this LdapUrl as a filter expression tree. |
java.lang.String |
getHostName()
Gets the hostname component of this LdapUrl. |
javax.naming.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 |
---|
javax.naming.Name getName()
java.lang.String getHostName()
int getPort()
ExprNode getFilter()
java.util.List getAttributes()
java.util.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 |