public final class AuthorizationType
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final java.lang.String COPYRIGHT
public static final AuthorizationType NONE
public static final AuthorizationType INSTANCE_BASED
public static final AuthorizationType ROLE_BASED
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