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