PicketLink Federation Core 2.1.6.Final-redhat-2

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

Packages that use EncryptedElementType
org.picketlink.identity.federation.api.saml.v2.response   
org.picketlink.identity.federation.saml.v2.assertion Package for the model classes for the SAML2 Assertion 
org.picketlink.identity.federation.saml.v2.protocol Package containing the classes for the protocol of SAMLv2 
 

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

Methods in org.picketlink.identity.federation.api.saml.v2.response with parameters of type EncryptedElementType
 Document SAML2Response.convert(EncryptedElementType encryptedElementType)
          Convert an EncryptedElement into a Document
 

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

Subclasses of EncryptedElementType in org.picketlink.identity.federation.saml.v2.assertion
 class EncryptedAssertionType
          Assertion that is encrypted
 

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

Methods in org.picketlink.identity.federation.saml.v2.assertion that return EncryptedElementType
 EncryptedElementType AttributeStatementType.ASTChoiceType.getEncryptedAssertion()
           
 EncryptedElementType SubjectType.STSubType.getEncryptedID()
           
 EncryptedElementType SubjectConfirmationType.getEncryptedID()
          Gets the value of the encryptedID property.
 

Methods in org.picketlink.identity.federation.saml.v2.assertion with parameters of type EncryptedElementType
 void SubjectType.STSubType.setEncryptedID(EncryptedElementType encryptedID)
           
 void SubjectConfirmationType.setEncryptedID(EncryptedElementType value)
          Sets the value of the encryptedID property.
 

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

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

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

Methods in org.picketlink.identity.federation.saml.v2.protocol that return EncryptedElementType
 EncryptedElementType ManageNameIDRequestType.getEncryptedID()
          Gets the value of the encryptedID property.
 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.getNewEncryptedID()
          Gets the value of the newEncryptedID property.
 

Methods in org.picketlink.identity.federation.saml.v2.protocol with parameters of type EncryptedElementType
 void ManageNameIDRequestType.setEncryptedID(EncryptedElementType value)
          Sets the value of the encryptedID property.
 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.setNewEncryptedID(EncryptedElementType value)
          Sets the value of the newEncryptedID property.
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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