|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.userprofiling.AccessDeniedEvent
public class AccessDeniedEvent
An event that gets fired when a user is denied access to a page.
AccessControlServlet,
AccessDeniedListener| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
AccessDeniedEvent(java.lang.String pURL,
Profile pProfile,
java.lang.String pRedirectURL)
Constructs a new AccessDeniedEvent. |
|
| Method Summary | |
|---|---|
Profile |
getProfile()
Returns the Profile representing the user who was denied access. |
java.lang.String |
getRedirectURL()
Returns the URL that the user was redirected to after access was denied. |
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 of the page which the user attempted to access. |
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 AccessDeniedEvent(java.lang.String pURL,
Profile pProfile,
java.lang.String pRedirectURL)
| Method Detail |
|---|
public java.lang.String getURL()
public Profile getProfile()
public java.lang.String getRedirectURL()
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 | ||||||||