Class DefaultSVNAuthenticationManager.RuntimeStorage
java.lang.Object
org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager.RuntimeStorage
- All Implemented Interfaces:
ISVNAuthenticationStorage
- Enclosing class:
- DefaultSVNAuthenticationManager
private static class DefaultSVNAuthenticationManager.RuntimeStorage
extends Object
implements ISVNAuthenticationStorage
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
Retrieves a cached credential of the specified kind for the given repository authentication realm from the auth storage.void
Caches a credential of the specified kind for the given repository authentication realm in the auth storage.
-
Field Details
-
myData
-
-
Constructor Details
-
RuntimeStorage
private RuntimeStorage()
-
-
Method Details
-
putData
Description copied from interface:ISVNAuthenticationStorage
Caches a credential of the specified kind for the given repository authentication realm in the auth storage.- Specified by:
putData
in 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
-
clear
public void clear() -
getData
Description copied from interface:ISVNAuthenticationStorage
Retrieves a cached credential of the specified kind for the given repository authentication realm from the auth storage.- Specified by:
getData
in 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
-