public interface SecurityTokenReference extends Token
| Modifier and Type | Field and Description |
|---|---|
static String |
DIRECT_REFERENCE |
static String |
KEYIDENTIFIER |
static String |
REFERENCE |
static String |
X509DATA_ISSUERSERIAL |
| Modifier and Type | Method and Description |
|---|---|
Reference |
getReference() |
String |
getTokenType()
get the WSS 1.1 Token type for SecurityTokenRerference
|
void |
setReference(Reference ref)
Sets the appropriate reference type for STR - like EkyIndentifier, Direct reference etc
|
void |
setTokenType(String tokenType)
set the WSS 1.1 Token type for SecurityTokenRerference
|
static final String KEYIDENTIFIER
static final String REFERENCE
static final String X509DATA_ISSUERSERIAL
static final String DIRECT_REFERENCE
void setReference(Reference ref)
ref - The reference type used in STRReference getReference()
void setTokenType(String tokenType)
tokenType - the value of TokenType attribute used in WSS 1.1String getTokenType()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.