|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionBean | |
---|---|
org.apache.ws.security.saml.ext.bean | |
org.apache.ws.security.saml.ext.builder |
Uses of ActionBean in org.apache.ws.security.saml.ext.bean |
---|
Methods in org.apache.ws.security.saml.ext.bean that return types with arguments of type ActionBean | |
---|---|
List<ActionBean> |
AuthDecisionStatementBean.getActions()
Method getActions returns the actions of this SamlDecision object. |
Method parameters in org.apache.ws.security.saml.ext.bean with type arguments of type ActionBean | |
---|---|
void |
AuthDecisionStatementBean.setActions(List<ActionBean> actionBeans)
Method setActions sets the actions of this SamlDecision object. |
Constructor parameters in org.apache.ws.security.saml.ext.bean with type arguments of type ActionBean | |
---|---|
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.ws.security.saml.ext.builder |
---|
Methods in org.apache.ws.security.saml.ext.builder with parameters of type ActionBean | |
---|---|
static org.opensaml.saml2.core.Action |
SAML2ComponentBuilder.createSamlAction(ActionBean actionBean)
Create an Action object |
static org.opensaml.saml1.core.Action |
SAML1ComponentBuilder.createSamlv1Action(ActionBean actionBean)
Create an Action object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |