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 AuthenticationStatementBeangetStatement(TokenProviderParameters providerParameters)Get an AuthenticationStatementBean using the given parameters.
-
-
-
Method Detail
-
getStatement
AuthenticationStatementBean getStatement(TokenProviderParameters providerParameters)
Get an AuthenticationStatementBean using the given parameters.
-
-