Uses of Interface
com.sun.xml.ws.security.trust.elements.Participant
-
Packages that use Participant Package Description com.sun.xml.ws.security.trust.elements -
-
Uses of Participant in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return Participant Modifier and Type Method Description ParticipantParticipants. getPrimaryParticipant()Gets the value of the primary participant.Methods in com.sun.xml.ws.security.trust.elements that return types with arguments of type Participant Modifier and Type Method Description List<Participant>Participants. getParticipants()Gets the value of the participant property.Methods in com.sun.xml.ws.security.trust.elements with parameters of type Participant Modifier and Type Method Description voidParticipants. setPrimaryParticipant(Participant primary)Sets the value of the primary participant.
-