|
||||||||||
| 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,
java.lang.String resource,
SubjectBean subject,
java.lang.Object evidence,
java.util.List<ActionBean> actionBeans)
Constructor SamlDecision creates a new SamlDecision instance. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.util.List<ActionBean> |
getActions()
Method getActions returns the actions of this SamlDecision object. |
AuthDecisionStatementBean.Decision |
getDecision()
Method getDecision returns the decision of this SamlDecision object. |
java.lang.Object |
getEvidence()
Method getEvidence returns the evidence of this SamlDecision object. |
java.lang.String |
getResource()
Method getResource returns the resource of this SamlDecision object. |
SubjectBean |
getSubject()
Get the Subject |
int |
hashCode()
|
void |
setActions(java.util.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(java.lang.Object evidence)
Method setEvidence sets the evidence of this SamlDecision object. |
void |
setResource(java.lang.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,
java.lang.String resource,
SubjectBean subject,
java.lang.Object evidence,
java.util.List<ActionBean> actionBeans)
decision - of type Decisionresource - of type Stringsubject - of type SubjectBeanevidence - of type ObjectactionBeans - of type List| Method Detail |
|---|
public java.lang.String getResource()
public void setResource(java.lang.String resource)
resource - the resource of this SamlDecision object.public java.util.List<ActionBean> getActions()
public void setActions(java.util.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 java.lang.Object getEvidence()
public void setEvidence(java.lang.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(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||