com.sun.xml.ws.security.trust.impl.elements
Class ParticipantsImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.bindings.ParticipantsType
com.sun.xml.ws.security.trust.impl.elements.ParticipantsImpl
- All Implemented Interfaces:
- Participants
public class ParticipantsImpl
- extends ParticipantsType
- implements Participants
Contains information about which parties are authorized in the
use of the token.
- Author:
- Manveen Kaur
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sun.xml.ws.security.trust.elements.Participants |
getAny |
ParticipantsImpl
public ParticipantsImpl(ParticipantsType psType)
getParticipants
public List<Participant> getParticipants()
- Specified by:
getParticipants in interface Participants
getPrimaryParticipant
public Participant getPrimaryParticipant()
- Specified by:
getPrimaryParticipant in interface Participants
setPrimaryParticipant
public void setPrimaryParticipant(Participant primary)
- Specified by:
setPrimaryParticipant in interface Participants
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.