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

IssuedToken

public interface IssuedToken implements Token
This element represents a requirement for an issued token, that is one issued by some token issuer using the mechanisms defined in WS-Trust.
author
K.Venugopal@sun.com

Fields Summary
Constructors Summary
Methods Summary
public IssuergetIssuer()
returns {@link com.sun.xml.ws.security.policy.Issuer } which is the issuer for the issued token.

return
{@link com.sun.xml.ws.security.policy.Issuer} or null

public RequestSecurityTokenTemplategetRequestSecurityTokenTemplate()
returns {@link RequestSecurityTokenTemplate }

return
{@link RequestSecurityTokenTemplate}

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

return
either REQUIRE_KEY_IDENTIFIER_REFERENCE,REQUIRE_ISSUER_SERIAL_REFERENCE,REQUIRE_EMBEDDED_TOKEN_REFERENCE,REQUIRE_THUMBPRINT_REFERENCE

public booleanisRequireDerivedKeys()