Uses of Class
com.sun.xml.ws.security.trust.impl.bindings.ParticipantsType
-
Packages that use ParticipantsType Package Description com.sun.xml.ws.security.trust.impl.bindings com.sun.xml.ws.security.trust.impl.elements -
-
Uses of ParticipantsType in com.sun.xml.ws.security.trust.impl.bindings
Methods in com.sun.xml.ws.security.trust.impl.bindings that return ParticipantsType Modifier and Type Method Description ParticipantsTypeObjectFactory. createParticipantsType()Create an instance ofParticipantsTypeMethods in com.sun.xml.ws.security.trust.impl.bindings that return types with arguments of type ParticipantsType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ParticipantsType>ObjectFactory. createParticipants(ParticipantsType value)Methods in com.sun.xml.ws.security.trust.impl.bindings with parameters of type ParticipantsType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ParticipantsType>ObjectFactory. createParticipants(ParticipantsType value) -
Uses of ParticipantsType in com.sun.xml.ws.security.trust.impl.elements
Subclasses of ParticipantsType in com.sun.xml.ws.security.trust.impl.elements Modifier and Type Class Description classParticipantsImplContains information about which parties are authorized in the use of the token.Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type ParticipantsType Constructor Description ParticipantsImpl(ParticipantsType psType)
-