Uses of Interface
org.apache.wicket.authentication.IAuthenticationStrategy
-
Packages that use IAuthenticationStrategy Package Description org.apache.wicket.authentication.strategy org.apache.wicket.settings -
-
Uses of IAuthenticationStrategy in org.apache.wicket.authentication.strategy
Classes in org.apache.wicket.authentication.strategy that implement IAuthenticationStrategy Modifier and Type Class Description classDefaultAuthenticationStrategyWicket's default implementation of an authentication strategy.classNoOpAuthenticationStrategyA no-op implementation. -
Uses of IAuthenticationStrategy in org.apache.wicket.settings
Methods in org.apache.wicket.settings that return IAuthenticationStrategy Modifier and Type Method Description IAuthenticationStrategySecuritySettings. getAuthenticationStrategy()Gets the authentication strategy.Methods in org.apache.wicket.settings with parameters of type IAuthenticationStrategy Modifier and Type Method Description SecuritySettingsSecuritySettings. setAuthenticationStrategy(IAuthenticationStrategy strategy)Sets the authentication strategy.
-