Apache CXF API

org.apache.cxf.sts.token.provider
Interface AttributeStatementProvider

All Known Implementing Classes:
ClaimsAttributeStatementProvider, DefaultAttributeStatementProvider

public interface AttributeStatementProvider

An interface that allows a pluggable way of obtaining an AttributeStatementBean.


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

Method Detail

getStatement

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


Apache CXF API

Apache CXF