Apache CXF API

org.apache.cxf.sts.token.provider
Class DefaultAttributeStatementProvider

java.lang.Object
  extended by org.apache.cxf.sts.token.provider.DefaultAttributeStatementProvider
All Implemented Interfaces:
AttributeStatementProvider

public class DefaultAttributeStatementProvider
extends Object
implements AttributeStatementProvider

A default AttributeStatementProvider implementation. It creates a default attribute with value "authenticated". It also shows how to handle OnBehalfOf or ActAs elements by adding an Attribute for them.


Constructor Summary
DefaultAttributeStatementProvider()
           
 
Method Summary
 org.apache.wss4j.common.saml.bean.AttributeStatementBean getStatement(TokenProviderParameters providerParameters)
          Get an AttributeStatementBean using the given parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAttributeStatementProvider

public DefaultAttributeStatementProvider()
Method Detail

getStatement

public org.apache.wss4j.common.saml.bean.AttributeStatementBean getStatement(TokenProviderParameters providerParameters)
Get an AttributeStatementBean using the given parameters.

Specified by:
getStatement in interface AttributeStatementProvider

Apache CXF API

Apache CXF