FileDocCategorySizeDatePackage
SecureConversationToken.javaAPI DocExample3285Tue May 29 16:56:50 BST 2007com.sun.xml.ws.security.policy

SecureConversationToken

public interface SecureConversationToken implements Token
This interface represents requirement for Security Context Token defined in WS-SecureConversation 1.0
author
K.Venugopal@sun.com

Fields Summary
Constructors Summary
Methods Summary
public com.sun.xml.ws.policy.NestedPolicygetBootstrapPolicy()
returns {@link com.sun.xml.ws.policy.Policy } which represents Bootstrap Policy

return
{@link com.sun.xml.ws.policy.Policy }

public IssuergetIssuer()
returns the issuer for the SpnegoContext token.

return
returns the issuer

public java.util.SetgetTokenRefernceTypes()
returns a {@link java.util.Iterator } over the token reference types to be used.

return
either REQUIRE_EXTERNAL_URI_REFERENCE

public java.lang.StringgetTokenType()
returns the type of the token.

return
one of SC10_SECURITYCONTEXT_TOKEN

public booleanisRequireDerivedKeys()
returns true if RequiredDerivedKey element is present under SecureConversationToken

return
true if RequireDerviedKeys element is present under SecureConversationToken or false.