org.apache.cxf.sts.claims
Class ClaimsAttributeStatementProvider

java.lang.Object
  extended by org.apache.cxf.sts.claims.ClaimsAttributeStatementProvider
All Implemented Interfaces:
AttributeStatementProvider

Deprecated.

@Deprecated
public class ClaimsAttributeStatementProvider
extends Object
implements AttributeStatementProvider


Constructor Summary
ClaimsAttributeStatementProvider()
          Deprecated.  
 
Method Summary
 org.apache.ws.security.saml.ext.bean.AttributeStatementBean getStatement(TokenProviderParameters providerParameters)
          Deprecated. 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

ClaimsAttributeStatementProvider

public ClaimsAttributeStatementProvider()
Deprecated. 
Method Detail

getStatement

public org.apache.ws.security.saml.ext.bean.AttributeStatementBean getStatement(TokenProviderParameters providerParameters)
Deprecated. 
Description copied from interface: AttributeStatementProvider
Get an AttributeStatementBean using the given parameters.

Specified by:
getStatement in interface AttributeStatementProvider


Apache CXF