netbula.ORPC
Class OpaAuth
- XDT
public class OpaAuth
extends java.lang.Object
The Opaque Authentication object which contains the raw authentication
data. A specific authentication scheme needs to convert this to a concrete
authentication object to perform authentication.
oa_data
public byte[] oa_data
oa_flavor
public int oa_flavor
oa_length
public int oa_length
OpaAuth
public OpaAuth(int flavor,
byte[] adata)