Class ActAsAttributeStatementProvider
- java.lang.Object
-
- org.apache.cxf.sts.token.provider.ActAsAttributeStatementProvider
-
- All Implemented Interfaces:
AttributeStatementProvider
public class ActAsAttributeStatementProvider extends Object implements 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 Constructor Description ActAsAttributeStatementProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.wss4j.common.saml.bean.AttributeStatementBeangetStatement(TokenProviderParameters providerParameters)Get an AttributeStatementBean using the given parameters.
-
-
-
Method Detail
-
getStatement
public org.apache.wss4j.common.saml.bean.AttributeStatementBean getStatement(TokenProviderParameters providerParameters)
Get an AttributeStatementBean using the given parameters.- Specified by:
getStatementin interfaceAttributeStatementProvider
-
-