Package | Description |
---|---|
org.apache.wicket |
The core Wicket package.
|
org.apache.wicket.settings |
Modifier and Type | Method and Description |
---|---|
SecuritySettings |
Application.getSecuritySettings() |
Modifier and Type | Method and Description |
---|---|
Application |
Application.setSecuritySettings(SecuritySettings securitySettings) |
Modifier and Type | Method and Description |
---|---|
SecuritySettings |
SecuritySettings.setAuthenticationStrategy(IAuthenticationStrategy strategy)
Sets the authentication strategy.
|
SecuritySettings |
SecuritySettings.setAuthorizationStrategy(IAuthorizationStrategy strategy)
Sets the authorization strategy.
|
SecuritySettings |
SecuritySettings.setCryptFactory(ICryptFactory cryptFactory)
Sets the factory that will be used to create crypt objects.
|
SecuritySettings |
SecuritySettings.setEnforceMounts(boolean enforce)
Sets whether mounts should be enforced.
|
SecuritySettings |
SecuritySettings.setUnauthorizedComponentInstantiationListener(IUnauthorizedComponentInstantiationListener listener) |
SecuritySettings |
SecuritySettings.setUnauthorizedResourceRequestListener(IUnauthorizedResourceRequestListener listener)
Sets a listener that will be used when a request to an IResource is not allowed for some reason
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.