public class AuthDecisionStatementBean extends Object
AssertionWrapper
when
creating SAML Authorization Decision Statements.
Created on May 19, 2009Modifier and Type | Class and Description |
---|---|
static class |
AuthDecisionStatementBean.Decision
enum representing the possible decision types as specified in the SAML spec
|
Constructor and Description |
---|
AuthDecisionStatementBean()
Constructor SamlDecision creates a new SamlDecision instance.
|
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 |
---|---|
boolean |
equals(Object o) |
List<ActionBean> |
getActions()
Method getActions returns the actions of this SamlDecision object.
|
AuthDecisionStatementBean.Decision |
getDecision()
Method getDecision returns the decision of this SamlDecision object.
|
Object |
getEvidence()
Method getEvidence returns the evidence of this SamlDecision object.
|
String |
getResource()
Method getResource returns the resource of this SamlDecision object.
|
SubjectBean |
getSubject()
Get the Subject
|
int |
hashCode() |
void |
setActions(List<ActionBean> actionBeans)
Method setActions sets the actions of this SamlDecision object.
|
void |
setDecision(AuthDecisionStatementBean.Decision decision)
Method setDecision sets the decision of this SamlDecision object.
|
void |
setEvidence(Object evidence)
Method setEvidence sets the evidence of this SamlDecision object.
|
void |
setResource(String resource)
Method setResource sets the resource of this SamlDecision object.
|
void |
setSubject(SubjectBean subject)
Set the Subject
|
public AuthDecisionStatementBean()
public AuthDecisionStatementBean(AuthDecisionStatementBean.Decision decision, String resource, SubjectBean subject, Object evidence, List<ActionBean> actionBeans)
decision
- of type Decisionresource
- of type Stringsubject
- of type SubjectBeanevidence
- of type ObjectactionBeans
- of type Listpublic String getResource()
public void setResource(String resource)
resource
- the resource of this SamlDecision object.public List<ActionBean> getActions()
public void setActions(List<ActionBean> actionBeans)
actionBeans
- the actions of this SamlDecision object.public AuthDecisionStatementBean.Decision getDecision()
public void setDecision(AuthDecisionStatementBean.Decision decision)
decision
- the decision of this SamlDecision object.public Object getEvidence()
public void setEvidence(Object evidence)
evidence
- the evidence of this SamlDecision object.public SubjectBean getSubject()
public void setSubject(SubjectBean subject)
subject
- the SubjectBean instance to setCopyright © 2018 JBoss by Red Hat. All rights reserved.