Apache CXF API

Uses of Class
org.apache.cxf.ws.security.sts.provider.model.ParticipantType

Packages that use ParticipantType
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
protected  ParticipantType ParticipantsType.primary
           
 

Fields in org.apache.cxf.ws.security.sts.provider.model with type parameters of type ParticipantType
protected  List<ParticipantType> ParticipantsType.participant
           
 

Methods in org.apache.cxf.ws.security.sts.provider.model that return ParticipantType
 ParticipantType ObjectFactory.createParticipantType()
          Create an instance of ParticipantType
 ParticipantType ParticipantsType.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
 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
 void ParticipantsType.setPrimary(ParticipantType value)
          Sets the value of the primary property.
 


Apache CXF API

Apache CXF