Uses of Class
edu.uoc.pfc.j2ee.jalonsod.mtp.config.Role

Packages that use Role
edu.uoc.pfc.j2ee.jalonsod.mtp.config   
edu.uoc.pfc.j2ee.jalonsod.mtp.request   
edu.uoc.pfc.j2ee.jalonsod.mtp.request.taglib   
 

Uses of Role in edu.uoc.pfc.j2ee.jalonsod.mtp.config
 

Fields in edu.uoc.pfc.j2ee.jalonsod.mtp.config with type parameters of type Role
private  java.util.Hashtable<java.lang.String,Role> Model.grantedRoles
           
private  java.util.Hashtable<java.lang.String,Role> Configurator.roles
          Security roles of application.
 

Methods in edu.uoc.pfc.j2ee.jalonsod.mtp.config that return Role
 Role Configurator.getRoleByKey(java.lang.String key)
           
 

Methods in edu.uoc.pfc.j2ee.jalonsod.mtp.config that return types with arguments of type Role
 java.util.Hashtable<java.lang.String,Role> Configurator.getDefaultRoles()
          Get roles marked as default.
 java.util.Hashtable<java.lang.String,Role> Model.getGrantedRoles()
           
 java.util.Hashtable<java.lang.String,Role> Configurator.getRoles()
           
 

Method parameters in edu.uoc.pfc.j2ee.jalonsod.mtp.config with type arguments of type Role
 void Model.setGrantedRoles(java.util.Hashtable<java.lang.String,Role> roles)
           
 void Configurator.setRoles(java.util.Hashtable<java.lang.String,Role> roles)
           
 

Constructor parameters in edu.uoc.pfc.j2ee.jalonsod.mtp.config with type arguments of type Role
Model(java.lang.String name, java.lang.String className, Form form, java.lang.String runMethod, boolean sendRequestData, java.lang.String validateMethod, Result defaultResult, Result resultNoValidate, Result resultSecurityError, java.util.Hashtable<java.lang.String,Result> results, java.util.Hashtable<java.lang.String,Role> grantedRoles)
           
 

Uses of Role in edu.uoc.pfc.j2ee.jalonsod.mtp.request
 

Methods in edu.uoc.pfc.j2ee.jalonsod.mtp.request that return types with arguments of type Role
 java.util.Hashtable<java.lang.String,Role> RequestData.getRoles()
          Gets the roles granted to the session.
 java.util.Hashtable<java.lang.String,Role> HttpRequestData.getRoles()
           
 

Method parameters in edu.uoc.pfc.j2ee.jalonsod.mtp.request with type arguments of type Role
 void RequestData.setRoles(java.util.Hashtable<java.lang.String,Role> sessionRoles)
          Sets the roles granted to the session.
 void HttpRequestData.setRoles(java.util.Hashtable<java.lang.String,Role> sessionRoles)
           
 

Uses of Role in edu.uoc.pfc.j2ee.jalonsod.mtp.request.taglib
 

Fields in edu.uoc.pfc.j2ee.jalonsod.mtp.request.taglib with type parameters of type Role
(package private)  java.util.Enumeration<Role> GetRoles.enumerator