Uses of Interface
org.opensaml.soap.wstrust.Primary
Packages that use Primary
Package
Description
XMLObject interfaces for WS-Trust 1.3 elements.
XML Object provider implementations for WS-Trust.
-
Uses of Primary in org.opensaml.soap.wstrust
Methods in org.opensaml.soap.wstrust that return PrimaryModifier and TypeMethodDescriptionParticipants.getPrimary()Returns the wst:Primary child element.Methods in org.opensaml.soap.wstrust with parameters of type PrimaryModifier and TypeMethodDescriptionvoidParticipants.setPrimary(Primary primary) Sets the wst:Primary child element. -
Uses of Primary in org.opensaml.soap.wstrust.impl
Classes in org.opensaml.soap.wstrust.impl that implement PrimaryFields in org.opensaml.soap.wstrust.impl declared as PrimaryModifier and TypeFieldDescriptionprivate PrimaryParticipantsImpl.primaryThePrimarychild element.Methods in org.opensaml.soap.wstrust.impl that return PrimaryModifier and TypeMethodDescriptionPrimaryBuilder.buildObject()Builds a WS-Trust object of the given type.PrimaryBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.ParticipantsImpl.getPrimary()Returns the wst:Primary child element.Methods in org.opensaml.soap.wstrust.impl with parameters of type PrimaryModifier and TypeMethodDescriptionvoidParticipantsImpl.setPrimary(Primary newPrimary) Sets the wst:Primary child element.