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 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 issuerConfigurationException
public static ResponseType createResponseType(String ID, IssuerInfoHolder issuerInfo, AssertionType assertionType) throws ConfigurationException
ID
- issuerInfo
- assertionType
- ConfigurationException
public static ResponseType createResponseType(String ID, IssuerInfoHolder issuerInfo, Element encryptedAssertion) throws ConfigurationException
ID
- issuerInfo
- encryptedAssertion
- a DOM Element
that represents an encrypted assertionConfigurationException
Copyright © 2016 JBoss by Red Hat. All rights reserved.