Uses of Class
fr.cnes.sitools.role.model.Role

Packages that use Role
fr.cnes.sitools.project.model   
fr.cnes.sitools.project.modules.model   
fr.cnes.sitools.role   
fr.cnes.sitools.security.authentication   
fr.cnes.sitools.security.model   
 

Uses of Role in fr.cnes.sitools.project.model
 

Methods in fr.cnes.sitools.project.model that return types with arguments of type Role
 java.util.List<Role> ProjectModule.getListRoles()
          Get the roles List
 

Method parameters in fr.cnes.sitools.project.model with type arguments of type Role
 void ProjectModule.setListRoles(java.util.List<Role> listRoles)
          set the roles list
 

Uses of Role in fr.cnes.sitools.project.modules.model
 

Methods in fr.cnes.sitools.project.modules.model that return types with arguments of type Role
 java.util.List<Role> ProjectModuleModel.getListRoles()
          Gets the listRoles value
 

Method parameters in fr.cnes.sitools.project.modules.model with type arguments of type Role
 void ProjectModuleModel.setListRoles(java.util.List<Role> listRoles)
          Sets the value of listRoles
 

Uses of Role in fr.cnes.sitools.role
 

Methods in fr.cnes.sitools.role that return Role
 Role AbstractRoleResource.getObject(org.restlet.representation.Representation representation, org.restlet.representation.Variant variant)
          Get the Role from a representation
 Role RoleStoreXML.update(Role role)
           
 

Methods in fr.cnes.sitools.role that return types with arguments of type Role
 SitoolsStore<Role> RoleApplication.getStore()
          Gets the store value
 SitoolsStore<Role> AbstractRoleResource.getStore()
          Get the store associated to the role application
 java.util.List<Role> RoleStoreXML.retrieveByParent(java.lang.String id)
           
 

Methods in fr.cnes.sitools.role with parameters of type Role
 Role RoleStoreXML.update(Role role)
           
 

Uses of Role in fr.cnes.sitools.security.authentication
 

Methods in fr.cnes.sitools.security.authentication that return types with arguments of type Role
 SitoolsStore<Role> SitoolsRealm.getStoreRoles()
          Gets the role store
 

Methods in fr.cnes.sitools.security.authentication with parameters of type Role
 void SitoolsRealm.refreshRoleMappings(Role roleStore)
          Reload Role from store and rebuild all mappings for groups and users.
 void SitoolsMemoryRealm.refreshRoleMappings(Role roleStore)
          Reload Role from store and rebuild all mappings for groups and users.
 

Constructor parameters in fr.cnes.sitools.security.authentication with type arguments of type Role
SitoolsMemoryRealm(UsersAndGroupsStore storeUsersAndGroups, SitoolsStore<Role> storeRoles, SitoolsSettings settings)
          Constructor
SitoolsRealm(SitoolsStore<Role> storeRoles, SitoolsSettings settings)
          Constructor
 

Uses of Role in fr.cnes.sitools.security.model
 

Methods in fr.cnes.sitools.security.model that return types with arguments of type Role
 java.util.ArrayList<Role> UserRole.getRoles()
          Gets the roles value
 

Method parameters in fr.cnes.sitools.security.model with type arguments of type Role
 void UserRole.setRoles(java.util.ArrayList<Role> roles)
          Sets the value of roles
 



Copyright © 2010-2013 CNES. All Rights Reserved.