Uses of Class
org.apache.wss4j.common.saml.bean.ActionBean
-
Packages that use ActionBean Package Description org.apache.wss4j.common.saml.bean org.apache.wss4j.common.saml.builder -
-
Uses of ActionBean in org.apache.wss4j.common.saml.bean
Methods in org.apache.wss4j.common.saml.bean that return types with arguments of type ActionBean Modifier and Type Method Description List<ActionBean>AuthDecisionStatementBean. getActions()Method getActions returns the actions of this SamlDecision object.Method parameters in org.apache.wss4j.common.saml.bean with type arguments of type ActionBean Modifier and Type Method Description voidAuthDecisionStatementBean. setActions(List<ActionBean> actionBeans)Method setActions sets the actions of this SamlDecision object.Constructor parameters in org.apache.wss4j.common.saml.bean with type arguments of type ActionBean Constructor Description AuthDecisionStatementBean(AuthDecisionStatementBean.Decision decision, String resource, SubjectBean subject, Object evidence, List<ActionBean> actionBeans)Constructor SamlDecision creates a new SamlDecision instance. -
Uses of ActionBean in org.apache.wss4j.common.saml.builder
Methods in org.apache.wss4j.common.saml.builder with parameters of type ActionBean Modifier and Type Method Description static org.opensaml.saml.saml2.core.ActionSAML2ComponentBuilder. createSamlAction(ActionBean actionBean)Create an Action objectstatic org.opensaml.saml.saml1.core.ActionSAML1ComponentBuilder. createSamlv1Action(ActionBean actionBean)Create an Action object
-