Uses of Class
com.sun.xml.ws.security.trust.impl.wssx.bindings.ParticipantType

Packages that use ParticipantType
com.sun.xml.ws.security.trust.impl.wssx.bindings   
com.sun.xml.ws.security.trust.impl.wssx.elements   
 

Uses of ParticipantType in com.sun.xml.ws.security.trust.impl.wssx.bindings
 

Fields in com.sun.xml.ws.security.trust.impl.wssx.bindings declared as ParticipantType
protected  ParticipantType ParticipantsType.primary
           
 

Fields in com.sun.xml.ws.security.trust.impl.wssx.bindings with type parameters of type ParticipantType
protected  List<ParticipantType> ParticipantsType.participant
           
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return ParticipantType
 ParticipantType ObjectFactory.createParticipantType()
          Create an instance of ParticipantType
 ParticipantType ParticipantsType.getPrimary()
          Gets the value of the primary property.
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return types with arguments of type ParticipantType
 List<ParticipantType> ParticipantsType.getParticipant()
          Gets the value of the participant property.
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings with parameters of type ParticipantType
 void ParticipantsType.setPrimary(ParticipantType value)
          Sets the value of the primary property.
 

Uses of ParticipantType in com.sun.xml.ws.security.trust.impl.wssx.elements
 

Subclasses of ParticipantType in com.sun.xml.ws.security.trust.impl.wssx.elements
 class ParticipantImpl
          Specifies a participant that plays a role in the use of the token or who are allowed to use the token.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.