Package | Description |
---|---|
org.wicketstuff.security.log | |
org.wicketstuff.security.strategies |
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationMessageSource
Default
IErrorMessageSource to store variables which van be used in the message to
provide more detail. |
Modifier and Type | Method and Description |
---|---|
protected IAuthorizationMessageSource |
WaspAuthorizationStrategy.createMessageSource()
Creates a new
IAuthorizationMessageSource . |
protected IAuthorizationMessageSource |
WaspAuthorizationStrategy.getMessageSource()
Retrieves the messagesource from the
RequestCycle 's metadata. |
protected IAuthorizationMessageSource |
WaspAuthorizationStrategy.getMessageSource(boolean create)
Retrieves the messagesource from the
RequestCycle 's metadata. |
Modifier and Type | Method and Description |
---|---|
protected void |
WaspAuthorizationStrategy.logMessage(IAuthorizationMessageSource message)
Logs a message indication an action was denied.
|
protected void |
WaspAuthorizationStrategy.logMessage(String key,
Map<String,Object> variables,
IAuthorizationMessageSource message)
Logs a message indication an action was denied.
|
protected void |
WaspAuthorizationStrategy.logMessage(String key,
Map<String,Object> variables,
IAuthorizationMessageSource message,
boolean remove)
Logs a message indication an action was denied.
|
Copyright © 2015. All rights reserved.