|
||||||||||
| 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.JBossSAMLBaseFactory
public class JBossSAMLBaseFactory
Base methods for the factories
| Constructor Summary | |
|---|---|
JBossSAMLBaseFactory()
|
|
| Method Summary | |
|---|---|
static AssertionType |
createAssertion()
|
static AttributeType |
createAttributeForRole(java.lang.String roleName)
Create an attribute type given a role name |
static AttributeStatementType |
createAttributeStatement()
|
static AttributeStatementType |
createAttributeStatement(java.lang.String attributeValue)
Create an AttributeStatement given an attribute |
static NameIDType |
createNameID()
|
static javax.xml.bind.JAXBElement<NameIDType> |
createNameID(NameIDType nameIDType)
|
static SubjectType |
createSubject()
|
static SubjectConfirmationType |
createSubjectConfirmation(java.lang.String method)
|
static javax.xml.bind.JAXBElement<SubjectConfirmationType> |
createSubjectConfirmation(SubjectConfirmationType sct)
|
static SubjectConfirmationDataType |
createSubjectConfirmationData(java.lang.String inResponseTo,
java.lang.String destinationURI,
javax.xml.datatype.XMLGregorianCalendar issueInstant)
|
static java.lang.String |
createUUID()
Get a UUID String |
static NameIDType |
getIssuer(java.lang.String issuerID)
Return the NameIDType for the issuer |
static javax.xml.bind.Marshaller |
getMarshaller(java.lang.String pkgName)
Get the JAXB Marshaller |
static ObjectFactory |
getObjectFactory()
|
static javax.xml.bind.Unmarshaller |
getUnmarshaller(java.lang.String pkgName)
Get the JAXB Unmarshaller |
static javax.xml.bind.Marshaller |
getValidatingMarshaller(java.lang.String pkgName,
java.lang.String schemaLocation)
Get the JAXB Marshaller |
static javax.xml.bind.Unmarshaller |
getValidatingUnmarshaller(java.lang.String pkgName,
java.lang.String schemaLocation)
Get the JAXB Unmarshaller |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JBossSAMLBaseFactory()
| Method Detail |
|---|
public static AssertionType createAssertion()
public static AttributeStatementType createAttributeStatement()
public static AttributeType createAttributeForRole(java.lang.String roleName)
roleName -
public static AttributeStatementType createAttributeStatement(java.lang.String attributeValue)
attributeValue -
public static NameIDType createNameID()
public static javax.xml.bind.JAXBElement<NameIDType> createNameID(NameIDType nameIDType)
public static SubjectType createSubject()
public static SubjectConfirmationType createSubjectConfirmation(java.lang.String method)
public static javax.xml.bind.JAXBElement<SubjectConfirmationType> createSubjectConfirmation(SubjectConfirmationType sct)
public static SubjectConfirmationDataType createSubjectConfirmationData(java.lang.String inResponseTo,
java.lang.String destinationURI,
javax.xml.datatype.XMLGregorianCalendar issueInstant)
public static java.lang.String createUUID()
public static ObjectFactory getObjectFactory()
public static NameIDType getIssuer(java.lang.String issuerID)
issuerID -
public static javax.xml.bind.Marshaller getMarshaller(java.lang.String pkgName)
throws java.lang.Exception
pkgName - The package name for the jaxb context
java.lang.Exception
public static javax.xml.bind.Marshaller getValidatingMarshaller(java.lang.String pkgName,
java.lang.String schemaLocation)
throws java.lang.Exception
pkgName - The package name for the jaxb contextschemaLocation - location of the schema to validate against
java.lang.Exception
public static javax.xml.bind.Unmarshaller getUnmarshaller(java.lang.String pkgName)
throws java.lang.Exception
pkgName - The package name for the jaxb context
java.lang.Exception
public static javax.xml.bind.Unmarshaller getValidatingUnmarshaller(java.lang.String pkgName,
java.lang.String schemaLocation)
throws java.lang.Exception
pkgName - The package name for the jaxb contextschemaLocation - location of the schema to validate against
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||