public interface CredentialsProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
PASSWORD_PROPERTY_NAME |
static String |
USER_PROPERTY_NAME |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getCredentials(String credentialsProviderName)
Returns the credentials for a given credentials provider
|
static final String USER_PROPERTY_NAME
static final String PASSWORD_PROPERTY_NAME
Copyright © 2020 JBoss by Red Hat. All rights reserved.