|
Restlet Framework 2.2.2 OSGi Environments |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.engine.security.RoleMapping
public class RoleMapping
Mapping from an organization or a user or a group to a role.
Constructor Summary | |
---|---|
RoleMapping()
Default constructor. |
|
RoleMapping(Object source,
Role target)
Constructor. |
Method Summary | |
---|---|
Object |
getSource()
|
Role |
getTarget()
|
void |
setSource(Object source)
|
void |
setTarget(Role target)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoleMapping()
public RoleMapping(Object source, Role target)
source
- target
- Method Detail |
---|
public Object getSource()
public Role getTarget()
public void setSource(Object source)
public void setTarget(Role target)
|
Restlet Framework 2.2.2 OSGi Environments |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |