public class SubjectProviderParameters extends Object
Constructor and Description |
---|
SubjectProviderParameters() |
Modifier and Type | Method and Description |
---|---|
List<org.apache.wss4j.common.saml.bean.AttributeStatementBean> |
getAttrBeanList() |
List<org.apache.wss4j.common.saml.bean.AuthenticationStatementBean> |
getAuthBeanList() |
List<org.apache.wss4j.common.saml.bean.AuthDecisionStatementBean> |
getAuthDecisionBeanList() |
Document |
getDoc() |
TokenProviderParameters |
getProviderParameters() |
byte[] |
getSecret() |
void |
setAttrBeanList(List<org.apache.wss4j.common.saml.bean.AttributeStatementBean> attrBeanList) |
void |
setAuthBeanList(List<org.apache.wss4j.common.saml.bean.AuthenticationStatementBean> authBeanList) |
void |
setAuthDecisionBeanList(List<org.apache.wss4j.common.saml.bean.AuthDecisionStatementBean> authDecisionBeanList) |
void |
setDoc(Document doc) |
void |
setProviderParameters(TokenProviderParameters providerParameters) |
void |
setSecret(byte[] secret) |
public TokenProviderParameters getProviderParameters()
public void setProviderParameters(TokenProviderParameters providerParameters)
public Document getDoc()
public void setDoc(Document doc)
public byte[] getSecret()
public void setSecret(byte[] secret)
public List<org.apache.wss4j.common.saml.bean.AttributeStatementBean> getAttrBeanList()
public void setAttrBeanList(List<org.apache.wss4j.common.saml.bean.AttributeStatementBean> attrBeanList)
public List<org.apache.wss4j.common.saml.bean.AuthenticationStatementBean> getAuthBeanList()
public void setAuthBeanList(List<org.apache.wss4j.common.saml.bean.AuthenticationStatementBean> authBeanList)
public List<org.apache.wss4j.common.saml.bean.AuthDecisionStatementBean> getAuthDecisionBeanList()
public void setAuthDecisionBeanList(List<org.apache.wss4j.common.saml.bean.AuthDecisionStatementBean> authDecisionBeanList)
Apache CXF