|
Project: stp | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectcom.ibm.rational.stp.client.samples.SimpleQuery.UnPw
static class SimpleQuery.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 | |
---|---|
SimpleQuery.UnPw(String unpw)
Constructs an Authentication object |
Method Summary | |
---|---|
List<String> |
getGroupList()
|
String |
getPrimaryGroupName()
|
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 |
---|
SimpleQuery.UnPw(String unpw)
unpw
- A String containing username+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
public String getPrimaryGroupName()
getPrimaryGroupName
in interface CcProvider.CcAuthentication
public List<String> getGroupList()
getGroupList
in interface CcProvider.CcAuthentication
|
Generated Mon 24-Feb-2014 01:11 AM | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |