PicketLink Federation Core 2.1.6.Final-redhat-2

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

Packages that use AttributeType
org.picketlink.identity.federation.api.saml.v2.metadata   
org.picketlink.identity.federation.core.parsers.util   
org.picketlink.identity.federation.core.saml.md.providers   
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.saml.v2.assertion Package for the model classes for the SAML2 Assertion 
org.picketlink.identity.federation.saml.v2.metadata   
org.picketlink.identity.federation.saml.v2.protocol Package containing the classes for the protocol of SAMLv2 
 

Uses of AttributeType in org.picketlink.identity.federation.api.saml.v2.metadata
 

Method parameters in org.picketlink.identity.federation.api.saml.v2.metadata with type arguments of type AttributeType
static IDPSSODescriptorType MetaDataBuilder.createIDPSSODescriptor(boolean requestsSigned, KeyDescriptorType keyDescriptorType, EndpointType ssoEndPoint, EndpointType sloEndPoint, List<AttributeType> attributes, OrganizationType org)
          Create a IDP SSO metadata descriptor
static SPSSODescriptorType MetaDataBuilder.createSPSSODescriptor(boolean requestsSigned, KeyDescriptorType keyDescriptorType, EndpointType sloEndPoint, List<AttributeType> attributes, OrganizationType org)
          Create a IDP SSO metadata descriptor
 

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

Methods in org.picketlink.identity.federation.core.parsers.util that return AttributeType
static AttributeType SAMLParserUtil.parseAttribute(XMLEventReader xmlEventReader)
          Parse an AttributeType
 

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

Uses of AttributeType in org.picketlink.identity.federation.core.saml.md.providers
 

Method parameters in org.picketlink.identity.federation.core.saml.md.providers with type arguments of type AttributeType
static IDPSSODescriptorType MetaDataBuilderDelegate.createIDPSSODescriptor(boolean requestsSigned, KeyDescriptorType keyDescriptorType, EndpointType ssoEndPoint, EndpointType sloEndPoint, List<AttributeType> attributes, OrganizationType org)
          Create a IDP SSO metadata descriptor
static SPSSODescriptorType MetaDataBuilderDelegate.createSPSSODescriptor(boolean requestsSigned, KeyDescriptorType keyDescriptorType, EndpointType sloEndPoint, List<AttributeType> attributes, OrganizationType org)
          Create a IDP SSO metadata descriptor
 

Uses of AttributeType in org.picketlink.identity.federation.core.saml.v2.factories
 

Methods in org.picketlink.identity.federation.core.saml.v2.factories that return AttributeType
static AttributeType JBossSAMLBaseFactory.createAttributeForRole(String roleName)
          Create an attribute type given a role name
 

Uses of AttributeType in org.picketlink.identity.federation.core.saml.v2.util
 

Methods in org.picketlink.identity.federation.core.saml.v2.util that return AttributeType
static AttributeType AssertionUtil.createAttribute(String name, String nameFormat, Object... attributeValues)
          Create an attribute type
 

Uses of AttributeType in org.picketlink.identity.federation.core.saml.v2.writers
 

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

Uses of AttributeType in org.picketlink.identity.federation.saml.v2.assertion
 

Methods in org.picketlink.identity.federation.saml.v2.assertion that return AttributeType
 AttributeType AttributeStatementType.ASTChoiceType.getAttribute()
           
 

Constructors in org.picketlink.identity.federation.saml.v2.assertion with parameters of type AttributeType
AttributeStatementType.ASTChoiceType(AttributeType attribute)
           
 

Uses of AttributeType in org.picketlink.identity.federation.saml.v2.metadata
 

Subclasses of AttributeType in org.picketlink.identity.federation.saml.v2.metadata
 class RequestedAttributeType
           Java class for RequestedAttributeType complex type.
 

Fields in org.picketlink.identity.federation.saml.v2.metadata with type parameters of type AttributeType
protected  List<AttributeType> IDPSSODescriptorType.attribute
           
protected  List<AttributeType> AttributeAuthorityDescriptorType.attribute
           
 

Methods in org.picketlink.identity.federation.saml.v2.metadata that return types with arguments of type AttributeType
 List<AttributeType> IDPSSODescriptorType.getAttribute()
          Gets the value of the attribute property.
 List<AttributeType> AttributeAuthorityDescriptorType.getAttribute()
          Gets the value of the attribute property.
 

Methods in org.picketlink.identity.federation.saml.v2.metadata with parameters of type AttributeType
 void IDPSSODescriptorType.addAttribute(AttributeType att)
          Add attribute
 void AttributeAuthorityDescriptorType.addAttribute(AttributeType attribute)
          Add an attribute
 void IDPSSODescriptorType.removeAttribute(AttributeType att)
          Add attribute
 void AttributeAuthorityDescriptorType.removeAttribute(AttributeType attribute)
          Remove attribute
 

Uses of AttributeType in org.picketlink.identity.federation.saml.v2.protocol
 

Fields in org.picketlink.identity.federation.saml.v2.protocol with type parameters of type AttributeType
protected  List<AttributeType> AttributeQueryType.attribute
           
 

Methods in org.picketlink.identity.federation.saml.v2.protocol that return types with arguments of type AttributeType
 List<AttributeType> AttributeQueryType.getAttribute()
          Gets the value of the attribute property.
 

Methods in org.picketlink.identity.federation.saml.v2.protocol with parameters of type AttributeType
 void AttributeQueryType.add(AttributeType att)
          Add an attribute
 void AttributeQueryType.remove(AttributeType att)
          Remove an attribute
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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