com.ibm.maf
Class AuthInfo

java.lang.Object
  |
  +--com.ibm.maf.AuthInfo
All Implemented Interfaces:
java.io.Serializable

public final class AuthInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 short authenticator
           
 boolean is_auth
           
 
Constructor Summary
AuthInfo()
           
AuthInfo(boolean __is_auth, short __authenticator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

is_auth

public boolean is_auth

authenticator

public short authenticator
Constructor Detail

AuthInfo

public AuthInfo()

AuthInfo

public AuthInfo(boolean __is_auth,
                short __authenticator)