Uses of Class
org.jboss.seam.security.external.jaxb.samlv2.assertion.AttributeType

Packages that use AttributeType
org.jboss.seam.security.external   
org.jboss.seam.security.external.jaxb.samlv2.assertion   
org.jboss.seam.security.external.jaxb.samlv2.metadata   
org.jboss.seam.security.external.jaxb.samlv2.protocol   
org.jboss.seam.security.external.saml.api   
org.jboss.seam.security.external.saml.idp   
 

Uses of AttributeType in org.jboss.seam.security.external
 

Methods in org.jboss.seam.security.external that return types with arguments of type AttributeType
 List<AttributeType> SamlPrincipalImpl.getAttributes()
           
 

Method parameters in org.jboss.seam.security.external with type arguments of type AttributeType
 SamlIdpSession SamlMultiUserIdentityProviderApi.localLogin(SamlNameId nameId, List<AttributeType> attributes)
           
 void SamlPrincipalImpl.setAttributes(List<AttributeType> attributes)
           
 

Uses of AttributeType in org.jboss.seam.security.external.jaxb.samlv2.assertion
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion that return AttributeType
 AttributeType ObjectFactory.createAttributeType()
          Create an instance of AttributeType
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion that return types with arguments of type AttributeType
 JAXBElement<AttributeType> ObjectFactory.createAttribute(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion with parameters of type AttributeType
 JAXBElement<AttributeType> ObjectFactory.createAttribute(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 

Uses of AttributeType in org.jboss.seam.security.external.jaxb.samlv2.metadata
 

Subclasses of AttributeType in org.jboss.seam.security.external.jaxb.samlv2.metadata
 class RequestedAttributeType
          Java class for RequestedAttributeType complex type.
 

Fields in org.jboss.seam.security.external.jaxb.samlv2.metadata with type parameters of type AttributeType
protected  List<AttributeType> AttributeAuthorityDescriptorType.attribute
           
protected  List<AttributeType> IDPSSODescriptorType.attribute
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.metadata that return types with arguments of type AttributeType
 List<AttributeType> AttributeAuthorityDescriptorType.getAttribute()
          Gets the value of the attribute property.
 List<AttributeType> IDPSSODescriptorType.getAttribute()
          Gets the value of the attribute property.
 

Uses of AttributeType in org.jboss.seam.security.external.jaxb.samlv2.protocol
 

Fields in org.jboss.seam.security.external.jaxb.samlv2.protocol with type parameters of type AttributeType
protected  List<AttributeType> AttributeQueryType.attribute
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol that return types with arguments of type AttributeType
 List<AttributeType> AttributeQueryType.getAttribute()
          Gets the value of the attribute property.
 

Uses of AttributeType in org.jboss.seam.security.external.saml.api
 

Methods in org.jboss.seam.security.external.saml.api that return types with arguments of type AttributeType
 List<AttributeType> SamlPrincipal.getAttributes()
          Gets the attributes of the principal
 

Method parameters in org.jboss.seam.security.external.saml.api with type arguments of type AttributeType
 void SamlIdentityProviderApi.localLogin(SamlNameId nameId, List<AttributeType> attributes)
          Creates a local SAML session for the user with the given name and attributes.
 

Uses of AttributeType in org.jboss.seam.security.external.saml.idp
 

Method parameters in org.jboss.seam.security.external.saml.idp with type arguments of type AttributeType
 void SamlIdpSingleUser.localLogin(SamlNameId nameId, List<AttributeType> attributes)
           
 SamlIdpSession SamlIdpBean.localLogin(SamlNameId nameId, List<AttributeType> attributes)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.