Uses of Class
org.apache.wss4j.common.saml.bean.ActionBean
Packages that use ActionBean
-
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 ActionBeanModifier and TypeMethodDescriptionAuthDecisionStatementBean.getActions()Method getActions returns the actions of this SamlDecision object.Method parameters in org.apache.wss4j.common.saml.bean with type arguments of type ActionBeanModifier and TypeMethodDescriptionvoidAuthDecisionStatementBean.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 ActionBeanModifierConstructorDescriptionAuthDecisionStatementBean(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 ActionBeanModifier and TypeMethodDescriptionstatic 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