static class SimpleQuery.UnPw extends Object implements CcProvider.CcAuthentication
| Modifier and Type | Field and Description |
|---|---|
private String[] |
m_data
The cached credentials
|
| Constructor and Description |
|---|
SimpleQuery.UnPw(String unpw)
Constructs an Authentication object
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getGroupList() |
String |
getPrimaryGroupName() |
String |
loginName() |
String |
password() |
private String[] m_data
SimpleQuery.UnPw(String unpw)
unpw - A String containing username+password.public String loginName()
loginName in interface javax.wvcm.ProviderFactory.Callback.Authenticationpublic String password()
password in interface javax.wvcm.ProviderFactory.Callback.Authenticationpublic String getPrimaryGroupName()
getPrimaryGroupName in interface CcProvider.CcAuthenticationpublic List<String> getGroupList()
getGroupList in interface CcProvider.CcAuthenticationCopyright © IBM 2016. All rights reserved.