Package | Description |
---|---|
org.apache.wss4j.common.saml.bean | |
org.apache.wss4j.common.saml.builder |
Modifier and Type | Method and Description |
---|---|
List<ActionBean> |
AuthDecisionStatementBean.getActions()
Method getActions returns the actions of this SamlDecision object.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthDecisionStatementBean.setActions(List<ActionBean> actionBeans)
Method setActions sets the actions of this SamlDecision object.
|
Constructor and Description |
---|
AuthDecisionStatementBean(AuthDecisionStatementBean.Decision decision,
String resource,
SubjectBean subject,
Object evidence,
List<ActionBean> actionBeans)
Constructor SamlDecision creates a new SamlDecision instance.
|
Modifier and Type | Method and Description |
---|---|
static org.opensaml.saml.saml2.core.Action |
SAML2ComponentBuilder.createSamlAction(ActionBean actionBean)
Create an Action object
|
static org.opensaml.saml.saml1.core.Action |
SAML1ComponentBuilder.createSamlv1Action(ActionBean actionBean)
Create an Action object
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.