org.picketlink.identity.federation.web.config
Class SPRedirectMetadataConfigurationProvider
java.lang.Object
org.picketlink.identity.federation.web.config.AbstractSAMLConfigurationProvider
org.picketlink.identity.federation.web.config.SPRedirectMetadataConfigurationProvider
- All Implemented Interfaces:
- SAMLConfigurationProvider
public class SPRedirectMetadataConfigurationProvider
- extends AbstractSAMLConfigurationProvider
- implements SAMLConfigurationProvider
An instance of SAMLConfigurationProvider
that can be used to generate the SP configuration for the HTTP-Redirect
binding using SAML2 Metadata.
This provider uses the following in sequence whichever is available:
- a sp-metadata.xml file available in its immediate class path.
- Since:
- Feb 15, 2012
- Author:
- Anil Saldhana
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SP_MD_FILE
public static final String SP_MD_FILE
- See Also:
- Constant Field Values
bindingURI
public static final String bindingURI
SPRedirectMetadataConfigurationProvider
public SPRedirectMetadataConfigurationProvider()
getIDPConfiguration
public IDPType getIDPConfiguration()
throws ProcessingException
- Description copied from interface:
SAMLConfigurationProvider
- Get the
IDPType
configuration
- Specified by:
getIDPConfiguration
in interface SAMLConfigurationProvider
- Specified by:
getIDPConfiguration
in class AbstractSAMLConfigurationProvider
- Returns:
-
- Throws:
ProcessingException
- See Also:
SAMLConfigurationProvider.getIDPConfiguration()
getSPConfiguration
public SPType getSPConfiguration()
throws ProcessingException
- Description copied from interface:
SAMLConfigurationProvider
- Get the configuration
- Specified by:
getSPConfiguration
in interface SAMLConfigurationProvider
- Specified by:
getSPConfiguration
in class AbstractSAMLConfigurationProvider
- Returns:
-
- Throws:
ProcessingException
- See Also:
SAMLConfigurationProvider.getSPConfiguration()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.