|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public javax.naming.Name getName()
public java.lang.String getHostName()
public int getPort()
public ExprNode getFilter()
public java.util.List getAttributes()
public java.util.List getExtensions()
public int getScope()
SearchControls.OBJECT_SCOPE
,
SearchControls.ONELEVEL_SCOPE
,
SearchControls.SUBTREE_SCOPE
public boolean isSecure()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |