public class SamlResponse extends Object
| Constructor and Description |
|---|
SamlResponse(byte[] privateKey,
String xml) |
SamlResponse(byte[] privateKey,
String xml,
boolean isBase64) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAttributes() |
String |
getNameId() |
protected org.opensaml.saml2.core.impl.ResponseImpl |
getResponseObj(String xmlFile) |
List<String> |
getSessionIds() |
void |
setAttributes(Map<String,Object> attributes) |
void |
validate() |
public SamlResponse(byte[] privateKey,
String xml)
throws org.opensaml.xml.ConfigurationException,
org.opensaml.xml.parse.XMLParserException,
org.opensaml.xml.io.UnmarshallingException,
UnsupportedEncodingException
org.opensaml.xml.ConfigurationExceptionorg.opensaml.xml.parse.XMLParserExceptionorg.opensaml.xml.io.UnmarshallingExceptionUnsupportedEncodingExceptionpublic SamlResponse(byte[] privateKey,
String xml,
boolean isBase64)
throws org.opensaml.xml.ConfigurationException,
org.opensaml.xml.parse.XMLParserException,
org.opensaml.xml.io.UnmarshallingException,
UnsupportedEncodingException
org.opensaml.xml.ConfigurationExceptionorg.opensaml.xml.parse.XMLParserExceptionorg.opensaml.xml.io.UnmarshallingExceptionUnsupportedEncodingExceptionpublic String getNameId()
protected org.opensaml.saml2.core.impl.ResponseImpl 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.