Package org.alfresco.filesys.auth.nfs
Class UserMapping
java.lang.Object
org.alfresco.filesys.auth.nfs.UserMapping
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
Represents a user mapping for the
AlfrescoRpcAuthenticator.-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for container initialisation.UserMapping(String name, int uid, int gid) The Constructor. -
Method Summary
-
Constructor Details
-
UserMapping
public UserMapping()Default constructor for container initialisation. -
UserMapping
The Constructor.- Parameters:
name- the nameuid- the uidgid- the gid
-
-
Method Details
-
getName
Gets the name.- Returns:
- the name
-
setBeanName
- Specified by:
setBeanNamein interfaceorg.springframework.beans.factory.BeanNameAware
-
getUid
public int getUid()Gets the uid.- Returns:
- the uid
-
setUid
public void setUid(int uid) Sets the uid.- Parameters:
uid- the new uid
-
getGid
public int getGid()Gets the gid.- Returns:
- the gid
-
setGid
public void setGid(int gid) Sets the gid.- Parameters:
gid- the new gid
-