Uses of Interface
org.xmlsoap.schemas.ws._2005._02.trust.wsdl.SecurityTokenService

Packages that use SecurityTokenService
org.xmlsoap.schemas.ws._2005._02.trust.impl   
 

Uses of SecurityTokenService in org.xmlsoap.schemas.ws._2005._02.trust.impl
 

Classes in org.xmlsoap.schemas.ws._2005._02.trust.impl that implement SecurityTokenService
 class SecurityTokenServiceSOAPBindingImpl
          Binds the framework generated skeleton code to the Higgins STS implementation.
 class SecurityTokenServiceSOAPBindingSkeleton
           
 class SecurityTokenServiceSOAPBindingStub
           
 

Methods in org.xmlsoap.schemas.ws._2005._02.trust.impl that return SecurityTokenService
 SecurityTokenService TrustServiceLocator.getSecurityTokenService()
           
 SecurityTokenService TrustService.getSecurityTokenService()
           
 SecurityTokenService TrustServiceLocator.getSecurityTokenService(java.net.URL portAddress)
           
 SecurityTokenService TrustService.getSecurityTokenService(java.net.URL portAddress)
           
 

Constructors in org.xmlsoap.schemas.ws._2005._02.trust.impl with parameters of type SecurityTokenService
SecurityTokenServiceSOAPBindingSkeleton(SecurityTokenService impl)