com.netscape.certsrv.authentication
Interface IAuthCredentials

All Superinterfaces:
IAttrSet, java.io.Serializable
All Known Implementing Classes:
AuthCredentials, AuthCredentials, AuthCredentials

public interface IAuthCredentials
extends IAttrSet

An interface represents authentication credentials: e.g. uid/pwd, uid/pin, certificate, etc.

Version:
$Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $

Method Summary
 IArgBlock getArgBlock()
          Returns argblock.
 void setArgBlock(IArgBlock blk)
          Set argblock.
 
Methods inherited from interface com.netscape.certsrv.base.IAttrSet
delete, get, getElements, set
 

Method Detail

setArgBlock

void setArgBlock(IArgBlock blk)
Set argblock.

Parameters:
blk - argblock

getArgBlock

IArgBlock getArgBlock()
Returns argblock.

Returns:
Argblock.