PicketLink Federation Core 2.1.6.Final-redhat-2

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

Packages that use EvidenceType
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 EvidenceType in org.picketlink.identity.federation.api.saml.v2.response
 

Methods in org.picketlink.identity.federation.api.saml.v2.response with parameters of type EvidenceType
 AuthzDecisionStatementType SAML2Response.createAuthzDecisionStatementType(String resource, DecisionType decision, EvidenceType evidence, ActionType... actions)
          Create an Authorization Decision Statement Type
 

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

Fields in org.picketlink.identity.federation.saml.v2.assertion declared as EvidenceType
protected  EvidenceType AuthzDecisionStatementType.evidence
           
 

Methods in org.picketlink.identity.federation.saml.v2.assertion that return EvidenceType
 EvidenceType AuthzDecisionStatementType.getEvidence()
          Gets the value of the evidence property.
 

Methods in org.picketlink.identity.federation.saml.v2.assertion with parameters of type EvidenceType
 void AuthzDecisionStatementType.setEvidence(EvidenceType value)
          Sets the value of the evidence property.
 

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

Fields in org.picketlink.identity.federation.saml.v2.protocol declared as EvidenceType
protected  EvidenceType AuthzDecisionQueryType.evidence
           
 

Methods in org.picketlink.identity.federation.saml.v2.protocol that return EvidenceType
 EvidenceType AuthzDecisionQueryType.getEvidence()
          Gets the value of the evidence property.
 

Methods in org.picketlink.identity.federation.saml.v2.protocol with parameters of type EvidenceType
 void AuthzDecisionQueryType.setEvidence(EvidenceType value)
          Sets the value of the evidence property.
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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