public class PasswordCredentialsProvider extends Object implements IPasswordCredentialsProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
PasswordCredentialsProvider.Delegating |
IPasswordCredentialsProvider.Provider| Constructor and Description |
|---|
PasswordCredentialsProvider() |
PasswordCredentialsProvider(IPasswordCredentials credentials) |
PasswordCredentialsProvider(String userID,
char[] password) |
PasswordCredentialsProvider(String userID,
String password) |
| Modifier and Type | Method and Description |
|---|---|
IPasswordCredentials |
getCredentials() |
boolean |
isInteractive() |
void |
setCredentials(IPasswordCredentials credentials) |
public PasswordCredentialsProvider()
public PasswordCredentialsProvider(IPasswordCredentials credentials)
public PasswordCredentialsProvider(String userID, char[] password)
public boolean isInteractive()
isInteractive in interface ICredentialsProviderpublic IPasswordCredentials getCredentials()
getCredentials in interface ICredentialsProvidergetCredentials in interface IPasswordCredentialsProviderpublic void setCredentials(IPasswordCredentials credentials)
Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html