PicketLink Federation Core 2.1.6.Final-redhat-2

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

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

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

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

Fields in org.picketlink.identity.federation.saml.v2.assertion with type parameters of type ActionType
protected  List<ActionType> AuthzDecisionStatementType.action
           
 

Methods in org.picketlink.identity.federation.saml.v2.assertion that return types with arguments of type ActionType
 List<ActionType> AuthzDecisionStatementType.getAction()
          Get the list of actions (read-only list)
 

Methods in org.picketlink.identity.federation.saml.v2.assertion with parameters of type ActionType
 void AuthzDecisionStatementType.addAction(ActionType actionType)
          Add an action
 void AuthzDecisionStatementType.removeAction(ActionType actionType)
          Remove an action
 

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

Fields in org.picketlink.identity.federation.saml.v2.protocol with type parameters of type ActionType
protected  List<ActionType> AuthzDecisionQueryType.action
           
 

Methods in org.picketlink.identity.federation.saml.v2.protocol that return types with arguments of type ActionType
 List<ActionType> AuthzDecisionQueryType.getAction()
          Gets the value of the action property.
 

Methods in org.picketlink.identity.federation.saml.v2.protocol with parameters of type ActionType
 void AuthzDecisionQueryType.addAction(ActionType act)
          Add an action
 void AuthzDecisionQueryType.removeAction(ActionType act)
          Remove an action
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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