|
Project: stp | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectcom.ibm.rational.stp.client.samples.Utilities.UnPw
static class Utilities.UnPw
A simple Authentication object in which the username and password obtained from the user is cached for use by the CM API.
Field Summary | |
---|---|
private String[] |
m_data
The cached credentials |
Constructor Summary | |
---|---|
Utilities.UnPw(String[] unpw)
Constructs an Authentication object |
Method Summary | |
---|---|
String |
loginName()
|
String |
password()
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String[] m_data
Constructor Detail |
---|
Utilities.UnPw(String[] unpw)
unpw
- A String[] containing the username and password.Method Detail |
---|
public String loginName()
loginName
in interface javax.wvcm.ProviderFactory.Callback.Authentication
public String password()
password
in interface javax.wvcm.ProviderFactory.Callback.Authentication
|
Generated Sat 18-Aug-2012 03:12 AM | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |