|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.mule.api.context.notification.ServerNotification
org.mule.context.notification.SecurityNotification
public class SecurityNotification
SecurityNotification
is fired when a request for authorisation failed.
Field Summary | |
---|---|
static int |
SECURITY_AUTHENTICATION_FAILED
|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
SecurityNotification(SecurityException message,
int action)
|
Method Summary | |
---|---|
java.lang.String |
getType()
|
Methods inherited from class org.mule.api.context.notification.ServerNotification |
---|
cloneMessage, generateId, getAction, getActionId, getActionName, getActionName, getPayloadToString, getResourceIdentifier, getServerId, getTimestamp, isResourceIdentifierAnUri, registerAction, setMuleContext, toString |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int SECURITY_AUTHENTICATION_FAILED
Constructor Detail |
---|
public SecurityNotification(SecurityException message, int action)
Method Detail |
---|
public java.lang.String getType()
getType
in class ServerNotification
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |