Class ActAsAttributeStatementProvider
java.lang.Object
org.apache.cxf.sts.token.provider.ActAsAttributeStatementProvider
- All Implemented Interfaces:
AttributeStatementProvider
An AttributeStatementProvider implementation to handle "ActAs". It adds an "ActAs "attribute" with the name of
the principal that this token is "acting as".
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.wss4j.common.saml.bean.AttributeStatementBeangetStatement(TokenProviderParameters providerParameters) Get an AttributeStatementBean using the given parameters.
-
Constructor Details
-
ActAsAttributeStatementProvider
public ActAsAttributeStatementProvider()
-
-
Method Details
-
getStatement
public org.apache.wss4j.common.saml.bean.AttributeStatementBean getStatement(TokenProviderParameters providerParameters) Get an AttributeStatementBean using the given parameters.- Specified by:
getStatementin interfaceAttributeStatementProvider
-