|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AttributeStatementType in org.picketlink.identity.federation.core.parsers.util |
---|
Methods in org.picketlink.identity.federation.core.parsers.util that return AttributeStatementType | |
---|---|
static AttributeStatementType |
SAMLParserUtil.parseAttributeStatement(XMLEventReader xmlEventReader)
Parse an AttributeStatementType |
Uses of AttributeStatementType in org.picketlink.identity.federation.core.saml.v2.factories |
---|
Methods in org.picketlink.identity.federation.core.saml.v2.factories that return AttributeStatementType | |
---|---|
static AttributeStatementType |
JBossSAMLBaseFactory.createAttributeStatement()
Create an empty attribute statement |
static AttributeStatementType |
JBossSAMLBaseFactory.createAttributeStatement(String attributeValue)
Create an AttributeStatement given an attribute |
Uses of AttributeStatementType in org.picketlink.identity.federation.core.saml.v2.util |
---|
Methods in org.picketlink.identity.federation.core.saml.v2.util that return AttributeStatementType | |
---|---|
static AttributeStatementType |
StatementUtil.createAttributeStatement(List<String> roles)
Given a set of roles, create an attribute statement |
static AttributeStatementType |
StatementUtil.createAttributeStatement(Map<String,Object> attributes)
Create an attribute statement with all the attributes |
static AttributeStatementType |
StatementUtil.createAttributeStatement(String key,
String value)
Given an attribute type and a value, create AttributeStatementType |
Uses of AttributeStatementType in org.picketlink.identity.federation.core.saml.v2.writers |
---|
Methods in org.picketlink.identity.federation.core.saml.v2.writers with parameters of type AttributeStatementType | |
---|---|
void |
SAMLAssertionWriter.write(AttributeStatementType statement)
|
Uses of AttributeStatementType in org.picketlink.identity.federation.core.wstrust.plugins.saml |
---|
Methods in org.picketlink.identity.federation.core.wstrust.plugins.saml that return AttributeStatementType | |
---|---|
AttributeStatementType |
SAML20TokenAttributeProvider.getAttributeStatement()
Given the security context, environment or other static or non-static criteria, returns an attribute statement to be included in the SAML v2 Assertion |
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |