Uses of Class
org.jboss.seam.security.external.jaxb.xmldsig.SignatureType

Packages that use SignatureType
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.jaxb.xmldsig   
 

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

Fields in org.jboss.seam.security.external.jaxb.samlv2.assertion declared as SignatureType
protected  SignatureType AssertionType.signature
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion that return SignatureType
 SignatureType AssertionType.getSignature()
          Gets the value of the signature property.
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion with parameters of type SignatureType
 void AssertionType.setSignature(SignatureType value)
          Sets the value of the signature property.
 

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

Fields in org.jboss.seam.security.external.jaxb.samlv2.metadata declared as SignatureType
protected  SignatureType EntityDescriptorType.signature
           
protected  SignatureType AffiliationDescriptorType.signature
           
protected  SignatureType RoleDescriptorType.signature
           
protected  SignatureType EntitiesDescriptorType.signature
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.metadata that return SignatureType
 SignatureType EntityDescriptorType.getSignature()
          Gets the value of the signature property.
 SignatureType AffiliationDescriptorType.getSignature()
          Gets the value of the signature property.
 SignatureType RoleDescriptorType.getSignature()
          Gets the value of the signature property.
 SignatureType EntitiesDescriptorType.getSignature()
          Gets the value of the signature property.
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.metadata with parameters of type SignatureType
 void EntityDescriptorType.setSignature(SignatureType value)
          Sets the value of the signature property.
 void AffiliationDescriptorType.setSignature(SignatureType value)
          Sets the value of the signature property.
 void RoleDescriptorType.setSignature(SignatureType value)
          Sets the value of the signature property.
 void EntitiesDescriptorType.setSignature(SignatureType value)
          Sets the value of the signature property.
 

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

Fields in org.jboss.seam.security.external.jaxb.samlv2.protocol declared as SignatureType
protected  SignatureType RequestAbstractType.signature
           
protected  SignatureType StatusResponseType.signature
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol that return SignatureType
 SignatureType RequestAbstractType.getSignature()
          Gets the value of the signature property.
 SignatureType StatusResponseType.getSignature()
          Gets the value of the signature property.
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol with parameters of type SignatureType
 void RequestAbstractType.setSignature(SignatureType value)
          Sets the value of the signature property.
 void StatusResponseType.setSignature(SignatureType value)
          Sets the value of the signature property.
 

Uses of SignatureType in org.jboss.seam.security.external.jaxb.xmldsig
 

Methods in org.jboss.seam.security.external.jaxb.xmldsig that return SignatureType
 SignatureType ObjectFactory.createSignatureType()
          Create an instance of SignatureType
 

Methods in org.jboss.seam.security.external.jaxb.xmldsig that return types with arguments of type SignatureType
 JAXBElement<SignatureType> ObjectFactory.createSignature(SignatureType value)
          Create an instance of JAXBElement<SignatureType>}
 

Methods in org.jboss.seam.security.external.jaxb.xmldsig with parameters of type SignatureType
 JAXBElement<SignatureType> ObjectFactory.createSignature(SignatureType value)
          Create an instance of JAXBElement<SignatureType>}
 



Copyright © 2011 Seam Framework. All Rights Reserved.