PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.federation.saml.v1.assertion.SAML11AttributeType

Packages that use SAML11AttributeType
org.picketlink.identity.federation.core.parsers.util   
org.picketlink.identity.federation.core.saml.v1.writers   
org.picketlink.identity.federation.saml.v1.assertion   
 

Uses of SAML11AttributeType in org.picketlink.identity.federation.core.parsers.util
 

Methods in org.picketlink.identity.federation.core.parsers.util that return SAML11AttributeType
static SAML11AttributeType SAML11ParserUtil.parseSAML11Attribute(XMLEventReader xmlEventReader)
          Parse a SAML11AttributeType
 

Methods in org.picketlink.identity.federation.core.parsers.util with parameters of type SAML11AttributeType
static void SAML11ParserUtil.parseAttributeType(XMLEventReader xmlEventReader, StartElement startElement, String rootTag, SAML11AttributeType attributeType)
          Parse an SAML11AttributeType
 

Uses of SAML11AttributeType in org.picketlink.identity.federation.core.saml.v1.writers
 

Methods in org.picketlink.identity.federation.core.saml.v1.writers with parameters of type SAML11AttributeType
 void SAML11AssertionWriter.write(SAML11AttributeType attributeType)
          Write an AttributeType to stream
 void SAML11AssertionWriter.writeAttributeTypeWithoutRootTag(SAML11AttributeType attributeType)
           
 

Uses of SAML11AttributeType in org.picketlink.identity.federation.saml.v1.assertion
 

Fields in org.picketlink.identity.federation.saml.v1.assertion with type parameters of type SAML11AttributeType
protected  List<SAML11AttributeType> SAML11AttributeStatementType.attribute
           
 

Methods in org.picketlink.identity.federation.saml.v1.assertion that return types with arguments of type SAML11AttributeType
 List<SAML11AttributeType> SAML11AttributeStatementType.get()
           
 

Methods in org.picketlink.identity.federation.saml.v1.assertion with parameters of type SAML11AttributeType
 void SAML11AttributeStatementType.add(SAML11AttributeType aAttribute)
           
 boolean SAML11AttributeStatementType.remove(SAML11AttributeType anAttrib)
           
 

Method parameters in org.picketlink.identity.federation.saml.v1.assertion with type arguments of type SAML11AttributeType
 void SAML11AttributeStatementType.addAllAttributes(List<SAML11AttributeType> attribList)
           
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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