Uses of Interface
org.opensaml.soap.wssecurity.SecurityTokenReference
Packages that use SecurityTokenReference
Package
Description
XML Object provider implementations for WS-Security.
XMLObject interfaces for WS-Trust 1.3 elements.
XML Object provider implementations for WS-Trust.
-
Uses of SecurityTokenReference in org.opensaml.soap.wssecurity.impl
Classes in org.opensaml.soap.wssecurity.impl that implement SecurityTokenReferenceMethods in org.opensaml.soap.wssecurity.impl that return SecurityTokenReferenceModifier and TypeMethodDescriptionSecurityTokenReferenceBuilder.buildObject()
Builds a WS-Security object of the given type.SecurityTokenReferenceBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name. -
Uses of SecurityTokenReference in org.opensaml.soap.wstrust
Methods in org.opensaml.soap.wstrust that return SecurityTokenReferenceModifier and TypeMethodDescriptionRequestedReferenceType.getSecurityTokenReference()
Returns the wsse:SecurityTokenReference child element.Methods in org.opensaml.soap.wstrust with parameters of type SecurityTokenReferenceModifier and TypeMethodDescriptionvoid
RequestedReferenceType.setSecurityTokenReference
(SecurityTokenReference securityTokenReference) Sets the wsse:SecurityTokenReference child element. -
Uses of SecurityTokenReference in org.opensaml.soap.wstrust.impl
Fields in org.opensaml.soap.wstrust.impl declared as SecurityTokenReferenceModifier and TypeFieldDescriptionprivate SecurityTokenReference
RequestedReferenceTypeImpl.securityTokenReference
SecurityTokenReference child element.Methods in org.opensaml.soap.wstrust.impl that return SecurityTokenReferenceModifier and TypeMethodDescriptionRequestedReferenceTypeImpl.getSecurityTokenReference()
Returns the wsse:SecurityTokenReference child element.Methods in org.opensaml.soap.wstrust.impl with parameters of type SecurityTokenReferenceModifier and TypeMethodDescriptionvoid
RequestedReferenceTypeImpl.setSecurityTokenReference
(SecurityTokenReference newSecurityTokenReference) Sets the wsse:SecurityTokenReference child element.