Novell exteNd
Director 5.2 API

com.sssw.cm.event.api
Class EboAccessCheckedEvent

java.lang.Object
 |
 +--com.sssw.fw.event.api.EboEvent
       |
       +--com.sssw.fw.event.api.EboStateChangeEvent
             |
             +--com.sssw.cm.event.api.EboCmEvent
                   |
                   +--com.sssw.cm.event.api.EboCmElementEvent
                         |
                         +--com.sssw.cm.event.api.EboAccessCheckedEvent
All Implemented Interfaces:
Serializable

public class EboAccessCheckedEvent
extends EboCmElementEvent

This event is fired off when security access is checked on a particular CM element for a particular user.

See Also:
Serialized Form

Field Summary
static int EVENT_ID_ACCESS_CHECKED
          The event ID of the "access checked" event.
 
Fields inherited from class com.sssw.fw.event.api.EboStateChangeEvent
EVENT_ID_BASE, EVENT_ID_LAST, EVENT_ID_UNKNOWN, SC_BASE, SC_CHECK_ACCESS, SC_CLEAR, SC_COPY, SC_CREATE, SC_DEFAULT, SC_DELETE, SC_EXECUTE, SC_EXPORT, SC_FAIL, SC_GENERATE, SC_IMPORT, SC_INVALIDATE, SC_LAST, SC_LIST, SC_LOGOFF, SC_LOGON, SC_MOVE, SC_PUT, SC_QUERY, SC_REDEPLOY, SC_REGISTERED, SC_RETRIEVE, SC_SELECT, SC_SILENCE, SC_START, SC_STATUS, SC_STOP, SC_UNREGISTERED, SC_UPDATE, STR_SC_CHECK_ACCESS, STR_SC_CLEAR, STR_SC_COPY, STR_SC_CREATE, STR_SC_DEFAULT, STR_SC_DELETE, STR_SC_EXECUTE, STR_SC_EXPORT, STR_SC_FAIL, STR_SC_GENERATE, STR_SC_IMPORT, STR_SC_INVALIDATE, STR_SC_LIST, STR_SC_LOGOFF, STR_SC_LOGON, STR_SC_MOVE, STR_SC_QUERY, STR_SC_REGISTERED, STR_SC_RETRIEVE, STR_SC_SELECT, STR_SC_SILENCE, STR_SC_START, STR_SC_STATUS, STR_SC_STOP, STR_SC_UNKNOWN, STR_SC_UNREGISTERED, STR_SC_UPDATE
 
Constructor Summary
EboAccessCheckedEvent(EbiContext context, EbiSecurableElement el, String accessRight)
          Constructor.
 
Method Summary
 String getAccessRight()
          Gets the access right that's being checked.
 int getEventID()
          Returns the event ID.
 EbiSecurableElement getSecurableElement()
          Gets the securable element to which the access is checked
 String getVerboseDescr()
          Returns a verbose description of this event.
 
Methods inherited from class com.sssw.cm.event.api.EboCmElementEvent
getElement
 
Methods inherited from class com.sssw.cm.event.api.EboCmEvent
getContext
 
Methods inherited from class com.sssw.fw.event.api.EboStateChangeEvent
getState, getStateDescr, setState
 
Methods inherited from class com.sssw.fw.event.api.EboEvent
getObject, setObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENT_ID_ACCESS_CHECKED

public static final int EVENT_ID_ACCESS_CHECKED
The event ID of the "access checked" event.
Constructor Detail

EboAccessCheckedEvent

public EboAccessCheckedEvent(EbiContext context,
                             EbiSecurableElement el,
                             String accessRight)
Constructor.
Parameters:
context - context of the user whose access is checked
el - the element to check the access to
accessRight - the access right
Method Detail

getSecurableElement

public EbiSecurableElement getSecurableElement()
Gets the securable element to which the access is checked
Returns:
the securable element to which the access is checked

getAccessRight

public String getAccessRight()
Gets the access right that's being checked.
Returns:
the access right that's being checked

getEventID

public int getEventID()
Returns the event ID.
Overrides:
getEventID in class EboCmElementEvent
Returns:
the event ID

getVerboseDescr

public String getVerboseDescr()
Returns a verbose description of this event.
Overrides:
getVerboseDescr in class EboCmElementEvent
Tags copied from class: EboCmElementEvent
Returns:
a verbose description of the event

Novell exteNd
Director 5.2 API