public class JavaHLAuthenticationStorage extends Object implements ISVNAuthenticationStorage
Constructor and Description |
---|
JavaHLAuthenticationStorage() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Object |
getData(String kind,
String realm)
Retrieves a cached credential of the specified kind for the
given repository authentication realm from the auth storage.
|
void |
putData(String kind,
String realm,
Object data)
Caches a credential of the specified kind for the given repository
authentication realm in the auth storage.
|
public void putData(String kind, String realm, Object data)
ISVNAuthenticationStorage
putData
in interface ISVNAuthenticationStorage
kind
- 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 Object getData(String kind, String realm)
ISVNAuthenticationStorage
getData
in interface ISVNAuthenticationStorage
kind
- 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 © 2024. All rights reserved.