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

Packages that use SecurityContextTokenInfo
com.sun.xml.ws.runtime.dev   
com.sun.xml.ws.security   
com.sun.xml.ws.security.impl   
com.sun.xml.ws.security.secconv.impl   
 

Uses of SecurityContextTokenInfo in com.sun.xml.ws.runtime.dev
 

Methods in com.sun.xml.ws.runtime.dev that return SecurityContextTokenInfo
 SecurityContextTokenInfo Session.getSecurityInfo()
          Accessor for the securityInfo field.
 

Methods in com.sun.xml.ws.runtime.dev with parameters of type SecurityContextTokenInfo
abstract  Session SessionManager.createSession(String key, SecurityContextTokenInfo sctInfo)
           
 Session SessionManagerImpl.createSession(String key, SecurityContextTokenInfo sctInfo)
           
 void Session.setSecurityInfo(SecurityContextTokenInfo securityInfo)
          Mutator for the securityInfo field.
 

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

Methods in com.sun.xml.ws.security that return SecurityContextTokenInfo
 SecurityContextTokenInfo IssuedTokenContext.getSecurityContextTokenInfo()
          Get the SecurityContextTokenInfo for this Token if any.
 

Methods in com.sun.xml.ws.security with parameters of type SecurityContextTokenInfo
 void IssuedTokenContext.setSecurityContextTokenInfo(SecurityContextTokenInfo sctInfo)
          set the SecurityContextTokenInfo for this Token if any.
 

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

Methods in com.sun.xml.ws.security.impl that return SecurityContextTokenInfo
 SecurityContextTokenInfo IssuedTokenContextImpl.getSecurityContextTokenInfo()
           
 

Methods in com.sun.xml.ws.security.impl with parameters of type SecurityContextTokenInfo
 void IssuedTokenContextImpl.setSecurityContextTokenInfo(SecurityContextTokenInfo sctInfo)
           
 

Uses of SecurityContextTokenInfo in com.sun.xml.ws.security.secconv.impl
 

Classes in com.sun.xml.ws.security.secconv.impl that implement SecurityContextTokenInfo
 class SecurityContextTokenInfoImpl
          The SecurityContextTokenInfo class represents security parameters which will be saved in the Session object so that whenever the endpoint crashes the security negotiations can be resumed from its original state and no new negotiations need to be done.
 



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