|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.panama.model.AuthLevel
Enumeration class of Authentication Levels
| Field Summary | |
static AuthLevel |
HIGH |
static AuthLevel |
LOW |
static AuthLevel |
MEDIUM |
| Method Summary | |
static java.util.Enumeration |
elements()Returns an enumeration of auth level |
boolean |
equals(AuthLevel level)Checks if auth levels match |
static AuthLevel |
getAuthLevel(int authLevel)Returns authLevel object corresponding to an integer value |
static AuthLevel |
getAuthLevel(java.lang.String name)Lookup auth level by name |
int |
getIntValue()Returns an integer value corresponding to the auth level |
java.lang.String |
getName()Returns the name ofthe auth level |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static AuthLevel LOW
public static AuthLevel MEDIUM
public static AuthLevel HIGH
| Method Detail |
public int getIntValue()
public java.lang.String getName()
public static java.util.Enumeration elements()
public static AuthLevel getAuthLevel(int authLevel)
authLevel - the integer valuepublic static AuthLevel getAuthLevel(java.lang.String name)
name - auth level namepublic boolean equals(AuthLevel level)
|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||