org.apache.cxf.sts.request
Class Participants
java.lang.Object
org.apache.cxf.sts.request.Participants
public class Participants
- extends Object
This class contains values that have been extracted from a Participants element.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Participants
public Participants()
getPrimaryParticipant
public Object getPrimaryParticipant()
setPrimaryParticipant
public void setPrimaryParticipant(Object primaryParticipant)
getParticipants
public List<Object> getParticipants()
setParticipants
public void setParticipants(List<Object> participants)
Apache CXF