Interface AttributeStatementProvider

All Known Implementing Classes:
ActAsAttributeStatementProvider, ClaimsAttributeStatementProvider, CombinedClaimsAttributeStatementProvider, DefaultAttributeStatementProvider

public interface AttributeStatementProvider
An interface that allows a pluggable way of obtaining an AttributeStatementBean.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.wss4j.common.saml.bean.AttributeStatementBean
    Get an AttributeStatementBean using the given parameters.
  • Method Details

    • getStatement

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