|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.userprofiling.AccessAllowedEvent
public class AccessAllowedEvent
An event that gets fired when a user is allowed access to a page.
AccessControlServlet,
AccessAllowedListener| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
AccessAllowedEvent(java.lang.String pURL,
Profile pProfile)
Constructs a new AccessAllowedEvent. |
|
| Method Summary | |
|---|---|
Profile |
getProfile()
Returns the Profile representing the user who was allowed access. |
RepositoryItem |
getUpdatedItem()
The item whose updates should be commited after all the updates have been added to the item. |
java.lang.String |
getURL()
Returns the URL to the page which was accessed. |
void |
setUpdatedItem(RepositoryItem pValue)
The item whose updates should be commited after all the updates have been added to the item. |
java.lang.String |
toString()
Returns a String representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public AccessAllowedEvent(java.lang.String pURL,
Profile pProfile)
| Method Detail |
|---|
public java.lang.String getURL()
public Profile getProfile()
public void setUpdatedItem(RepositoryItem pValue)
setUpdatedItem in interface RepositoryUpdateEventpublic RepositoryItem getUpdatedItem()
getUpdatedItem in interface RepositoryUpdateEventpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||