Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.model
Class AuthLevel

java.lang.Object
  extended byoracle.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

HIGH

public static AuthLevel HIGH

LOW

public static AuthLevel LOW

MEDIUM

public static AuthLevel MEDIUM

Method Detail

elements

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

equals

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

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

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

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.