public interface SAML2MapBasedConfig
Modifier and Type | Method and Description |
---|---|
void |
addParameter(String parameterName,
Object value)
Add a parameter
|
boolean |
containsKey(String key)
Does the config contain the key?
|
Object |
getParameter(String parameterName)
Get a parameter from the chain config
|
void |
set(Map<String,Object> options)
Set the options
|
boolean containsKey(String key)
key
- Object getParameter(String parameterName)
parameterName
- void addParameter(String parameterName, Object value)
parameterName
- value
- Copyright © 2017 JBoss by Red Hat. All rights reserved.