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

Packages that use EncryptedElementType
org.jboss.seam.security.external.jaxb.samlv2.assertion   
org.jboss.seam.security.external.jaxb.samlv2.protocol   
 

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

Fields in org.jboss.seam.security.external.jaxb.samlv2.assertion declared as EncryptedElementType
protected  EncryptedElementType SubjectConfirmationType.encryptedID
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion that return EncryptedElementType
 EncryptedElementType ObjectFactory.createEncryptedElementType()
          Create an instance of EncryptedElementType
 EncryptedElementType SubjectConfirmationType.getEncryptedID()
          Gets the value of the encryptedID property.
 

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

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion with parameters of type EncryptedElementType
 JAXBElement<EncryptedElementType> ObjectFactory.createEncryptedAssertion(EncryptedElementType value)
          Create an instance of JAXBElement<EncryptedElementType>}
 JAXBElement<EncryptedElementType> ObjectFactory.createEncryptedAttribute(EncryptedElementType value)
          Create an instance of JAXBElement<EncryptedElementType>}
 JAXBElement<EncryptedElementType> ObjectFactory.createEncryptedID(EncryptedElementType value)
          Create an instance of JAXBElement<EncryptedElementType>}
 void SubjectConfirmationType.setEncryptedID(EncryptedElementType value)
          Sets the value of the encryptedID property.
 

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

Fields in org.jboss.seam.security.external.jaxb.samlv2.protocol declared as EncryptedElementType
protected  EncryptedElementType ManageNameIDRequestType.encryptedID
           
protected  EncryptedElementType NameIDMappingResponseType.encryptedID
           
protected  EncryptedElementType NameIDMappingRequestType.encryptedID
           
protected  EncryptedElementType LogoutRequestType.encryptedID
           
protected  EncryptedElementType ManageNameIDRequestType.newEncryptedID
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol that return EncryptedElementType
 EncryptedElementType ManageNameIDRequestType.getEncryptedID()
          Gets the value of the encryptedID property.
 EncryptedElementType NameIDMappingResponseType.getEncryptedID()
          Gets the value of the encryptedID property.
 EncryptedElementType NameIDMappingRequestType.getEncryptedID()
          Gets the value of the encryptedID property.
 EncryptedElementType LogoutRequestType.getEncryptedID()
          Gets the value of the encryptedID property.
 EncryptedElementType ManageNameIDRequestType.getNewEncryptedID()
          Gets the value of the newEncryptedID property.
 

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

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol with parameters of type EncryptedElementType
 JAXBElement<EncryptedElementType> ObjectFactory.createNewEncryptedID(EncryptedElementType value)
          Create an instance of JAXBElement<EncryptedElementType>}
 void ManageNameIDRequestType.setEncryptedID(EncryptedElementType value)
          Sets the value of the encryptedID property.
 void NameIDMappingResponseType.setEncryptedID(EncryptedElementType value)
          Sets the value of the encryptedID property.
 void NameIDMappingRequestType.setEncryptedID(EncryptedElementType value)
          Sets the value of the encryptedID property.
 void LogoutRequestType.setEncryptedID(EncryptedElementType value)
          Sets the value of the encryptedID property.
 void ManageNameIDRequestType.setNewEncryptedID(EncryptedElementType value)
          Sets the value of the newEncryptedID property.
 



Copyright © 2011 Seam Framework. All Rights Reserved.