Uses of Class
org.apache.wicket.settings.SecuritySettings
-
Packages that use SecuritySettings Package Description org.apache.wicket The core Wicket package.org.apache.wicket.settings -
-
Uses of SecuritySettings in org.apache.wicket
Methods in org.apache.wicket that return SecuritySettings Modifier and Type Method Description SecuritySettingsApplication. getSecuritySettings()Methods in org.apache.wicket with parameters of type SecuritySettings Modifier and Type Method Description ApplicationApplication. setSecuritySettings(SecuritySettings securitySettings) -
Uses of SecuritySettings in org.apache.wicket.settings
Methods in org.apache.wicket.settings that return SecuritySettings Modifier and Type Method Description SecuritySettingsSecuritySettings. setAuthenticationStrategy(IAuthenticationStrategy strategy)Sets the authentication strategy.SecuritySettingsSecuritySettings. setAuthorizationStrategy(IAuthorizationStrategy strategy)Sets the authorization strategy.SecuritySettingsSecuritySettings. setCryptFactory(org.apache.wicket.util.crypt.ICryptFactory cryptFactory)Sets the factory that will be used to create crypt objects.SecuritySettingsSecuritySettings. setEnforceMounts(boolean enforce)Sets whether mounts should be enforced.SecuritySettingsSecuritySettings. setUnauthorizedComponentInstantiationListener(IUnauthorizedComponentInstantiationListener listener)SecuritySettingsSecuritySettings. setUnauthorizedResourceRequestListener(IUnauthorizedResourceRequestListener listener)Sets a listener that will be used when a request to an IResource is not allowed for some reason
-