Uses of Interface
com.sun.xml.ws.security.Token

Packages that use Token
com.sun.xml.ws.api.security.trust   
com.sun.xml.ws.api.security.trust.client   
com.sun.xml.ws.security   
com.sun.xml.ws.security.impl   
com.sun.xml.ws.security.opt.impl.incoming   
com.sun.xml.ws.security.opt.impl.keyinfo   
com.sun.xml.ws.security.secconv.impl.elements   
com.sun.xml.ws.security.trust   
com.sun.xml.ws.security.trust.elements   
com.sun.xml.ws.security.trust.impl   
com.sun.xml.ws.security.trust.impl.client   
com.sun.xml.ws.security.trust.impl.elements   
com.sun.xml.ws.security.trust.impl.elements.str   
com.sun.xml.ws.security.trust.impl.wssx   
com.sun.xml.ws.security.trust.impl.wssx.elements   
com.sun.xml.wss.core   
com.sun.xml.wss.impl.misc   
com.sun.xml.wss.saml   
com.sun.xml.wss.saml.assertion.saml11.jaxb10   
 

Uses of Token in com.sun.xml.ws.api.security.trust
 

Methods in com.sun.xml.ws.api.security.trust that return Token
 Token IssueSamlTokenContract.createSAMLAssertion(String appliesTo, String tokenType, String keyType, String assertionId, String issuer, Map<QName,List<String>> claimedAttrs, IssuedTokenContext context)
           
 

Uses of Token in com.sun.xml.ws.api.security.trust.client
 

Methods in com.sun.xml.ws.api.security.trust.client that return Token
abstract  Token STSIssuedTokenConfiguration.getOBOToken()
           
 

Uses of Token in com.sun.xml.ws.security
 

Subinterfaces of Token in com.sun.xml.ws.security
 interface DerivedKeyToken
          DerivedKeyToken Interface TODO: This defintion is incomplete.
 interface EncryptedKey
           
 interface SecurityContextToken
          SecurityContextToken Interface
 interface SecurityTokenReference
          TODO: refine/define the methods in this interface
 

Methods in com.sun.xml.ws.security that return Token
 Token IssuedTokenContext.getAssociatedProofToken()
          get the Proof Token (if any) associated with the SecurityToken, null otherwise
 Token IssuedTokenContext.getAttachedSecurityTokenReference()
          If the token returned doesnt allow use of wsu:id attribute then a STR is returned as which needs to be inserted into a for example.
 Token IssuedTokenContext.getSecurityToken()
          Depending on the policy get the Token to be used in Securing requests and/or responses.
 Token IssuedTokenContext.getTarget()
           
 Token IssuedTokenContext.getUnAttachedSecurityTokenReference()
          If the token returned doesnt allow use of wsu:id attribute then a STR is returned as which needs to be inserted into a for example.
 

Methods in com.sun.xml.ws.security with parameters of type Token
 void IssuedTokenContext.setAssociatedProofToken(Token token)
          Set the Proof Token Associated with the SecurityToken
 void IssuedTokenContext.setAttachedSecurityTokenReference(Token str)
          If the token returned doesnt allow use of wsu:id attribute then a STR is returned as which needs to be inserted into a for example
 void IssuedTokenContext.setSecurityToken(Token tok)
          Depending on the server policy, set the Token to be used in Securing requests and/or responses
 void IssuedTokenContext.setTarget(Token target)
           
 void IssuedTokenContext.setUnAttachedSecurityTokenReference(Token str)
          If the token returned doesnt allow use of wsu:id attribute then a STR is returned as which needs to be inserted into a for example
 

Uses of Token in com.sun.xml.ws.security.impl
 

Classes in com.sun.xml.ws.security.impl that implement Token
 class DerivedKeyTokenImpl
           
 

Methods in com.sun.xml.ws.security.impl that return Token
 Token IssuedTokenContextImpl.getAssociatedProofToken()
           
 Token IssuedTokenContextImpl.getAttachedSecurityTokenReference()
           
 Token IssuedTokenContextImpl.getSecurityToken()
           
 Token IssuedTokenContextImpl.getTarget()
           
 Token IssuedTokenContextImpl.getUnAttachedSecurityTokenReference()
           
 

Methods in com.sun.xml.ws.security.impl with parameters of type Token
 void IssuedTokenContextImpl.setAssociatedProofToken(Token associatedProofToken)
           
 void IssuedTokenContextImpl.setAttachedSecurityTokenReference(Token secTokenReference)
           
 void IssuedTokenContextImpl.setSecurityToken(Token securityToken)
           
 void IssuedTokenContextImpl.setTarget(Token target)
           
 void IssuedTokenContextImpl.setUnAttachedSecurityTokenReference(Token secTokenReference)
           
 

