メソッドの概要

返却値の型 メソッド名
String getAuthType () static
認証タイプを返却します。
String getDigest (String userID, String password) static
WS-Security の UsernameToken 形式の認証用文字列(WSSE認証用文字列)を生成します。

メソッドの詳細

String getAuthType () static
認証タイプを返却します。
返却値
String
String 認証タイプ
String getDigest (String userID, String password) static
WS-Security の UsernameToken 形式の認証用文字列(WSSE認証用文字列)を生成します。
パラメータ
userID : String
ユーザID
password : String
パスワード
返却値
String
String WSSE認証用文字列