Interface SecurityTokenReference
-
- All Superinterfaces:
Token
- All Known Implementing Classes:
SecurityTokenReferenceImpl
public interface SecurityTokenReference extends Token
-
-
Field Summary
Fields Modifier and Type Field Description static StringKEYIDENTIFIERstatic StringREFERENCEstatic QNameTOKEN_TYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferencegetReference()StringgetTokenType()voidsetReference(Reference ref)voidsetTokenType(String tokenType)-
Methods inherited from interface com.sun.xml.ws.security.Token
getTokenValue, getType
-
-
-
-
Field Detail
-
KEYIDENTIFIER
static final String KEYIDENTIFIER
- See Also:
- Constant Field Values
-
REFERENCE
static final String REFERENCE
- See Also:
- Constant Field Values
-
TOKEN_TYPE
static final QName TOKEN_TYPE
-
-