|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.authentication.AccessError
public class AccessError
Field Summary | |
---|---|
static int |
CAUSE_NO_ERROR
|
static int |
CAUSE_NO_PAGE_TO_REDIRECT
|
static int |
CAUSE_PAGE_ACCESS_DENIED
|
Constructor Summary | |
---|---|
AccessError()
|
Method Summary | |
---|---|
void |
deserialize(String id)
Deserializes the error cause. |
int |
getCause()
Gets the cause of the access error. |
String |
getErrorString()
Gets the String Id for the current access error cause. |
String |
serialize()
Returns a string containing all the elements involved on the error. |
void |
setCause(int cause)
Sets the cause of the error. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int CAUSE_NO_ERROR
public static int CAUSE_NO_PAGE_TO_REDIRECT
public static int CAUSE_PAGE_ACCESS_DENIED
Constructor Detail |
---|
public AccessError()
Method Detail |
---|
public void setCause(int cause)
cause
- public int getCause()
public String serialize()
public void deserialize(String id)
id
- public String getErrorString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |