com.sun.xml.ws.security.trust.impl.wssx.elements
Class ParticipantsImpl

java.lang.Object
  extended by com.sun.xml.ws.security.trust.impl.wssx.bindings.ParticipantsType
      extended by com.sun.xml.ws.security.trust.impl.wssx.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

Field Summary
 
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.ParticipantsType
any, participant, primary
 
Constructor Summary
ParticipantsImpl(ParticipantsType psType)
           
 
Method Summary
 List<Participant> getParticipants()
           
 Participant getPrimaryParticipant()
           
 void setPrimaryParticipant(Participant primary)
           
 
Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.ParticipantsType
getAny, getParticipant, getPrimary, setPrimary
 
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
 

Constructor Detail

ParticipantsImpl

public ParticipantsImpl(ParticipantsType psType)
                 throws Exception
Throws:
Exception
Method Detail

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.