Class SubjectProviderParameters
java.lang.Object
org.apache.cxf.sts.token.provider.SubjectProviderParameters
The parameters that are passed through to a SubjectProvider implementation to create a Subject(Bean).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDoc()byte[]voidsetAttrBeanList(List<AttributeStatementBean> attrBeanList) voidsetAuthBeanList(List<AuthenticationStatementBean> authBeanList) voidsetAuthDecisionBeanList(List<AuthDecisionStatementBean> authDecisionBeanList) voidvoidsetProviderParameters(TokenProviderParameters providerParameters) voidsetSecret(byte[] secret)
-
Constructor Details
-
SubjectProviderParameters
public SubjectProviderParameters()
-
-
Method Details
-
getProviderParameters
-
setProviderParameters
-
getDoc
-
setDoc
-
getSecret
public byte[] getSecret() -
setSecret
public void setSecret(byte[] secret) -
getAttrBeanList
-
setAttrBeanList
-
getAuthBeanList
-
setAuthBeanList
-
getAuthDecisionBeanList
-
setAuthDecisionBeanList
-