Class AuthCredentials
java.lang.Object
com.netscape.cms.servlet.admin.AuthCredentials
- All Implemented Interfaces:
IAuthCredentials,IAttrSet,Serializable
Authentication Credentials as input to the authMgr
- Version:
- $Revision$, $Date$
- See Also:
-
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 a credential with credential name and the credentialvoidsetArgBlock(IArgBlock blk) Set argblock.
-
Constructor Details
-
AuthCredentials
public AuthCredentials()
-
-
Method Details
-
set
sets a credential with credential name and the credential- Specified by:
setin interfaceIAttrSet- Parameters:
name- credential namecred- credential- Throws:
EBaseException- NullPointerException
-
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
- See Also:
-
setArgBlock
Description copied from interface:IAuthCredentialsSet argblock.- Specified by:
setArgBlockin interfaceIAuthCredentials- Parameters:
blk- argblock
-
getArgBlock
Description copied from interface:IAuthCredentialsReturns argblock.- Specified by:
getArgBlockin interfaceIAuthCredentials- Returns:
- Argblock.
-