public class BrowserSamlCredentialsProvider extends SamlCredentialsProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_IDP_RESPONSE_TIMEOUT
String containing "idp_response_timeout" as a parameter key.
|
static String |
KEY_LISTEN_PORT
String containing "listen_port" as a parameter key.
|
static String |
KEY_LOGIN_URL
String containing "login_url" as a parameter key.
|
KEY_IDP_HOST, m_autoCreate, m_dbGroups, m_dbGroupsFilter, m_dbUser, m_disableCache, m_duration, m_forceLowercase, m_groupFederation, m_idpHost, m_idpPort, m_log, m_password, m_preferredRole, m_region, m_sslInsecure, m_stsEndpoint, m_userName| Constructor and Description |
|---|
BrowserSamlCredentialsProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(String key,
String value)
Overwritten method to grab the field parameters from JDBC connection string.
|
String |
getPluginSpecificCacheKey() |
protected String |
getSamlAssertion()
Overridden method to grab the SAML Response.
|
checkRequiredParameters, escapeHtmlEntity, getCacheKey, getCredentials, getFormAction, getHttpClient, getIdpToken, getInputTagsfromHTML, getSubType, getValueByKey, getValueByKeyWithoutQuotesAndValueInSingleQuote, isPassword, isText, refresh, setGroupFederation, setLoggerpublic static final String KEY_LOGIN_URL
public static final String KEY_IDP_RESPONSE_TIMEOUT
public static final String KEY_LISTEN_PORT
protected String getSamlAssertion() throws IOException
getSamlAssertion in class SamlCredentialsProviderIOException - as part of common API. mean parameters are not set or has invalid values.public void addParameter(String key, String value)
addParameter in interface IPluginaddParameter in class SamlCredentialsProviderkey - parameter key passed to JDBCvalue - parameter value associated with the given keypublic String getPluginSpecificCacheKey()
getPluginSpecificCacheKey in interface IPlugingetPluginSpecificCacheKey in class SamlCredentialsProviderCopyright © 2021 Amazon.com Inc.. All rights reserved.