Uses of Class
com.sun.xml.ws.security.secext10.SecurityTokenReferenceType

Packages that use SecurityTokenReferenceType
com.sun.xml.ws.security.secconv   
com.sun.xml.ws.security.secext10   
com.sun.xml.ws.security.trust.impl.elements.str   
 

Uses of SecurityTokenReferenceType in com.sun.xml.ws.security.secconv
 

Methods in com.sun.xml.ws.security.secconv with parameters of type SecurityTokenReferenceType
 String STRValidationHelper.extractSecurityTokenId(SecurityTokenReferenceType str)
          Get the security token reference URI from the specified wsse:SecurityTokenReference element.
 

Uses of SecurityTokenReferenceType in com.sun.xml.ws.security.secext10
 

Methods in com.sun.xml.ws.security.secext10 that return SecurityTokenReferenceType
 SecurityTokenReferenceType ObjectFactory.createSecurityTokenReferenceType()
          Create an instance of SecurityTokenReferenceType
 

Methods in com.sun.xml.ws.security.secext10 that return types with arguments of type SecurityTokenReferenceType
 JAXBElement<SecurityTokenReferenceType> ObjectFactory.createSecurityTokenReference(SecurityTokenReferenceType value)
          Create an instance of JAXBElement<SecurityTokenReferenceType>}
 

Methods in com.sun.xml.ws.security.secext10 with parameters of type SecurityTokenReferenceType
 JAXBElement<SecurityTokenReferenceType> ObjectFactory.createSecurityTokenReference(SecurityTokenReferenceType value)
          Create an instance of JAXBElement<SecurityTokenReferenceType>}
 

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

Subclasses of SecurityTokenReferenceType in com.sun.xml.ws.security.trust.impl.elements.str
 class SecurityTokenReferenceImpl
          SecurityTokenReference implementation
 

Constructors in com.sun.xml.ws.security.trust.impl.elements.str with parameters of type SecurityTokenReferenceType
SecurityTokenReferenceImpl(SecurityTokenReferenceType strType)
           
 



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