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.trust   
com.sun.xml.ws.security.trust.elements   
 

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
 

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.trust
 

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 RequestedSecurityToken.getToken()
          Returns the Security Token contained in the RequestedSecurityToken element.
 Token Encryption.getToken()
          Get the Token contained in this Encryption instance
 Token RenewTarget.getToken()
          Get the Token to be renewed
 Token UseKey.getToken()
          Get the Token contained in the element, null otherwise.
 Token DelegateTo.getToken()
          Get the Token contained in this DelegateTo instance
 

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 RequestedSecurityToken.setToken(Token token)
          Sets the value of the Security Token in the RequestedSecurityToken element.
 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 UseKey.setToken(Token token)
          Set the Token as the contents of UseKey
 void DelegateTo.setToken(Token token)
          Set the Token as the contents of DelegateTo
 



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