Class AuthCredentials
java.lang.Object
com.netscape.certsrv.authentication.AuthCredentials
- All Implemented Interfaces:
IAttrSet, Serializable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidRemoves the name and its corresponding credential from this credential set.Returns the credential to which the specified name is mapped in this credential setReturns argblock.Returns an enumeration of the credential names in this credential set.voidSets an authentication credential with credential name and the credential objectvoidsetArgBlock(ArgBlock blk) Set argblock.
-
Constructor Details
-
AuthCredentials
public AuthCredentials()Constructor
-
-
Method Details
-
set
Sets an authentication credential with credential name and the credential object- Specified by:
setin interfaceIAttrSet- Parameters:
name- credential namecred- credential object- Throws:
EAuthException
-
get
-
delete
-
getElements
Returns an enumeration of the credential names in this credential set. Use the Enumeration methods on the returned object to fetch the elements sequentially.- Specified by:
getElementsin interfaceIAttrSet- Returns:
- an enumeration of the names in this credential set
-
setArgBlock
-
getArgBlock
-