org.apache.cxf.sts.token.provider
Interface AuthDecisionStatementProvider


public interface AuthDecisionStatementProvider

An interface that allows a pluggable way of obtaining an AuthDecisionStatementBean.


Method Summary
 org.apache.ws.security.saml.ext.bean.AuthDecisionStatementBean getStatement(TokenProviderParameters providerParameters)
          Get an AuthDecisionStatementBean using the given parameters.
 

Method Detail

getStatement

org.apache.ws.security.saml.ext.bean.AuthDecisionStatementBean getStatement(TokenProviderParameters providerParameters)
Get an AuthDecisionStatementBean using the given parameters.



Apache CXF