|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.pba.rbac.URLHandler issrg.pba.rbac.WebDAVURLHandler
public class WebDAVURLHandler
This class handles WebDAV URL's, with SSL client authentication details.
Field Summary |
---|
Fields inherited from class issrg.pba.rbac.URLHandler |
---|
defaultPort, FILE_PORT, FILE_PROTOCOL, HTTP_PORT, HTTP_PROTOCOL, HTTPS_PORT, HTTPS_PROTOCOL, VOMS_SAML_PROTOCOL |
Constructor Summary | |
---|---|
WebDAVURLHandler(int defaultPort,
java.lang.String protocolIn)
|
Method Summary | |
---|---|
java.lang.String |
getProtocol()
This method returns the string name of the protocol (without the trailing colon). |
AttributeRepository |
getRepository(java.lang.String url)
This method returns an instance of a repository that would be able to retrieve attributes given the URL. |
Methods inherited from class issrg.pba.rbac.URLHandler |
---|
addProtocol, getDefaultPort, getEntry, getEntryByURL, getPrincipal, getPrincipalByURL, getProtocolName, getRepositoryByURL, getSubtree, getSubtreeByURL, getURLHandler, removeProtocol |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebDAVURLHandler(int defaultPort, java.lang.String protocolIn)
Method Detail |
---|
public AttributeRepository getRepository(java.lang.String url) throws BadURLException
URLHandler
In this version of the URLHandler, no HTTP/HTTPS repositories are implemented, so null is returned for such URLs.
getRepository
in class URLHandler
url
- - the URL of the repository
BadURLException
public java.lang.String getProtocol()
URLHandler
getProtocol
in class URLHandler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |