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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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.