|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface contains contants used for security as well as required methods for any IGuarded Object.
Field Summary | |
static int |
TYPE_ID_UNKNOWN
|
static String |
TYPE_NAME_FIELD
|
static String |
TYPE_NAME_SQLOPERATION
|
static int |
TYPE_SECURED_BY_LEVEL
|
static int |
TYPE_SECURED_BY_OPERATION
|
static int |
TYPE_UNSECURED
|
Method Summary | |
int |
getSecuredTypeId()
Gets the id of the secured entity. |
String |
getSecuredTypeName()
Gets the secured type name for the secured object. |
int |
getSecurityType()
Gets the type of security being used. |
boolean |
isGuarded()
Checks to see if the object is secured. |
Field Detail |
public static final int TYPE_UNSECURED
public static final int TYPE_SECURED_BY_LEVEL
public static final int TYPE_SECURED_BY_OPERATION
public static final int TYPE_ID_UNKNOWN
public static final String TYPE_NAME_SQLOPERATION
public static final String TYPE_NAME_FIELD
Method Detail |
public int getSecuredTypeId()
public String getSecuredTypeName()
public int getSecurityType()
0 - Unsecured 1 - Secured 2 - Admins Only 3 - PJ Admins Only
public boolean isGuarded()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |