public class JBossSAMLAuthnResponseFactory extends Object
| Constructor and Description |
|---|
JBossSAMLAuthnResponseFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ResponseType |
createResponseType(String ID,
IssuerInfoHolder issuerInfo,
AssertionType assertionType)
Create a Response Type
|
static ResponseType |
createResponseType(String ID,
IssuerInfoHolder issuerInfo,
Element encryptedAssertion)
Create a Response Type
|
static ResponseType |
createResponseType(String ID,
SPInfoHolder sp,
IDPInfoHolder idp,
IssuerInfoHolder issuerInfo)
Create a ResponseType
|
static StatusType |
createStatusType(String statusCodeURI)
Create a StatusType given the status code uri
|
public static StatusType createStatusType(String statusCodeURI)
statusCodeURI - public static ResponseType createResponseType(String ID, SPInfoHolder sp, IDPInfoHolder idp, IssuerInfoHolder issuerInfo) throws org.picketlink.common.exceptions.ConfigurationException
ID - id of the responsesp - holder with the information about the Service Provideridp - holder with the information on the Identity ProviderissuerInfo - holder with information on the issuerorg.picketlink.common.exceptions.ConfigurationExceptionpublic static ResponseType createResponseType(String ID, IssuerInfoHolder issuerInfo, AssertionType assertionType) throws org.picketlink.common.exceptions.ConfigurationException
ID - issuerInfo - assertionType - org.picketlink.common.exceptions.ConfigurationExceptionpublic static ResponseType createResponseType(String ID, IssuerInfoHolder issuerInfo, Element encryptedAssertion) throws org.picketlink.common.exceptions.ConfigurationException
ID - issuerInfo - encryptedAssertion - a DOM Element that represents an encrypted assertionorg.picketlink.common.exceptions.ConfigurationExceptionCopyright © 2013 JBoss Inc.. All Rights Reserved.