|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.identity.federation.core.saml.v2.factories.JBossSAMLAuthnResponseFactory
public class JBossSAMLAuthnResponseFactory
Factory for the SAML v2 Authn Response
| Constructor Summary | |
|---|---|
JBossSAMLAuthnResponseFactory()
|
|
| Method Summary | |
|---|---|
static ResponseType |
createResponseType(java.lang.String ID,
IssuerInfoHolder issuerInfo,
AssertionType assertionType)
|
static ResponseType |
createResponseType(java.lang.String ID,
SPInfoHolder sp,
IDPInfoHolder idp,
IssuerInfoHolder issuerInfo)
Create a ResponseType |
static StatusType |
createStatusType(java.lang.String statusCodeURI)
Create a StatusType given the status code uri |
static javax.xml.bind.Marshaller |
getValidatingMarshaller()
Get the JAXB2 marshaller |
static javax.xml.bind.Unmarshaller |
getValidatingUnmarshaller()
Get the JAXB2 Unmarshaller |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JBossSAMLAuthnResponseFactory()
| Method Detail |
|---|
public static StatusType createStatusType(java.lang.String statusCodeURI)
statusCodeURI -
public static ResponseType createResponseType(java.lang.String ID,
SPInfoHolder sp,
IDPInfoHolder idp,
IssuerInfoHolder issuerInfo)
throws java.lang.Exception
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 issuer
java.lang.Exception
public static ResponseType createResponseType(java.lang.String ID,
IssuerInfoHolder issuerInfo,
AssertionType assertionType)
throws java.lang.Exception
java.lang.Exception
public static javax.xml.bind.Marshaller getValidatingMarshaller()
throws java.lang.Exception
java.lang.Exception
public static javax.xml.bind.Unmarshaller getValidatingUnmarshaller()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||