|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.security.saml.ext.bean.AuthDecisionStatementBean
public class AuthDecisionStatementBean
Class SamlDecision represents the raw data to be used by the AssertionWrapper
when
creating SAML Authorization Decision Statements.
Created on May 19, 2009
Nested Class Summary | |
---|---|
static class |
AuthDecisionStatementBean.Decision
enum representing the possible decision types as specified in the SAML spec |
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 ListMethod Detail |
---|
public 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 setpublic boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |