| Package | Description | 
|---|---|
| com.logicaldoc.webdav | |
| com.logicaldoc.webdav.session | 
| Modifier and Type | Method and Description | 
|---|---|
static AuthenticationUtil.Credentials | 
AuthenticationUtil.authenticate(javax.servlet.http.HttpServletRequest request)
Decodes given Credentials through base64 decode and turns back a @link
  
AuthenticationUtil.Credentials Objects with username and password. | 
| Modifier and Type | Method and Description | 
|---|---|
AuthenticationUtil.Credentials | 
DavSessionImpl.getCredentials()  | 
AuthenticationUtil.Credentials | 
DavSession.getCredentials()
Getting back the current set credentials 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DavSessionImpl.setCredentials(AuthenticationUtil.Credentials credentials)  | 
void | 
DavSession.setCredentials(AuthenticationUtil.Credentials credentials)
Sets a new Credentials Object to the DavSession 
 | 
Copyright © 2008-2014 Logical Objects. All Rights Reserved.