Uses of Class
org.jboss.identity.federation.saml.v2.assertion.EncryptedElementType

Packages that use EncryptedElementType
org.jboss.identity.federation.api.saml.v2.response   
org.jboss.identity.federation.core.saml.v2.util   
org.jboss.identity.federation.saml.v2.assertion   
org.jboss.identity.federation.saml.v2.protocol   
 

Uses of EncryptedElementType in org.jboss.identity.federation.api.saml.v2.response
 

Methods in org.jboss.identity.federation.api.saml.v2.response that return EncryptedElementType
 EncryptedElementType SAML2Response.getEncryptedAssertion(java.io.InputStream is)
          Get an encrypted assertion from the stream
 

Methods in org.jboss.identity.federation.api.saml.v2.response with parameters of type EncryptedElementType
 org.w3c.dom.Document SAML2Response.convert(EncryptedElementType encryptedElementType)
           
 

Uses of EncryptedElementType in org.jboss.identity.federation.core.saml.v2.util
 

Methods in org.jboss.identity.federation.core.saml.v2.util with parameters of type EncryptedElementType
static javax.xml.bind.JAXBElement<?> JAXBElementMappingUtil.get(EncryptedElementType encryptedAssertion)
          Get the JAXBElement for an encrypted assertion
 

Uses of EncryptedElementType in org.jboss.identity.federation.saml.v2.assertion
 

Fields in org.jboss.identity.federation.saml.v2.assertion declared as EncryptedElementType
protected  EncryptedElementType SubjectConfirmationType.encryptedID
           
 

Methods in org.jboss.identity.federation.saml.v2.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.identity.federation.saml.v2.assertion that return types with arguments of type EncryptedElementType
 javax.xml.bind.JAXBElement<EncryptedElementType> ObjectFactory.createEncryptedAssertion(EncryptedElementType value)
          Create an instance of JAXBElement<EncryptedElementType>}
 javax.xml.bind.JAXBElement<EncryptedElementType> ObjectFactory.createEncryptedAttribute(EncryptedElementType value)
          Create an instance of JAXBElement<EncryptedElementType>}
 javax.xml.bind.JAXBElement<EncryptedElementType> ObjectFactory.createEncryptedID(EncryptedElementType value)
          Create an instance of JAXBElement<EncryptedElementType>}
 

Methods in org.jboss.identity.federation.saml.v2.assertion with parameters of type EncryptedElementType
 javax.xml.bind.JAXBElement<EncryptedElementType> ObjectFactory.createEncryptedAssertion(EncryptedElementType value)
          Create an instance of JAXBElement<EncryptedElementType>}
 javax.xml.bind.JAXBElement<EncryptedElementType> ObjectFactory.createEncryptedAttribute(EncryptedElementType value)
          Create an instance of JAXBElement<EncryptedElementType>}
 javax.xml.bind.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.identity.federation.saml.v2.protocol
 

Fields in org.jboss.identity.federation.saml.v2.protocol declared as EncryptedElementType
protected  EncryptedElementType NameIDMappingRequestType.encryptedID
           
protected  EncryptedElementType NameIDMappingResponseType.encryptedID
           
protected  EncryptedElementType LogoutRequestType.encryptedID
           
protected  EncryptedElementType ManageNameIDRequestType.encryptedID
           
protected  EncryptedElementType ManageNameIDRequestType.newEncryptedID
           
 

Methods in org.jboss.identity.federation.saml.v2.protocol that return EncryptedElementType
 EncryptedElementType NameIDMappingRequestType.getEncryptedID()
          Gets the value of the encryptedID property.
 EncryptedElementType NameIDMappingResponseType.getEncryptedID()
          Gets the value of the encryptedID property.
 EncryptedElementType LogoutRequestType.getEncryptedID()
          Gets the value of the encryptedID property.
 EncryptedElementType ManageNameIDRequestType.getEncryptedID()
          Gets the value of the encryptedID property.
 EncryptedElementType ManageNameIDRequestType.getNewEncryptedID()
          Gets the value of the newEncryptedID property.
 

Methods in org.jboss.identity.federation.saml.v2.protocol that return types with arguments of type EncryptedElementType
 javax.xml.bind.JAXBElement<EncryptedElementType> ObjectFactory.createNewEncryptedID(EncryptedElementType value)
          Create an instance of JAXBElement<EncryptedElementType>}
 

Methods in org.jboss.identity.federation.saml.v2.protocol with parameters of type EncryptedElementType
 javax.xml.bind.JAXBElement<EncryptedElementType> ObjectFactory.createNewEncryptedID(EncryptedElementType value)
          Create an instance of JAXBElement<EncryptedElementType>}
 void NameIDMappingRequestType.setEncryptedID(EncryptedElementType value)
          Sets the value of the encryptedID property.
 void NameIDMappingResponseType.setEncryptedID(EncryptedElementType value)
          Sets the value of the encryptedID property.
 void LogoutRequestType.setEncryptedID(EncryptedElementType value)
          Sets the value of the encryptedID property.
 void ManageNameIDRequestType.setEncryptedID(EncryptedElementType value)
          Sets the value of the encryptedID property.
 void ManageNameIDRequestType.setNewEncryptedID(EncryptedElementType value)
          Sets the value of the newEncryptedID property.
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.