Uses of Interface
com.sun.xml.ws.security.trust.elements.Participant

Packages that use Participant
com.sun.xml.ws.security.trust.elements   
com.sun.xml.ws.security.trust.impl.elements   
com.sun.xml.ws.security.trust.impl.wssx.elements   
 

Uses of Participant in com.sun.xml.ws.security.trust.elements
 

Methods in com.sun.xml.ws.security.trust.elements that return Participant
 Participant Participants.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
 java.util.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
 void Participants.setPrimaryParticipant(Participant primary)
          Sets the value of the primary participant.
 

Uses of Participant in com.sun.xml.ws.security.trust.impl.elements
 

Classes in com.sun.xml.ws.security.trust.impl.elements that implement Participant
 class ParticipantImpl
          Specifies a participant that plays a role in the use of the token or who are allowed to use the token.
 

Methods in com.sun.xml.ws.security.trust.impl.elements that return Participant
 Participant ParticipantsImpl.getPrimaryParticipant()
           
 

Methods in com.sun.xml.ws.security.trust.impl.elements that return types with arguments of type Participant
 java.util.List<Participant> ParticipantsImpl.getParticipants()
           
 

Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type Participant
 void ParticipantsImpl.setPrimaryParticipant(Participant primary)
           
 

Uses of Participant in com.sun.xml.ws.security.trust.impl.wssx.elements
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return Participant
 Participant ParticipantsImpl.getPrimaryParticipant()
           
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return types with arguments of type Participant
 java.util.List<Participant> ParticipantsImpl.getParticipants()
           
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type Participant
 void ParticipantsImpl.setPrimaryParticipant(Participant primary)