com.sun.xml.ws.security.trust.elements.str
Interface SecurityTokenReference

All Superinterfaces:
Token
All Known Implementing Classes:
SecurityTokenReferenceImpl

public interface SecurityTokenReference
extends Token


Field Summary
static String KEYIDENTIFIER
           
static String REFERENCE
           
static QName TOKEN_TYPE
           
 
Method Summary
 Reference getReference()
           
 String getTokenType()
           
 void setReference(Reference ref)
           
 void setTokenType(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
Method Detail

setReference

void setReference(Reference ref)

getReference

Reference getReference()

setTokenType

void setTokenType(String tokenType)

getTokenType

String getTokenType()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.