Uses of Class
org.restlet.security.User
Packages that use User
Package
Description
Information exchanged by components.
Classes related to security.
-
Uses of User in org.restlet.data
Methods in org.restlet.data that return UserMethods in org.restlet.data with parameters of type User -
Uses of User in org.restlet.security
Methods in org.restlet.security that return UserModifier and TypeMethodDescriptionprotected UserSecretVerifier.createUser(String identifier, Request request, Response response) Called back to create a new user when valid credentials are provided.Finds a user in the organization based on its identifier.protected UserCreates a new User based on the subject's X500Principal.Methods in org.restlet.security that return types with arguments of type UserModifier and TypeMethodDescriptionGroup.getMemberUsers()MemoryRealm.getUsers()Returns the modifiable list of users.Methods in org.restlet.security with parameters of type UserModifier and TypeMethodDescriptionMemoryRealm.findGroups(User user) Finds the set of groups where a given user is a member.MemoryRealm.findGroups(User user, boolean inheritOnly) Finds the set of groups where a given user is a member.MemoryRealm.findRoles(Application application, User user) Finds the roles mapped to a given user, for a specific application.Finds the roles mapped to a given user.voidMemoryRealm.map(User user, Application application, String roleName) Maps a user defined in a component to a role defined in the application.voidMaps a user defined in a component to a role defined in the application.voidMemoryRealm.unmap(User user, Application application, String roleName) Unmaps a user defined in a component from a role defined in the application.voidUnmaps 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