Uses of Class
org.restlet.engine.security.RoleMapping
-
Packages that use RoleMapping Package Description org.restlet.security Classes related to security. -
-
Uses of RoleMapping in org.restlet.security
Fields in org.restlet.security with type parameters of type RoleMapping Modifier and Type Field Description private java.util.List<RoleMapping>MemoryRealm. roleMappingsThe modifiable list of role mappings.Methods in org.restlet.security that return types with arguments of type RoleMapping Modifier and Type Method Description private java.util.List<RoleMapping>MemoryRealm. getRoleMappings()Returns the modifiable list of role mappings.
-