Uses of Class
org.apache.cxf.ws.security.sts.provider.model.ParticipantType
-
Packages that use ParticipantType Package Description org.apache.cxf.ws.security.sts.provider.model -
-
Uses of ParticipantType in org.apache.cxf.ws.security.sts.provider.model
Fields in org.apache.cxf.ws.security.sts.provider.model declared as ParticipantType Modifier and Type Field Description protected ParticipantTypeParticipantsType. primaryFields in org.apache.cxf.ws.security.sts.provider.model with type parameters of type ParticipantType Modifier and Type Field Description protected List<ParticipantType>ParticipantsType. participantMethods in org.apache.cxf.ws.security.sts.provider.model that return ParticipantType Modifier and Type Method Description ParticipantTypeObjectFactory. createParticipantType()Create an instance ofParticipantTypeParticipantTypeParticipantsType. getPrimary()Gets the value of the primary property.Methods in org.apache.cxf.ws.security.sts.provider.model 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 org.apache.cxf.ws.security.sts.provider.model with parameters of type ParticipantType Modifier and Type Method Description voidParticipantsType. setPrimary(ParticipantType value)Sets the value of the primary property.
-