|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectproject35.soa.security.AccessRights
public class AccessRights
| Field Summary | |
|---|---|
static Integer |
EXECUTE
|
static Integer |
READ
|
static Integer |
WRITE
|
| Constructor Summary | |
|---|---|
AccessRights()
|
|
| Method Summary | |
|---|---|
boolean |
allowExecute()
Get the value of allowExecute. |
boolean |
allowRead()
Get the value of allowRead. |
boolean |
allowWrite()
Get the value of allowWrite. |
String |
getReasons(Integer accessRightType)
Get the value of reasons. |
void |
setAllowExecute(boolean allowExecute)
Set the value of allowExecute. |
void |
setAllowRead(boolean allowRead)
Set the value of allowRead. |
void |
setAllowWrite(boolean allowWrite)
Set the value of allowWrite. |
void |
setReasons(Integer accessType,
String reasons)
Set the value of reasons. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Integer READ
public static final Integer WRITE
public static final Integer EXECUTE
| Constructor Detail |
|---|
public AccessRights()
| Method Detail |
|---|
public boolean allowRead()
public boolean allowWrite()
public boolean allowExecute()
public String getReasons(Integer accessRightType)
public void setAllowRead(boolean allowRead)
allowRead - Value to assign to allowRead.public void setAllowWrite(boolean allowWrite)
allowWrite - Value to assign to allowWrite.public void setAllowExecute(boolean allowExecute)
allowExecute - Value to assign to allowExecute.
public void setReasons(Integer accessType,
String reasons)
reasons - Value to assign to reasons.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||