Uses of Interface
org.opensaml.ws.wstrust.Primary

Packages that use Primary
org.opensaml.ws.wstrust XMLObject interfaces for WS-Trust 1.3 elements. 
org.opensaml.ws.wstrust.impl   
 

Uses of Primary in org.opensaml.ws.wstrust
 

Methods in org.opensaml.ws.wstrust that return Primary
 Primary Participants.getPrimary()
          Returns the wst:Primary child element.
 

Methods in org.opensaml.ws.wstrust with parameters of type Primary
 void Participants.setPrimary(Primary primary)
          Sets the wst:Primary child element.
 

Uses of Primary in org.opensaml.ws.wstrust.impl
 

Classes in org.opensaml.ws.wstrust.impl that implement Primary
 class PrimaryImpl
          PrimaryImpl.
 

Fields in org.opensaml.ws.wstrust.impl declared as Primary
private  Primary ParticipantsImpl.primary
          The Primary child element.
 

Methods in org.opensaml.ws.wstrust.impl that return Primary
 Primary PrimaryBuilder.buildObject()
          Builds a WS-Trust object of the given type.
 Primary PrimaryBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 Primary ParticipantsImpl.getPrimary()
          Returns the wst:Primary child element.
 

Methods in org.opensaml.ws.wstrust.impl with parameters of type Primary
 void ParticipantsImpl.setPrimary(Primary newPrimary)
          Sets the wst:Primary child element.
 



Copyright © 1999-2013. All Rights Reserved.