|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.wss.security.X509TokenSpec
public class X509TokenSpec
This class defines the specification for generating the X509 security tokens.
It implements SecurityTokenSpec interface.
| フィールドの概要 | |
|---|---|
static String |
DIRECT_REFERENCE
|
static String |
ISSUER_SERIAL
|
static String |
KEY_IDENTIFIER
|
| コンストラクタの概要 | |
|---|---|
X509TokenSpec(String[] certAlias,
String valueType,
String encodingType)
Constructor that defines this specfication. |
|
| メソッドの概要 | |
|---|---|
String |
getEncodingType()
Returns the encoding type. |
String |
getReferenceType()
Returns the token reference type. |
String[] |
getSubjectCertAlias()
Returns the array of certificate aliases defined in this spec. |
String |
getValueType()
Returns the X509 token type. |
void |
setReferenceType(String referenceType)
Sets the token reference type. |
| フィールドの詳細 |
|---|
public static final String DIRECT_REFERENCE
public static final String KEY_IDENTIFIER
public static final String ISSUER_SERIAL
| コンストラクタの詳細 |
|---|
public X509TokenSpec(String[] certAlias,
String valueType,
String encodingType)
certAlias - the array of certificate aliases that can be used
to create the X509 token specification. For example the PKI
PathSecurity token would need ordered list of certificates.valueType - the token value type. This is to indicate the
value of the certificate.encodingType - the token encoding type of the certficates that
are attached in the security header.| メソッドの詳細 |
|---|
public String[] getSubjectCertAlias()
public String getValueType()
public String getEncodingType()
public String getReferenceType()
public void setReferenceType(String referenceType)
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||