Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.rt.hook
Class AuthenticationInfo

java.lang.Object
  |
  +--oracle.panama.rt.hook.AuthenticationInfo

public final class AuthenticationInfo
extends java.lang.Object

An Enumeration datatype for different levels of authentication.

Since:
Oracle9i Application Server Wireless Edition

Field Summary
static AuthenticationInfo ACCESS_ADDRESS_OK
          The constant for a normal logon find the name by address
static AuthenticationInfo ACCESS_ADDRESS_TRUSTED
          The constant for a trusted address, logon is not needed
static AuthenticationInfo ACCESS_ANONYMOUS_OK
          The constant for ANONYMOUS ACCESS, use Guest user
static AuthenticationInfo ACCESS_DENIED
          The constant for denied access, this address or name is denied access to the system
static AuthenticationInfo ACCESS_NAME_OK
          The constant for normal logon
static AuthenticationInfo ACCESS_NAME_TRUSTED
          The constant for a trusted name, logon is not needed
static AuthenticationInfo ACCESS_UNKNOWN
          The constant for unknown ACCESS, always send back a logon screen

 

Method Summary
static AuthenticationInfo getAuthenticationInfo(int index)
           
 int getIndex()
           
 boolean isOK()
           
 boolean isTrusted()
           
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

ACCESS_NAME_OK

public static final AuthenticationInfo ACCESS_NAME_OK
The constant for normal logon

ACCESS_NAME_TRUSTED

public static final AuthenticationInfo ACCESS_NAME_TRUSTED
The constant for a trusted name, logon is not needed

ACCESS_ADDRESS_OK

public static final AuthenticationInfo ACCESS_ADDRESS_OK
The constant for a normal logon find the name by address

ACCESS_ADDRESS_TRUSTED

public static final AuthenticationInfo ACCESS_ADDRESS_TRUSTED
The constant for a trusted address, logon is not needed

ACCESS_ANONYMOUS_OK

public static final AuthenticationInfo ACCESS_ANONYMOUS_OK
The constant for ANONYMOUS ACCESS, use Guest user

ACCESS_DENIED

public static final AuthenticationInfo ACCESS_DENIED
The constant for denied access, this address or name is denied access to the system

ACCESS_UNKNOWN

public static final AuthenticationInfo ACCESS_UNKNOWN
The constant for unknown ACCESS, always send back a logon screen
Method Detail

getIndex

public int getIndex()

isOK

public boolean isOK()

isTrusted

public boolean isTrusted()

getAuthenticationInfo

public static AuthenticationInfo getAuthenticationInfo(int index)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
the value as a String.

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.