Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Class AuthLevel

java.lang.Object
  |
  +--oracle.panama.model.AuthLevel

public class AuthLevel
extends java.lang.Object

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

LOW

public static AuthLevel LOW

MEDIUM

public static AuthLevel MEDIUM

HIGH

public static AuthLevel HIGH
Method Detail

getIntValue

public int getIntValue()
Returns an integer value corresponding to the auth level
Returns:
an integer value

getName

public java.lang.String getName()
Returns the name ofthe auth level
Returns:
a string value

elements

public static java.util.Enumeration elements()
Returns an enumeration of auth level
Returns:
enumeration of auth level

getAuthLevel

public static AuthLevel getAuthLevel(int authLevel)
Returns authLevel object corresponding to an integer value
Parameters:
authLevel - the integer value
Returns:
the AuthLevel object

getAuthLevel

public static AuthLevel getAuthLevel(java.lang.String name)
Lookup auth level by name
Parameters:
name - auth level name

equals

public boolean equals(AuthLevel level)
Checks if auth levels match
Returns:
true if the auth levels match

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.