Uses of Interface
com.sun.xml.ws.security.opt.api.reference.Reference
-
-
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 Modifier and Type Method Description ReferenceSecurityTokenReference. getReference()Methods in com.sun.xml.ws.security.opt.api.keyinfo with parameters of type Reference Modifier and Type Method Description voidSecurityTokenReference. 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 Modifier and Type Interface Description interfaceDirectReferenceInterface for DirectReference reference type inside a STRinterfaceKeyIdentifierInterface 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 Modifier and Type Method Description ReferenceSecurityTokenReference. getReference()gets the reference element from the security token referenceMethods in com.sun.xml.ws.security.opt.impl.keyinfo with parameters of type Reference Modifier and Type Method Description protected KeyInfoTokenBuilder. buildKeyInfo(Reference ref, String strId)builds SecurityTokenReference with the reference element provided and with the id.protected SecurityTokenReferenceTokenBuilder. buildSTR(Reference ref)creates a new SecurityTokenReference with the reference element providedprotected SecurityTokenReferenceTokenBuilder. 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 SignaturePolicyvoidSecurityTokenReference. 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 Modifier and Type Class Description classDirectReferenceClass for DirectReference reference type inside a STRclassKeyIdentifierclassX509Data -
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 Modifier and Type Method Description SecurityTokenReferenceWSSElementFactory. createSecurityTokenReference(Reference reference)Create a SecurityTokenReference
-