|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.saml.common.SAMLSiteID
public class SAMLSiteID
This class is used to generate SAML Site ID.
| メソッドの概要 | |
|---|---|
static String |
generateID()
Returns an ID String with length of SAMLConstants.ID_LENGTH. |
static String |
generateSourceID(String siteURL)
Returns SAML site ID based on siteURL, this will return a
Base64 encoded SHA-1 digest. |
static void |
main(String[] args)
Obtains site ID based on the host name. |
| メソッドの詳細 |
|---|
public static String generateID()
SAMLConstants.ID_LENGTH.
public static String generateSourceID(String siteURL)
siteURL, this will return a
Base64 encoded SHA-1 digest.
siteURL - site URL for example:
http://host.sun.com:58080.
public static void main(String[] args)
args - host name
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||