|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aselect.authspserver.authsp.pki.crl.handler.ldap.LDAPURL
public class LDAPURL
a LDAP URL Wrapper Class.
Description:
The constructor expects one String containing the whole URL.
the URL is parsed and divided in the following sections:
Constructor Summary | |
---|---|
LDAPURL(java.lang.String sUri)
The LDAP URL Constructor. |
Method Summary | |
---|---|
java.lang.String |
getAttributes()
Get the name of the Attribute part from th original. |
java.lang.String |
getDn()
get the DN part from the original URI. |
java.lang.String |
getExtensions()
Get The extentions part from the original URI. |
java.lang.String |
getFilter()
Get The filter part from the original URI. |
java.lang.String |
getScope()
Get The search scope part from the original. |
java.lang.Object |
getServerUrl()
Get The Server URL part from the original URI. |
java.lang.String |
getUrl()
Gets The Url. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LDAPURL(java.lang.String sUri)
sUri
- the complete URIMethod Detail |
---|
public java.lang.String getUrl()
public java.lang.String getAttributes()
public java.lang.String getScope()
public java.lang.String getFilter()
public java.lang.String getExtensions()
public java.lang.Object getServerUrl()
public java.lang.String getDn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |