Package org.tmatesoft.svn.core.javahl
Class JavaHLAuthenticationStorage
java.lang.Object
org.tmatesoft.svn.core.javahl.JavaHLAuthenticationStorage
- All Implemented Interfaces:
ISVNAuthenticationStorage
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Retrieves a cached credential of the specified kind for the given repository authentication realm from the auth storage.voidCaches a credential of the specified kind for the given repository authentication realm in the auth storage.
-
Field Details
-
myStorage
-
-
Constructor Details
-
JavaHLAuthenticationStorage
public JavaHLAuthenticationStorage()
-
-
Method Details
-
putData
Description copied from interface:ISVNAuthenticationStorageCaches a credential of the specified kind for the given repository authentication realm in the auth storage.- Specified by:
putDatain interfaceISVNAuthenticationStorage- Parameters:
kind- a credential kind (for example, like those defined inISVNAuthenticationManager)realm- a repository authentication realm including a hostname, a port number and a realm stringdata- a credential object
-
getData
Description copied from interface:ISVNAuthenticationStorageRetrieves a cached credential of the specified kind for the given repository authentication realm from the auth storage.- Specified by:
getDatain interfaceISVNAuthenticationStorage- Parameters:
kind- a credential kind (for example, like those defined inISVNAuthenticationManager)realm- a repository authentication realm including a hostname, a port number and a realm string- Returns:
- a credential object
-
clear
public void clear()
-