|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.ogsadai.client.toolkit.security.wsrf.GSIAuthorizationType
Enumeration of GSI client-side authorization levels. This authorization level refer to how the client authorizes the services it uses.
Field Summary | |
private static java.lang.String |
COPYRIGHT_NOTICE
Copyright statement |
static GSIAuthorizationType |
HOST
Host authorization. |
private java.lang.String |
mName
|
static GSIAuthorizationType |
NONE
No client-side authorization. |
static GSIAuthorizationType |
SELF
Self authorization. |
Constructor Summary | |
protected |
GSIAuthorizationType(java.lang.String name)
Construts a new GSI authorization type. |
Method Summary | |
java.lang.String |
toString()
Gets the label describing the authorization type. |
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 GSIAuthorizationType NONE
public static GSIAuthorizationType HOST
public static GSIAuthorizationType SELF
Constructor Detail |
protected GSIAuthorizationType(java.lang.String name)
name
- label for GSI authorization type.Method Detail |
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |