- All Superinterfaces:
Token
- All Known Implementing Classes:
SecurityTokenReference
public interface SecurityTokenReference
extends Token
- Author:
- Ashutosh.Shahi@sun.com
-
-
Method Summary
get the WSS 1.1 Token type for SecurityTokenRerference
void
Sets the appropriate reference type for STR - like EkyIndentifier, Direct reference etc
void
set the WSS 1.1 Token type for SecurityTokenRerference
Methods inherited from interface com.sun.xml.ws.security.opt.api.keyinfo.Token
getId
-
Field Details
-
KEYIDENTIFIER
static final String KEYIDENTIFIER
- See Also:
-
-
-
X509DATA_ISSUERSERIAL
static final String X509DATA_ISSUERSERIAL
- See Also:
-
-
DIRECT_REFERENCE
static final String DIRECT_REFERENCE
- See Also:
-
-
Method Details
-
setReference
Sets the appropriate reference type for STR - like EkyIndentifier, Direct reference etc
- Parameters:
ref - The reference type used in STR
-
getReference
- Returns:
- The Reference used inside STR
-
setTokenType
void setTokenType(String tokenType)
set the WSS 1.1 Token type for SecurityTokenRerference
- Parameters:
tokenType - the value of TokenType attribute used in WSS 1.1
-
getTokenType
get the WSS 1.1 Token type for SecurityTokenRerference
- Returns:
- the value of TokenType attribute used in WSS 1.1