PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.federation.ws.trust.ParticipantType

Packages that use ParticipantType
org.picketlink.identity.federation.ws.trust   
 

Uses of ParticipantType in org.picketlink.identity.federation.ws.trust
 

Fields in org.picketlink.identity.federation.ws.trust declared as ParticipantType
protected  ParticipantType ParticipantsType.primary
           
 

Fields in org.picketlink.identity.federation.ws.trust with type parameters of type ParticipantType
protected  List<ParticipantType> ParticipantsType.participant
           
 

Methods in org.picketlink.identity.federation.ws.trust that return ParticipantType
 ParticipantType ParticipantsType.getPrimary()
          Gets the value of the primary property.
 

Methods in org.picketlink.identity.federation.ws.trust that return types with arguments of type ParticipantType
 List<ParticipantType> ParticipantsType.getParticipant()
          Gets the value of the participant property.
 

Methods in org.picketlink.identity.federation.ws.trust with parameters of type ParticipantType
 void ParticipantsType.add(ParticipantType p)
           
 boolean ParticipantsType.remove(ParticipantType p)
           
 void ParticipantsType.setPrimary(ParticipantType value)
          Sets the value of the primary property.
 


PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.