X-Git-Url: https://code.grnet.gr/git/pithos/blobdiff_plain/16baf609bb746ccbc6cd8da7213ee74cf474f2a9..f3f7bdf3df56b4fcea3dac6f35f7a7d3d9b199c2:/src/gr/ebs/gss/client/Configuration.java?ds=sidebyside diff --git a/src/gr/ebs/gss/client/Configuration.java b/src/gr/ebs/gss/client/Configuration.java index 4c41ea4..3435fdc 100644 --- a/src/gr/ebs/gss/client/Configuration.java +++ b/src/gr/ebs/gss/client/Configuration.java @@ -53,6 +53,12 @@ public interface Configuration extends Constants { String authCookie(); /** + * @return the webdav cookie name + */ + @DefaultStringValue("_gss_wd") + String webdavCookie(); + + /** * @return the separator string between username and token in the * authentication cookie */ @@ -72,6 +78,12 @@ public interface Configuration extends Constants { String webdavUrl(); /** + * @return the URL of the service home page + */ + @DefaultStringValue("http://localhost:8080/") + String serviceHome(); + + /** * @return the token TTL note */ @DefaultStringValue("")