|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.events.KeyedEvent
wt.access.AccessControlEvent
Supported API: false
Extendable: false
Field Summary | |
static String |
AD_HOC_CHANGE
|
private static String |
CLASSNAME
|
private String |
message
|
static String |
NOT_AUTHORIZED
Supported API: false |
private AccessPermission |
permission
|
private static String |
RESOURCE
|
private WTPrincipal |
user
|
Fields inherited from class wt.events.KeyedEvent |
|
Constructor Summary | |
AccessControlEvent(String event_type,
Object target)
Supported API: false |
Method Summary | |
private static void |
checkEventType(String event_type)
|
static String |
generateEventKey(String event_type)
Supported API: false |
String |
getMessage()
Gets the value of the attribute: message. |
AccessPermission |
getPermission()
Gets the value of the attribute: permission. |
WTPrincipal |
getUser()
Gets the value of the attribute: user. |
void |
setMessage(String a_Message)
Sets the value of the attribute: message. |
void |
setPermission(AccessPermission a_Permission)
Sets the value of the attribute: permission. |
void |
setUser(WTPrincipal a_User)
Sets the value of the attribute: user. |
KeyedEvent |
toMultiObjectEvent()
Supported API: false |
KeyedEvent[] |
toSingleObjectEvents()
Supported API: false |
Methods inherited from class wt.events.KeyedEvent |
generateEventKey, generateEventKey, getConceptualClassname, getEventKey, getEventTarget, getEventType, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final String NOT_AUTHORIZED
private WTPrincipal user
private AccessPermission permission
private String message
public static final String AD_HOC_CHANGE
Constructor Detail |
public AccessControlEvent(String event_type, Object target)
event_type
- target
- Method Detail |
public WTPrincipal getUser()
public void setUser(WTPrincipal a_User)
a_User
- public AccessPermission getPermission()
public void setPermission(AccessPermission a_Permission)
a_Permission
- public String getMessage()
public void setMessage(String a_Message)
a_Message
- public static String generateEventKey(String event_type)
event_type
-
public KeyedEvent[] toSingleObjectEvents() throws WTException
toSingleObjectEvents
in class KeyedEvent
WTException
public KeyedEvent toMultiObjectEvent()
toMultiObjectEvent
in class KeyedEvent
private static void checkEventType(String event_type)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |