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
|
static StatusType |
createStatusTypeForResponder(String statusCodeURI)
Create a
StatusType with a top-level org.picketlink.common.constants.JBossSAMLURIConstants.STATUS_RESPONDER
and a second-level code reflecting the given statusCodeURI. |
public static StatusType createStatusType(String statusCodeURI)
statusCodeURI - public static StatusType createStatusTypeForResponder(String statusCodeURI)
Create a StatusType with a top-level org.picketlink.common.constants.JBossSAMLURIConstants.STATUS_RESPONDER
and a second-level code reflecting the given statusCodeURI.
statusCodeURI - The second-level code.public static ResponseType createResponseType(String ID, SPInfoHolder sp, IDPInfoHolder idp, IssuerInfoHolder issuerInfo) throws 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 issuerConfigurationExceptionpublic static ResponseType createResponseType(String ID, IssuerInfoHolder issuerInfo, AssertionType assertionType) throws ConfigurationException
ID - issuerInfo - assertionType - ConfigurationExceptionpublic static ResponseType createResponseType(String ID, IssuerInfoHolder issuerInfo, Element encryptedAssertion) throws ConfigurationException
ID - issuerInfo - encryptedAssertion - a DOM Element that represents an encrypted assertionConfigurationExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.