public class JavaHLAuthenticationStorage
extends java.lang.Object
implements org.tmatesoft.svn.core.internal.wc.ISVNAuthenticationStorage
| Constructor and Description |
|---|
JavaHLAuthenticationStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
java.lang.Object |
getData(java.lang.String kind,
java.lang.String realm)
Retrieves a cached credential of the specified kind for the
given repository authentication realm from the auth storage.
|
void |
putData(java.lang.String kind,
java.lang.String realm,
java.lang.Object data)
Caches a credential of the specified kind for the given repository
authentication realm in the auth storage.
|
public void putData(java.lang.String kind,
java.lang.String realm,
java.lang.Object data)
org.tmatesoft.svn.core.internal.wc.ISVNAuthenticationStorageputData in interface org.tmatesoft.svn.core.internal.wc.ISVNAuthenticationStoragekind - a credential kind (for example, like those defined in
ISVNAuthenticationManager)realm - a repository authentication realm including a hostname,
a port number and a realm stringdata - a credential objectpublic java.lang.Object getData(java.lang.String kind,
java.lang.String realm)
org.tmatesoft.svn.core.internal.wc.ISVNAuthenticationStoragegetData in interface org.tmatesoft.svn.core.internal.wc.ISVNAuthenticationStoragekind - a credential kind (for example, like those defined in
ISVNAuthenticationManager)realm - a repository authentication realm including a hostname,
a port number and a realm stringpublic void clear()
Copyright © 2004-2009 TMate Software Ltd. All Rights Reserved.