Uses of Interface
javax.xml.registry.infomodel.User
-
Packages that use User Package Description javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the Jakarta XML Registries API.javax.xml.registry.infomodel This package describes the information model for the Jakarta XML Registries API. -
-
Uses of User in javax.xml.registry
Methods in javax.xml.registry that return User Modifier and Type Method Description UserLifeCycleManager. createUser()Creates an empty User instance. -
Uses of User in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel that return User Modifier and Type Method Description UserOrganization. getPrimaryContact()Gets the primary Contact for this Organization.UserAuditableEvent. getUser()Gets the User associated with this object.Methods in javax.xml.registry.infomodel with parameters of type User Modifier and Type Method Description voidOrganization. addUser(User user)Adds a User.voidOrganization. removeUser(User user)Removes a User.voidOrganization. setPrimaryContact(User primaryContact)Sets the primary contact for this Organization.
-