Uses of Interface
com.sun.xml.ws.security.opt.api.reference.Reference

Packages that use Reference
com.sun.xml.ws.security.opt.api.keyinfo   
com.sun.xml.ws.security.opt.api.reference   
com.sun.xml.ws.security.opt.impl.keyinfo   
com.sun.xml.ws.security.opt.impl.reference   
com.sun.xml.ws.security.opt.impl.util   
 

Uses of Reference in com.sun.xml.ws.security.opt.api.keyinfo
 

Methods in com.sun.xml.ws.security.opt.api.keyinfo that return Reference
 Reference SecurityTokenReference.getReference()
           
 

Methods in com.sun.xml.ws.security.opt.api.keyinfo with parameters of type Reference
 void SecurityTokenReference.setReference(Reference ref)
          Sets the appropriate reference type for STR - like EkyIndentifier, Direct reference etc
 

Uses of Reference in com.sun.xml.ws.security.opt.api.reference
 

Subinterfaces of Reference in com.sun.xml.ws.security.opt.api.reference
 interface DirectReference
          Interface for DirectReference reference type inside a STR
 interface KeyIdentifier
          Interface for KeyIdentifier reference type inside a STR
 

Uses of Reference in com.sun.xml.ws.security.opt.impl.keyinfo
 

Methods in com.sun.xml.ws.security.opt.impl.keyinfo that return Reference
 Reference SecurityTokenReference.getReference()
          gets the reference element from the security token reference
 

Methods in com.sun.xml.ws.security.opt.impl.keyinfo with parameters of type Reference
protected  KeyInfo TokenBuilder.buildKeyInfo(Reference ref, String strId)
          builds SecurityTokenReference with the reference element provided and with the id.
protected  SecurityTokenReference TokenBuilder.buildSTR(Reference ref)
          creates a new SecurityTokenReference with the reference element provided
protected  SecurityTokenReference TokenBuilder.buildSTR(String strId, Reference ref)
          creates a new SecurityTokenReference with the reference element provided sets the id provided in the SecurityTokenReference if the security policy is a SignaturePolicy
 void SecurityTokenReference.setReference(Reference ref)
          sets the reference element into the security token reference
 

Uses of Reference in com.sun.xml.ws.security.opt.impl.reference
 

Classes in com.sun.xml.ws.security.opt.impl.reference that implement Reference
 class DirectReference
          Class for DirectReference reference type inside a STR
 class KeyIdentifier
           
 class X509Data
           
 

Uses of Reference in com.sun.xml.ws.security.opt.impl.util
 

Methods in com.sun.xml.ws.security.opt.impl.util with parameters of type Reference
 SecurityTokenReference WSSElementFactory.createSecurityTokenReference(Reference reference)
          Create a SecurityTokenReference
 



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