|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.netscape.certsrv.authentication.AuthCredentials
public class AuthCredentials
Authentication Credentials as input to the authMgr. It contains all the information required for authentication in the authMgr.
| Constructor Summary | |
|---|---|
AuthCredentials()
Constructor |
|
| Method Summary | |
|---|---|
void |
delete(java.lang.String name)
Removes the name and its corresponding credential from this credential set. |
java.lang.Object |
get(java.lang.String name)
Returns the credential to which the specified name is mapped in this credential set |
IArgBlock |
getArgBlock()
Returns the argblock. |
java.util.Enumeration |
getElements()
Returns an enumeration of the credentials in this credential set. |
void |
set(java.lang.String name,
java.lang.Object cred)
Sets an authentication credential with credential name and the credential object |
void |
setArgBlock(IArgBlock blk)
Set the given argblock i * @param blk the given argblock. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthCredentials()
| Method Detail |
|---|
public void set(java.lang.String name,
java.lang.Object cred)
set in interface IAttrSetname - credential namecred - credential objectpublic java.lang.Object get(java.lang.String name)
get in interface IAttrSetname - credential name
public void delete(java.lang.String name)
delete in interface IAttrSetname - credential namepublic java.util.Enumeration getElements()
getElements in interface IAttrSetpublic void setArgBlock(IArgBlock blk)
setArgBlock in interface IAuthCredentialsblk - argblockpublic IArgBlock getArgBlock()
getArgBlock in interface IAuthCredentials
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||