public class SamlIDPMetadata extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTH_REQUEST |
| Constructor and Description |
|---|
SamlIDPMetadata(String metadataXML) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityId() |
List<String> |
getNameIdFormats() |
protected org.opensaml.saml2.metadata.EntityDescriptor |
getResponseObj(String xmlFile) |
String |
getSLSHttpPostEndpoint() |
String |
getSLSHttpRedirectEndpoint() |
String |
getSLSSoapEndpoint() |
String |
getSSOAuthRequestLocation() |
String |
getSSOHttpPostEndpoint() |
String |
getSSOHttpPostSimpleSignEndpoint() |
String |
getSSOHttpRedirectEndpoint() |
public static final String AUTH_REQUEST
public SamlIDPMetadata(String metadataXML) throws org.opensaml.xml.ConfigurationException, org.opensaml.xml.parse.XMLParserException, org.opensaml.xml.io.UnmarshallingException
org.opensaml.xml.ConfigurationExceptionorg.opensaml.xml.parse.XMLParserExceptionorg.opensaml.xml.io.UnmarshallingExceptionpublic String getSSOAuthRequestLocation()
public String getSSOHttpPostEndpoint()
public String getSSOHttpPostSimpleSignEndpoint()
public String getSSOHttpRedirectEndpoint()
public String getSLSHttpPostEndpoint()
public String getSLSSoapEndpoint()
public String getSLSHttpRedirectEndpoint()
public String getEntityId()
protected org.opensaml.saml2.metadata.EntityDescriptor getResponseObj(String xmlFile) throws org.opensaml.xml.ConfigurationException, org.opensaml.xml.parse.XMLParserException, org.opensaml.xml.io.UnmarshallingException
org.opensaml.xml.ConfigurationExceptionorg.opensaml.xml.parse.XMLParserExceptionorg.opensaml.xml.io.UnmarshallingExceptionCopyright © 2017. All Rights Reserved.