Package 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.
-
-
Constructor Summary
Constructors Constructor Description Participants()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>getParticipants()ObjectgetPrimaryParticipant()voidsetParticipants(List<Object> participants)voidsetPrimaryParticipant(Object primaryParticipant)
-