Uses of Interface
org.opensaml.soap.wstrust.Participant
Packages that use Participant
Package
Description
XMLObject interfaces for WS-Trust 1.3 elements.
XML Object provider implementations for WS-Trust.
-
Uses of Participant in org.opensaml.soap.wstrust
Methods in org.opensaml.soap.wstrust that return types with arguments of type ParticipantModifier and TypeMethodDescriptionParticipants.getParticipants()Returns the list of wst:Participant child elements . -
Uses of Participant in org.opensaml.soap.wstrust.impl
Classes in org.opensaml.soap.wstrust.impl that implement ParticipantFields in org.opensaml.soap.wstrust.impl with type parameters of type ParticipantModifier and TypeFieldDescriptionprivate final List<Participant>ParticipantsImpl.participantsThe list ofParticipantchild elements.Methods in org.opensaml.soap.wstrust.impl that return ParticipantModifier and TypeMethodDescriptionParticipantBuilder.buildObject()Builds a WS-Trust object of the given type.ParticipantBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.soap.wstrust.impl that return types with arguments of type ParticipantModifier and TypeMethodDescriptionParticipantsImpl.getParticipants()Returns the list of wst:Participant child elements .