public interface AuthenticationClient extends ServiceClient
Modifier and Type | Method and Description |
---|---|
boolean |
authenticate(String userId,
String password)
認証を行う。
|
boolean |
isAdministrator()
ユーザが管理者であるかどうかを返す。
|
void |
nop() |
addRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserId
boolean authenticate(String userId, String password) throws LangridException
userId
- ユーザ名password
- パスワードLangridException
- サービスの呼び出しに失敗したvoid nop() throws LangridException
LangridException
boolean isAdministrator() throws LangridException
LangridException
- サービスの呼び出しに失敗した