public interface IPasswordStore
Modifier and Type | Method and Description |
---|---|
void |
clear(IJSchLocation location)
The cached password should be flushed.
|
boolean |
isCached(IJSchLocation location)
This method will check if the password is cached or not.
|
void |
update(IJSchLocation location) |
void clear(IJSchLocation location)
location
- boolean isCached(IJSchLocation location)
location
- void update(IJSchLocation location)
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.