Uses of Interface
com.sun.xml.ws.security.trust.elements.Participant
-
Packages that use Participant Package Description 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 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. -
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 Modifier and Type Class Description classParticipantImplSpecifies 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 Modifier and Type Method Description ParticipantParticipantsImpl. getPrimaryParticipant()Methods in com.sun.xml.ws.security.trust.impl.elements that return types with arguments of type Participant Modifier and Type Method Description List<Participant>ParticipantsImpl. getParticipants()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type Participant Modifier and Type Method Description voidParticipantsImpl. setPrimaryParticipant(Participant primary) -
Uses of Participant in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement Participant Modifier and Type Class Description classParticipantImplSpecifies 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.wssx.elements that return Participant Modifier and Type Method Description ParticipantParticipantsImpl. getPrimaryParticipant()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return types with arguments of type Participant Modifier and Type Method Description List<Participant>ParticipantsImpl. getParticipants()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type Participant Modifier and Type Method Description voidParticipantsImpl. setPrimaryParticipant(Participant primary)
-