FileDocCategorySizeDatePackage
Participants.javaAPI DocExample4019Tue May 29 16:56:54 BST 2007com.sun.xml.ws.security.trust.elements

Participants

public interface Participants
Contains information about which parties are authorized in the use of the token.
author
WS-Trust Implementation Team.

Fields Summary
Constructors Summary
Methods Summary
public java.util.ListgetAny()
Gets the value of the any property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the any property.

For example, to add a new item, do as follows:

getAny().add(newItem);

Objects of the following type(s) are allowed in the list {@link Element } {@link Object }

public java.util.ListgetParticipants()
Gets the value of the participant property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the participant property.

For example, to add a new item, do as follows:

getParticipant().add(newItem);

Objects of the following type(s) are allowed in the list {@link Participant}

public ParticipantgetPrimaryParticipant()
Gets the value of the primary participant.

return
{@link Participant}

public voidsetPrimaryParticipant(Participant primary)
Sets the value of the primary participant.

param
primary {@link Participant}