Uses of Class
com.sun.xml.ws.security.trust.impl.wssx.bindings.ParticipantType
-
Packages that use ParticipantType Package Description 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 Modifier and Type Field Description protected ParticipantTypeParticipantsType. primaryFields in com.sun.xml.ws.security.trust.impl.wssx.bindings with type parameters of type ParticipantType Modifier and Type Field Description protected List<ParticipantType>ParticipantsType. participantMethods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return ParticipantType Modifier and Type Method Description ParticipantTypeObjectFactory. createParticipantType()Create an instance ofParticipantTypeParticipantTypeParticipantsType. 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 Modifier and Type Method Description 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 Modifier and Type Method Description voidParticipantsType. 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 Modifier and Type Class Description classParticipantImplSpecifies a participant that plays a role in the use of the token or who are allowed to use the token.
-