Uses of Interface
com.sun.xml.ws.security.trust.elements.Participants
-
Packages that use Participants Package Description com.sun.xml.ws.security.trust.elements com.sun.xml.ws.security.trust.impl.elements com.sun.xml.ws.security.trust.impl.wssx.elements -
-
Uses of Participants in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return Participants Modifier and Type Method Description ParticipantsRequestSecurityToken. getParticipants()Get the participants sharing the token if specified, null otherwiseMethods in com.sun.xml.ws.security.trust.elements with parameters of type Participants Modifier and Type Method Description voidRequestSecurityToken. setParticipants(Participants participants)Set the Participants Sharing the requested Token -
Uses of Participants in com.sun.xml.ws.security.trust.impl.elements
Classes in com.sun.xml.ws.security.trust.impl.elements that implement Participants Modifier and Type Class Description classParticipantsImplContains information about which parties are authorized in the use of the token.Methods in com.sun.xml.ws.security.trust.impl.elements that return Participants Modifier and Type Method Description ParticipantsRequestSecurityTokenImpl. getParticipants()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type Participants Modifier and Type Method Description voidRequestSecurityTokenImpl. setParticipants(Participants participants) -
Uses of Participants in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement Participants Modifier and Type Class Description classParticipantsImplContains information about which parties are authorized in the use of the token.Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return Participants Modifier and Type Method Description ParticipantsRequestSecurityTokenImpl. getParticipants()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type Participants Modifier and Type Method Description voidRequestSecurityTokenImpl. setParticipants(Participants participants)
-