Interface AuthDecisionStatementProvider


public interface AuthDecisionStatementProvider
An interface that allows a pluggable way of obtaining an AuthDecisionStatementBean.
  • Method Summary

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

    • getStatement

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