Interface IAuthCredentials
- All Superinterfaces:
IAttrSet
,Serializable
- All Known Implementing Classes:
AuthCredentials
,AuthCredentials
,AuthCredentials
An interface represents authentication credentials:
e.g. uid/pwd, uid/pin, certificate, etc.
- Version:
- $Revision$, $Date$
-
Method Summary
Modifier and TypeMethodDescriptionReturns argblock.void
setArgBlock
(IArgBlock blk) Set argblock.Methods inherited from interface com.netscape.certsrv.base.IAttrSet
delete, get, getElements, set
-
Method Details
-
setArgBlock
Set argblock.- Parameters:
blk
- argblock
-
getArgBlock
IArgBlock getArgBlock()Returns argblock.- Returns:
- Argblock.
-