Uses of Interface
org.gcube.portlets.user.homelibrary.home.User

Packages that use User
org.gcube.portlets.user.homelibrary.home   
org.gcube.portlets.user.homelibrary.home.workspace   
org.gcube.portlets.user.homelibrary.home.workspace.acl   
org.gcube.portlets.user.homelibrary.home.workspace.sharing   
 

Uses of User in org.gcube.portlets.user.homelibrary.home
 

Methods in org.gcube.portlets.user.homelibrary.home that return User
 User HomeManager.createUser(java.lang.String portalLogin)
          Create a new user.
 User Home.getOwner()
          Retrieves the home's owner.
 User HomeManager.getUser(java.lang.String portalLogin)
          Get an user, if the user is not found a new one is created.
 

Methods in org.gcube.portlets.user.homelibrary.home that return types with arguments of type User
 java.util.List<User> HomeManager.getUsers()
          Retrieves all users managed by this manager.
 

Methods in org.gcube.portlets.user.homelibrary.home with parameters of type User
 Home HomeManager.getHome(User user)
          Retrieve the user's home.
 

Uses of User in org.gcube.portlets.user.homelibrary.home.workspace
 

Methods in org.gcube.portlets.user.homelibrary.home.workspace that return User
 User WorkspaceAreaItem.getOwner()
          This item owner.
 User WorkspaceArea.getOwner()
          Return the workspace area owner.
 

Uses of User in org.gcube.portlets.user.homelibrary.home.workspace.acl
 

Methods in org.gcube.portlets.user.homelibrary.home.workspace.acl that return types with arguments of type User
 java.util.Set<java.util.Map.Entry<User,java.util.List<Capability>>> Capabilities.getAllCapabilities()
           
 

Methods in org.gcube.portlets.user.homelibrary.home.workspace.acl with parameters of type User
 boolean Capabilities.checkCapability(User user, Operation operation)
           
 java.util.List<Capability> Capabilities.getCapabilities(User user)
           
 

Uses of User in org.gcube.portlets.user.homelibrary.home.workspace.sharing
 

Methods in org.gcube.portlets.user.homelibrary.home.workspace.sharing that return User
 User ItemSendRequest.getSender()
          Return this request sender.
 

Method parameters in org.gcube.portlets.user.homelibrary.home.workspace.sharing with type arguments of type User
 void ItemSendRequestManager.sendRequestToUsers(java.lang.String workspaceItemId, java.util.List<User> addressees)
          Create a new send request.