Uses of Token in com.sun.xml.ws.security.opt.impl.incoming
 

Classes in com.sun.xml.ws.security.opt.impl.incoming that implement Token
 class SecurityContextToken
           
 

Uses of Token in com.sun.xml.ws.security.opt.impl.keyinfo
 

Classes in com.sun.xml.ws.security.opt.impl.keyinfo that implement Token
 class SecurityContextToken13
          SecurityContextToken Implementation
 class SecurityTokenReference
           
 

Uses of Token in com.sun.xml.ws.security.secconv.impl.elements
 

Classes in com.sun.xml.ws.security.secconv.impl.elements that implement Token
 class SecurityContextTokenImpl
          SecurityContextToken Implementation
 

Uses of Token in com.sun.xml.ws.security.trust
 

Classes in com.sun.xml.ws.security.trust that implement Token
 class GenericToken
           
 

Methods in com.sun.xml.ws.security.trust with parameters of type Token
abstract  ActAs WSTrustElementFactory.createActAs(Token token)
           
abstract  OnBehalfOf WSTrustElementFactory.createOnBehalfOf(Token oboToken)
           
abstract  RequestedSecurityToken WSTrustElementFactory.createRequestedSecurityToken(Token token)
          Create a RequestedSecurityToken.
abstract  UseKey WSTrustElementFactory.createUseKey(Token token, String sig)
           
abstract  ValidateTarget WSTrustElementFactory.createValidateTarget(Token token)
           
 

Uses of Token in com.sun.xml.ws.security.trust.elements
 

Methods in com.sun.xml.ws.security.trust.elements that return Token
 Token CancelTarget.getToken()
          Get the token to be Cancelled
 Token DelegateTo.getToken()
          Get the Token contained in this DelegateTo instance
 Token Encryption.getToken()
          Get the Token contained in this Encryption instance
 Token RenewTarget.getToken()
          Get the Token to be renewed
 Token RequestedSecurityToken.getToken()
          Returns the Security Token contained in the RequestedSecurityToken element.
 Token UseKey.getToken()
          Get the Token contained in the element, null otherwise.
 

Methods in com.sun.xml.ws.security.trust.elements with parameters of type Token
 void CancelTarget.setToken(Token token)
          Set the token to be Cancelled
 void DelegateTo.setToken(Token token)
          Set the Token as the contents of DelegateTo
 void Encryption.setToken(Token token)
          Set the Token as the contents of Encryption
 void RenewTarget.setToken(Token token)
          Set the Token to be renewed
 void RequestedSecurityToken.setToken(Token token)
          Sets the value of the Security Token in the RequestedSecurityToken element.
 void UseKey.setToken(Token token)
          Set the Token as the contents of UseKey
 

Uses of Token in com.sun.xml.ws.security.trust.impl
 

Methods in com.sun.xml.ws.security.trust.impl that return Token
abstract  Token IssueSamlTokenContract.createSAMLAssertion(String appliesTo, String tokenType, String keyType, String assertionId, String issuer, Map<QName,List<String>> claimedAttrs, IssuedTokenContext context)
           
 Token IssueSamlTokenContractImpl.createSAMLAssertion(String appliesTo, String tokenType, String keyType, String assertionId, String issuer, Map<QName,List<String>> claimedAttrs, IssuedTokenContext context)
           
 Token SBIssuedSamlTokenContractImpl.createSAMLAssertion(String appliesTo, String tokenType, String keyType, String assertionId, String issuer, Map<QName,List<String>> claimedAttrs, IssuedTokenContext context)
           
 

Methods in com.sun.xml.ws.security.trust.impl with parameters of type Token
 ActAs WSTrustElementFactoryImpl.createActAs(Token token)
           
 OnBehalfOf WSTrustElementFactoryImpl.createOnBehalfOf(Token oboToken)
           
 RequestedSecurityToken WSTrustElementFactoryImpl.createRequestedSecurityToken(Token token)
          Create a RequestedSecurityToken.
 UseKey WSTrustElementFactoryImpl.createUseKey(Token token, String sig)
           
 ValidateTarget WSTrustElementFactoryImpl.createValidateTarget(Token token)
           
 

Uses of Token in com.sun.xml.ws.security.trust.impl.client
 

Methods in com.sun.xml.ws.security.trust.impl.client that return Token
 Token DefaultSTSIssuedTokenConfiguration.getOBOToken()
           
 

Methods in com.sun.xml.ws.security.trust.impl.client with parameters of type Token
 void DefaultSTSIssuedTokenConfiguration.setOBOToken(Token token)
           
 

