|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.security.saml.ext.SAMLCallback
public class SAMLCallback
Class SAMLCallback will be called by the AssertionWrapper during the creation
of SAML statements (authentication, attribute, and authz decision).
| Constructor Summary | |
|---|---|
SAMLCallback()
Constructor SAMLCallback creates a new SAMLCallback instance. |
|
| Method Summary | |
|---|---|
java.util.List<AttributeStatementBean> |
getAttributeStatementData()
Method getAttributeStatementData returns the attributeStatementData of this SAMLCallback object. |
java.util.List<AuthDecisionStatementBean> |
getAuthDecisionStatementData()
Method getAuthDecisionStatementData returns the authDecisionStatementData of this SAMLCallback object. |
java.util.List<AuthenticationStatementBean> |
getAuthenticationStatementData()
Method getAuthenticationStatementData returns the authenticationStatementData of this SAMLCallback object. |
ConditionsBean |
getConditions()
Method getConditions returns the conditions of this SAMLCallback object. |
java.lang.String |
getIssuer()
Method getIssuer returns the issuer of this SAMLCallback object. |
org.opensaml.common.SAMLVersion |
getSamlVersion()
Get the SAMLVersion of the assertion to create |
SubjectBean |
getSubject()
Method getSubject returns the subject of this SAMLCallback object. |
void |
setAttributeStatementData(java.util.List<AttributeStatementBean> attributeStatementData)
Method setAttributeStatementData sets the attributeStatementData of this SAMLCallback object. |
void |
setAuthDecisionStatementData(java.util.List<AuthDecisionStatementBean> authDecisionStatementData)
Method setAuthDecisionStatementData sets the authDecisionStatementData of this SAMLCallback object. |
void |
setAuthenticationStatementData(java.util.List<AuthenticationStatementBean> authenticationStatementData)
Method setAuthenticationStatementData sets the authenticationStatementData of this SAMLCallback object. |
void |
setConditions(ConditionsBean conditions)
Method setConditions sets the conditions of this SAMLCallback object. |
void |
setIssuer(java.lang.String issuer)
Method setIssuer sets the issuer of this SAMLCallback object. |
void |
setSamlVersion(org.opensaml.common.SAMLVersion samlVersion)
Set the SAMLVersion of the assertion to create |
void |
setSubject(SubjectBean subject)
Method setSubject sets the subject of this SAMLCallback object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SAMLCallback()
| Method Detail |
|---|
public java.util.List<AuthenticationStatementBean> getAuthenticationStatementData()
public void setAuthenticationStatementData(java.util.List<AuthenticationStatementBean> authenticationStatementData)
authenticationStatementData - the authenticationStatementData of this
SAMLCallback object.public java.util.List<AttributeStatementBean> getAttributeStatementData()
public void setAttributeStatementData(java.util.List<AttributeStatementBean> attributeStatementData)
attributeStatementData - the attributeStatementData of this SAMLCallback object.public java.util.List<AuthDecisionStatementBean> getAuthDecisionStatementData()
public void setAuthDecisionStatementData(java.util.List<AuthDecisionStatementBean> authDecisionStatementData)
authDecisionStatementData - the authDecisionStatementData of this
SAMLCallback object.public SubjectBean getSubject()
public void setSubject(SubjectBean subject)
subject - the subject of this SAMLCallback object.public java.lang.String getIssuer()
public void setIssuer(java.lang.String issuer)
issuer - the issuer of this SAMLCallback object.public ConditionsBean getConditions()
public void setConditions(ConditionsBean conditions)
conditions - the conditions of this SAMLCallback object.public void setSamlVersion(org.opensaml.common.SAMLVersion samlVersion)
samlVersion - the SAMLVersion of the assertion to createpublic org.opensaml.common.SAMLVersion getSamlVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||