Uses of Interface
javax.xml.registry.infomodel.User

Packages that use User
javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API. 
javax.xml.registry.infomodel This package describes the information model for JAXR API. 
 

Uses of User in javax.xml.registry
 

Methods in javax.xml.registry that return User
 User LifeCycleManager.createUser()
          Creates an empty User instance.
 

Uses of User in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return User
 User Organization.getPrimaryContact()
          Gets the primary Contact for this Organization.
 User AuditableEvent.getUser()
          Gets the User associated with this object.
 

Methods in javax.xml.registry.infomodel with parameters of type User
 void Organization.setPrimaryContact(User primaryContact)
          Sets the primary contact for this Organization.
 void Organization.addUser(User user)
          Add a User
 void Organization.removeUser(User user)
          Remove a User