Uses of Token in com.sun.xml.ws.security.trust.impl.elements
 

Methods in com.sun.xml.ws.security.trust.impl.elements that return Token
 Token CancelTargetImpl.getToken()
           
 Token DelegateToImpl.getToken()
           
 Token EncryptionImpl.getToken()
           
 Token ProofEncryptionImpl.getToken()
           
 Token RenewTargetImpl.getToken()
           
 Token RequestedSecurityTokenImpl.getToken()
           
 Token UseKeyImpl.getToken()
           
 

Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type Token
 void CancelTargetImpl.setToken(Token token)
           
 void DelegateToImpl.setToken(Token token)
           
 void EncryptionImpl.setToken(Token token)
           
 void ProofEncryptionImpl.setToken(Token token)
           
 void RenewTargetImpl.setToken(Token token)
           
 void RequestedSecurityTokenImpl.setToken(Token token)
           
 void UseKeyImpl.setToken(Token token)
           
 

Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type Token
CancelTargetImpl(Token token)
           
DelegateToImpl(Token token)
           
EncryptionImpl(Token token)
           
OnBehalfOfImpl(Token oboToken)
           
ProofEncryptionImpl(Token token)
           
RenewTargetImpl(Token token)
           
RequestedSecurityTokenImpl(Token token)
           
UseKeyImpl(Token token)
           
 

Uses of Token in com.sun.xml.ws.security.trust.impl.elements.str
 

Classes in com.sun.xml.ws.security.trust.impl.elements.str that implement Token
 class SecurityTokenReferenceImpl
          SecurityTokenReference implementation
 

Uses of Token in com.sun.xml.ws.security.trust.impl.wssx
 

Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type Token
 ActAs WSTrustElementFactoryImpl.createActAs(Token actAsToken)
           
 OnBehalfOf WSTrustElementFactoryImpl.createOnBehalfOf(Token oboToken)
           
 RequestedSecurityToken WSTrustElementFactoryImpl.createRequestedSecurityToken(Token token)
          Create a RequestedSecurityToken.
 UseKey WSTrustElementFactoryImpl.createUseKey(Token token, String sig)
           
 ValidateTarget WSTrustElementFactoryImpl.createValidateTarget(Token token)
           
 

Uses of Token in com.sun.xml.ws.security.trust.impl.wssx.elements
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return Token
 Token CancelTargetImpl.getToken()
           
 Token DelegateToImpl.getToken()
           
 Token EncryptionImpl.getToken()
           
 Token ProofEncryptionImpl.getToken()
           
 Token RenewTargetImpl.getToken()
           
 Token RequestedSecurityTokenImpl.getToken()
           
 Token UseKeyImpl.getToken()
           
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type Token
 void CancelTargetImpl.setToken(Token token)
           
 void DelegateToImpl.setToken(Token token)
           
 void EncryptionImpl.setToken(Token token)
           
 void ProofEncryptionImpl.setToken(Token token)
           
 void RenewTargetImpl.setToken(Token token)
           
 void RequestedSecurityTokenImpl.setToken(Token token)
           
 void UseKeyImpl.setToken(Token token)
           
 

Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type Token
ActAsImpl(Token aaToken)
           
CancelTargetImpl(Token token)
           
DelegateToImpl(Token token)
           
EncryptionImpl(Token token)
           
OnBehalfOfImpl(Token oboToken)
           
ProofEncryptionImpl(Token token)
           
RenewTargetImpl(Token token)
           
RequestedSecurityTokenImpl(Token token)
           
UseKeyImpl(Token token)
           
ValidateTargetImpl(Token token)
           
 

Uses of Token in com.sun.xml.wss.core
 

Classes in com.sun.xml.wss.core that implement Token
 class DerivedKeyTokenHeaderBlock
           
 class EncryptedKeyToken
           
 class UsernameToken
          Support for a WSS:Username Token Profile.
 class X509SecurityToken
          An X509 v3 certificate BinarySecurityToken.
 

Uses of Token in com.sun.xml.wss.impl.misc
 

Methods in com.sun.xml.wss.impl.misc with parameters of type Token
static void SecurityUtil.initInferredIssuedTokenContext(FilterProcessingContext wssContext, Token str, Key returnKey)
           
 

Uses of Token in com.sun.xml.wss.saml
 

Subinterfaces of Token in com.sun.xml.wss.saml
 interface Assertion
          This interface stands for Assertion element.
 

Uses of Token in com.sun.xml.wss.saml.assertion.saml11.jaxb10
 

Classes in com.sun.xml.wss.saml.assertion.saml11.jaxb10 that implement Token
 class Assertion
          This object stands for Assertion element.
 



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