PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.saml.v2.interfaces
Interface SAML2MapBasedConfig

All Known Subinterfaces:
SAML2HandlerChainConfig, SAML2HandlerConfig
All Known Implementing Classes:
DefaultSAML2HandlerChainConfig, DefaultSAML2HandlerConfig

public interface SAML2MapBasedConfig

Since:
Oct 12, 2009
Author:
Anil.Saldhana@redhat.com

Method Summary
 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
 

Method Detail

containsKey

boolean containsKey(String key)
Does the config contain the key?

Parameters:
key -
Returns:

getParameter

Object getParameter(String parameterName)
Get a parameter from the chain config

Parameters:
parameterName -
Returns:

addParameter

void addParameter(String parameterName,
                  Object value)
Add a parameter

Parameters:
parameterName -
value -

set

void set(Map<String,Object> options)
Set the options

Parameters:
options -

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.