public interface DavSession
extends org.apache.jackrabbit.webdav.DavSession
DavSession
Modifier and Type | Method and Description |
---|---|
AuthenticationUtil.Credentials |
getCredentials()
Getting back the current set credentials
|
Object |
getObject(String key)
Gets an object by passing the appropiated key
|
void |
putObject(String key,
Object value)
Puts an object to the session map
|
void |
setCredentials(AuthenticationUtil.Credentials credentials)
Sets a new Credentials Object to the DavSession
|
void setCredentials(AuthenticationUtil.Credentials credentials)
credentials
- CredentialsAuthenticationUtil.Credentials getCredentials()
void putObject(String key, Object value)
key
- The Keyvalue
- the corresponding objectCopyright © 2008-2014 Logical Objects. All Rights Reserved.