public class UserMapping extends Object implements org.springframework.beans.factory.BeanNameAware
AlfrescoRpcAuthenticator
.Constructor and Description |
---|
UserMapping()
Default constructor for container initialisation.
|
UserMapping(String name,
int uid,
int gid)
The Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getGid()
Gets the gid.
|
String |
getName()
Gets the name.
|
int |
getUid()
Gets the uid.
|
void |
setBeanName(String name) |
void |
setGid(int gid)
Sets the gid.
|
void |
setUid(int uid)
Sets the uid.
|
public UserMapping()
public UserMapping(String name, int uid, int gid)
name
- the nameuid
- the uidgid
- the gidpublic String getName()
public void setBeanName(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 gidCopyright © 2005–2017 Alfresco Software. All rights reserved.