Interface AuthDecisionStatementProvider
-
public interface AuthDecisionStatementProviderAn interface that allows a pluggable way of obtaining an AuthDecisionStatementBean.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.wss4j.common.saml.bean.AuthDecisionStatementBeangetStatement(TokenProviderParameters providerParameters)Get an AuthDecisionStatementBean using the given parameters.
-
-
-
Method Detail
-
getStatement
org.apache.wss4j.common.saml.bean.AuthDecisionStatementBean getStatement(TokenProviderParameters providerParameters)
Get an AuthDecisionStatementBean using the given parameters.
-
-