Interface AuthenticationStatementProvider


public interface AuthenticationStatementProvider
An interface that allows a pluggable way of obtaining an AuthenticationStatementBean.
  • Method Summary

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

    • getStatement

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