|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.core.saml.v2.factories.JBossSAMLBaseFactory
public class JBossSAMLBaseFactory
Base methods for the factories
Constructor Summary | |
---|---|
JBossSAMLBaseFactory()
|
Method Summary | |
---|---|
static AttributeType |
createAttributeForRole(String roleName)
Create an attribute type given a role name |
static AttributeStatementType |
createAttributeStatement()
Create an empty attribute statement |
static AttributeStatementType |
createAttributeStatement(String attributeValue)
Create an AttributeStatement given an attribute |
static SubjectConfirmationType |
createSubjectConfirmation(String method)
Create a Subject confirmation type given the method |
static SubjectConfirmationDataType |
createSubjectConfirmationData(String inResponseTo,
String destinationURI,
XMLGregorianCalendar issueInstant)
Create a Subject Confirmation |
static String |
createUUID()
Get a UUID String |
static NameIDType |
getIssuer(String issuerID)
Return the NameIDType for the issuer |
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 AttributeStatementType createAttributeStatement()
public static AttributeType createAttributeForRole(String roleName)
roleName
-
public static AttributeStatementType createAttributeStatement(String attributeValue)
attributeValue
-
public static SubjectConfirmationType createSubjectConfirmation(String method)
method
-
public static SubjectConfirmationDataType createSubjectConfirmationData(String inResponseTo, String destinationURI, XMLGregorianCalendar issueInstant)
inResponseTo
- destinationURI
- issueInstant
-
public static String createUUID()
public static NameIDType getIssuer(String issuerID)
issuerID
-
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |