org.apache.cxf.sts.claims
Class CorrectedClaimsAttributeStatementProvider

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

public class CorrectedClaimsAttributeStatementProvider
extends Object
implements AttributeStatementProvider


Constructor Summary
CorrectedClaimsAttributeStatementProvider()
           
 
Method Summary
 String getNameFormat()
           
 org.apache.ws.security.saml.ext.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

CorrectedClaimsAttributeStatementProvider

public CorrectedClaimsAttributeStatementProvider()
Method Detail

getStatement

public org.apache.ws.security.saml.ext.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