Apache CXF API

org.apache.cxf.sts.claims
Class ClaimsAttributeStatementProvider

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

public class ClaimsAttributeStatementProvider
extends Object
implements AttributeStatementProvider


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

Constructor Detail

ClaimsAttributeStatementProvider

public ClaimsAttributeStatementProvider()
Method Detail

getStatement

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

Specified by:
getStatement in interface AttributeStatementProvider

getNameFormat

public String getNameFormat()

setNameFormat

public void setNameFormat(String nameFormat)

Apache CXF API

Apache CXF