PicketLink Federation Core 2.1.6.Final-redhat-2

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

Packages that use DecisionType
org.picketlink.identity.federation.api.saml.v2.response   
org.picketlink.identity.federation.saml.v2.assertion Package for the model classes for the SAML2 Assertion 
 

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

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

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

Fields in org.picketlink.identity.federation.saml.v2.assertion declared as DecisionType
protected  DecisionType AuthzDecisionStatementType.decision
           
 

Methods in org.picketlink.identity.federation.saml.v2.assertion that return DecisionType
static DecisionType DecisionType.fromValue(String v)
           
 DecisionType AuthzDecisionStatementType.getDecision()
          Gets the value of the decision property.
static DecisionType DecisionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DecisionType[] DecisionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.picketlink.identity.federation.saml.v2.assertion with parameters of type DecisionType
 void AuthzDecisionStatementType.setDecision(DecisionType value)
          Sets the value of the decision property.
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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