org.restlet.engine.security
Class RoleMapping
java.lang.Object
org.restlet.engine.security.RoleMapping
public class RoleMapping
- extends Object
Mapping from an organization or a user or a group to a role.
- Author:
- Jerome Louvel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoleMapping
public RoleMapping()
- Default constructor.
RoleMapping
public RoleMapping(Object source,
Role target)
- Constructor.
- Parameters:
source
- target
-
getSource
public Object getSource()
getTarget
public Role getTarget()
setSource
public void setSource(Object source)
setTarget
public void setTarget(Role target)
Copyright © 2005-2013 Restlet.