PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.federation.saml.v2.assertion.AttributeStatementType

Packages that use AttributeStatementType
org.picketlink.identity.federation.core.parsers.util   
org.picketlink.identity.federation.core.saml.v2.factories   
org.picketlink.identity.federation.core.saml.v2.util   
org.picketlink.identity.federation.core.saml.v2.writers   
org.picketlink.identity.federation.core.wstrust.plugins.saml   
 

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

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.