|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.org.ogsadai.client.toolkit.security.wsrf.GSIProtectionLevel
Enumeration of GSI security protection levels.
Field Summary | |
private static java.lang.String |
COPYRIGHT_NOTICE
Copyright statement |
static GSIProtectionLevel |
INTEGRITY
Integrity protection level. |
private java.lang.String |
mName
|
static GSIProtectionLevel |
PRIVACY
Privacy protection level. |
Constructor Summary | |
private |
GSIProtectionLevel(java.lang.String name)
Private constructor to prevent the creation of new values. |
Method Summary | |
java.lang.String |
toString()
Gets a label describing the protection level. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final java.lang.String COPYRIGHT_NOTICE
private java.lang.String mName
public static GSIProtectionLevel INTEGRITY
public static GSIProtectionLevel PRIVACY
Constructor Detail |
private GSIProtectionLevel(java.lang.String name)
name
- label for the protection level.Method Detail |
public 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 |