|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.task.api.AuthorizationType
public final class AuthorizationType
This enumeration class defines symbolic constants for types of authorization. These values are used when authorization information about query tables is returned.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static AuthorizationType |
INSTANCE_BASED
Symbolic constant for authorization type INSTANCE_BASED |
static AuthorizationType |
NONE
Symbolic constant for authorization type NONE |
static AuthorizationType |
ROLE_BASED
Symbolic constant for authorization type ROLE_BASED |
Method Summary | |
---|---|
static AuthorizationType |
newAuthorizationType(java.lang.String typeString)
Factory method to create an authorization type by its string representation. |
java.lang.String |
toString()
Returns a string representation of the authorization type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final AuthorizationType NONE
public static final AuthorizationType INSTANCE_BASED
public static final AuthorizationType ROLE_BASED
Method Detail |
---|
public static AuthorizationType newAuthorizationType(java.lang.String typeString)
typeString
- The string representation of an authorization type.
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 |