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

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

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

Fields in org.jboss.seam.security.external.jaxb.samlv2.assertion declared as EvidenceType
protected  EvidenceType AuthzDecisionStatementType.evidence
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion that return EvidenceType
 EvidenceType ObjectFactory.createEvidenceType()
          Create an instance of EvidenceType
 EvidenceType AuthzDecisionStatementType.getEvidence()
          Gets the value of the evidence property.
 

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

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion with parameters of type EvidenceType
 JAXBElement<EvidenceType> ObjectFactory.createEvidence(EvidenceType value)
          Create an instance of JAXBElement<EvidenceType>}
 void AuthzDecisionStatementType.setEvidence(EvidenceType value)
          Sets the value of the evidence property.
 

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

Fields in org.jboss.seam.security.external.jaxb.samlv2.protocol declared as EvidenceType
protected  EvidenceType AuthzDecisionQueryType.evidence
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol that return EvidenceType
 EvidenceType AuthzDecisionQueryType.getEvidence()
          Gets the value of the evidence property.
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol with parameters of type EvidenceType
 void AuthzDecisionQueryType.setEvidence(EvidenceType value)
          Sets the value of the evidence property.
 



Copyright © 2011 Seam Framework. All Rights Reserved.