|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectXPException
com.plumtree.uiinfrastructure.interpreter.InterpreterException
com.plumtree.uiinfrastructure.interpreter.UnauthorizedAccessException
public class UnauthorizedAccessException
This exception is typically thrown by the MVCController class. There are 3 kinds
of security-related checks inside the MVCController:
1. Secure activity space check in relation to security mode 1
2. User’s basic access right check whether he/she has the privilege to
access the AS
3. Individual control’s action security check
Hence, an UnauthorizedAccessException can be thrown due to either of the above.
| Field Summary |
|---|
| Fields inherited from class com.plumtree.uiinfrastructure.interpreter.InterpreterException |
|---|
INVALID_HTTP_STATUS_CODE, INVALID_ID |
| Constructor Summary | |
|---|---|
UnauthorizedAccessException()
|
|
UnauthorizedAccessException(Redirect r)
|
|
| Method Summary | |
|---|---|
Redirect |
GetRedirect()
This method returns the Redirect object, if any, where the Interpreter should redirect the user to (due to the exception occuring). |
| Methods inherited from class com.plumtree.uiinfrastructure.interpreter.InterpreterException |
|---|
GetHTTPStatusCode, GetMessageStringID, GetNonLocalizedMessage, GetResourceFileName, GetResourceFileName, SetHTTPStatusCode, SetMessageStringID, SetNonLocalizedMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnauthorizedAccessException()
public UnauthorizedAccessException(Redirect r)
| Method Detail |
|---|
public Redirect GetRedirect()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||