|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.netscape.cms.servlet.common.AuthCredentials
public class AuthCredentials
Authentication Credentials as input to the authMgr
Constructor Summary | |
---|---|
AuthCredentials()
|
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 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 a credential with credential name and the credential |
void |
setArgBlock(IArgBlock blk)
Set 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) throws EBaseException
set
in interface IAttrSet
name
- credential namecred
- credential
EBaseException
- NullPointerExceptionpublic java.lang.Object get(java.lang.String name)
get
in interface IAttrSet
name
- credential name
public void delete(java.lang.String name)
delete
in interface IAttrSet
name
- credential namepublic java.util.Enumeration getElements()
getElements
in interface IAttrSet
Enumeration
public void setArgBlock(IArgBlock blk)
IAuthCredentials
setArgBlock
in interface IAuthCredentials
blk
- argblockpublic IArgBlock getArgBlock()
IAuthCredentials
getArgBlock
in interface IAuthCredentials
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |