|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User | |
---|---|
org.restlet.data | Information exchanged by components. |
org.restlet.security | Classes related to security. |
Uses of User in org.restlet.data |
---|
Methods in org.restlet.data that return User | |
---|---|
User |
ClientInfo.getUser()
Returns the authenticated user. |
Methods in org.restlet.data with parameters of type User | |
---|---|
void |
ClientInfo.setUser(User user)
Sets the authenticated user. |
Uses of User in org.restlet.security |
---|
Methods in org.restlet.security that return User | |
---|---|
protected User |
SecretVerifier.createUser(String identifier)
Deprecated. |
protected User |
SecretVerifier.createUser(String identifier,
Request request,
Response response)
Called back to create a new user when valid credentials are provided. |
User |
MemoryRealm.findUser(String userIdentifier)
Finds a user in the organization based on its identifier. |
Methods in org.restlet.security that return types with arguments of type User | |
---|---|
List<User> |
Group.getMemberUsers()
|
List<User> |
MemoryRealm.getUsers()
Returns the modifiable list of users. |
Methods in org.restlet.security with parameters of type User | |
---|---|
Set<Group> |
MemoryRealm.findGroups(User user)
Finds the set of groups where a given user is a member. |
Set<Group> |
MemoryRealm.findGroups(User user,
boolean inheritOnly)
Finds the set of groups where a given user is a member. |
Set<Role> |
MemoryRealm.findRoles(User user)
Finds the roles mapped to a given user. |
void |
MemoryRealm.map(User user,
Role role)
Maps a user defined in a component to a role defined in the application. |
void |
MemoryRealm.unmap(User user,
Role role)
Unmaps a user defined in a component from a role defined in the application. |
Method parameters in org.restlet.security with type arguments of type User | |
---|---|
void |
Group.setMemberUsers(List<User> memberUsers)
Sets the modifiable list of member user references. |
void |
MemoryRealm.setUsers(List<User> users)
Sets the modifiable list of users. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |