Uses of Interface
com.sun.xml.ws.security.SecurityContextTokenInfo
Packages that use SecurityContextTokenInfo
Package
Description
-
Uses of SecurityContextTokenInfo in com.sun.xml.ws.runtime.dev
Methods in com.sun.xml.ws.runtime.dev that return SecurityContextTokenInfoMethods in com.sun.xml.ws.runtime.dev with parameters of type SecurityContextTokenInfoModifier and TypeMethodDescriptionabstract SessionSessionManager.createSession(String key, SecurityContextTokenInfo sctInfo) SessionManagerImpl.createSession(String key, SecurityContextTokenInfo sctInfo) voidSession.setSecurityInfo(SecurityContextTokenInfo securityInfo) Mutator for thesecurityInfofield. -
Uses of SecurityContextTokenInfo in com.sun.xml.ws.security
Methods in com.sun.xml.ws.security that return SecurityContextTokenInfoModifier and TypeMethodDescriptionIssuedTokenContext.getSecurityContextTokenInfo()Get the SecurityContextTokenInfo for this Token if any.Methods in com.sun.xml.ws.security with parameters of type SecurityContextTokenInfoModifier and TypeMethodDescriptionvoidIssuedTokenContext.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 SecurityContextTokenInfoMethods in com.sun.xml.ws.security.impl with parameters of type SecurityContextTokenInfoModifier and TypeMethodDescriptionvoidIssuedTokenContextImpl.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 SecurityContextTokenInfoModifier and TypeClassDescriptionclassTheSecurityContextTokenInfoclass represents security parameters which will be saved in theSessionobject so that whenever the endpoint crashes the security negotiations can be resumed from its original state and no new negotiations need to be done.