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.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
Copyright © IBM 2016. All rights reserved.