|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.filesys.auth.nfs.UserMapping
public class UserMapping
Represents a user mapping for the AlfrescoRpcAuthenticator
.
Constructor Summary | |
---|---|
UserMapping()
Default constructor for container initialisation. |
|
UserMapping(java.lang.String name,
int uid,
int gid)
The Constructor. |
Method Summary | |
---|---|
int |
getGid()
Gets the gid. |
java.lang.String |
getName()
Gets the name. |
int |
getUid()
Gets the uid. |
void |
setBeanName(java.lang.String name)
|
void |
setGid(int gid)
Sets the gid. |
void |
setUid(int uid)
Sets the uid. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserMapping()
public UserMapping(java.lang.String name, int uid, int gid)
name
- the nameuid
- the uidgid
- the gidMethod Detail |
---|
public java.lang.String getName()
public void setBeanName(java.lang.String name)
setBeanName
in interface org.springframework.beans.factory.BeanNameAware
public int getUid()
public void setUid(int uid)
uid
- the new uidpublic int getGid()
public void setGid(int gid)
gid
- the new gid
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |