2

ウェブサイトで Google プロビジョニング API を使用しています。Google と一部のユーザーでドメインを作成しました。AppsService クラスを使用してそれらを認証したいと思います。

AppsService service = new AppsService("domain", "admin username", "admin password");
UserEntry user = service.RetrieveUser("username");

どこにでもあるこの2行。しかし、ユーザー名とパスワードでユーザーを認証したい。

4

1 に答える 1