public class AuthenticationClientImpl extends ServiceClientImpl implements AuthenticationClient
| Constructor and Description |
|---|
AuthenticationClientImpl(URL serviceUrl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(String userId,
String password)
認証を行う。
|
protected org.apache.axis.client.Stub |
createStub(URL url) |
boolean |
isAdministrator()
ユーザが管理者であるかどうかを返す。
|
void |
nop() |
addRequestHeader, convert, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, invoke, setPassword, setUpService, setUserIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserIdpublic AuthenticationClientImpl(URL serviceUrl)
protected org.apache.axis.client.Stub createStub(URL url) throws javax.xml.rpc.ServiceException
createStub in class ServiceClientImpljavax.xml.rpc.ServiceExceptionpublic boolean authenticate(String userId, String password) throws LangridException
AuthenticationClientauthenticate in interface AuthenticationClientuserId - ユーザ名password - パスワードLangridException - サービスの呼び出しに失敗したpublic void nop()
throws LangridException
nop in interface AuthenticationClientLangridExceptionpublic boolean isAdministrator()
throws LangridException
AuthenticationClientisAdministrator in interface AuthenticationClientLangridException - サービスの呼び出しに失敗した