Apache CXF API

org.apache.cxf.sts.request
Class Participants

java.lang.Object
  extended by org.apache.cxf.sts.request.Participants

public class Participants
extends Object

This class contains values that have been extracted from a Participants element.


Constructor Summary
Participants()
           
 
Method Summary
 List<Object> getParticipants()
           
 Object getPrimaryParticipant()
           
 void setParticipants(List<Object> participants)
           
 void setPrimaryParticipant(Object primaryParticipant)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Participants

public Participants()
Method Detail

getPrimaryParticipant

public Object getPrimaryParticipant()

setPrimaryParticipant

public void setPrimaryParticipant(Object primaryParticipant)

getParticipants

public List<Object> getParticipants()

setParticipants

public void setParticipants(List<Object> participants)

Apache CXF API

Apache CXF