|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Role in org.apache.jetspeed.om.dbpsml |
Methods in org.apache.jetspeed.om.dbpsml with parameters of type Role | |
void |
JetspeedRoleProfilePeer.delete(Role role,
java.sql.Connection connection)
Delete all records from the database table for a role. |
Uses of Role in org.apache.jetspeed.om.profile |
Methods in org.apache.jetspeed.om.profile that return Role | |
Role |
ProfileLocator.getRole()
|
Role |
BaseProfileLocator.getRole()
|
Methods in org.apache.jetspeed.om.profile with parameters of type Role | |
void |
ProfileLocator.setRole(Role role)
|
void |
BaseProfileLocator.setRole(Role role)
|
Uses of Role in org.apache.jetspeed.om.security |
Classes in org.apache.jetspeed.om.security that implement Role | |
class |
BaseJetspeedRole
A Jetspeed basic Role. |
Fields in org.apache.jetspeed.om.security declared as Role | |
protected Role |
BaseJetspeedGroupRole.role
|
Methods in org.apache.jetspeed.om.security that return Role | |
static Role |
JetspeedRoleFactory.getInstance()
Factory method to create JetspeedRole instances. |
static Role |
JetspeedRoleFactory.getInstance(boolean isNew)
|
Role |
GroupRole.getRole()
Get the Role |
Role |
BaseJetspeedGroupRole.getRole()
Get the Role |
Methods in org.apache.jetspeed.om.security with parameters of type Role | |
void |
GroupRole.setRole(Role role)
Set the Role |
void |
BaseJetspeedGroupRole.setRole(Role role)
Set the Role |
Uses of Role in org.apache.jetspeed.om.security.ldap |
Classes in org.apache.jetspeed.om.security.ldap that implement Role | |
class |
LDAPRole
|
Uses of Role in org.apache.jetspeed.om.security.turbine |
Classes in org.apache.jetspeed.om.security.turbine that implement Role | |
class |
TurbineRole
The skeleton for this class was autogenerated by Torque on: [Mon Jun 03 20:14:05 PDT 2002] You should add additional methods to this class to meet the application requirements. |
Uses of Role in org.apache.jetspeed.services |
Methods in org.apache.jetspeed.services that return Role | |
static Role |
JetspeedSecurity.getRole(java.lang.String rolename)
|
Methods in org.apache.jetspeed.services with parameters of type Role | |
static void |
PsmlManager.removeRoleDocuments(Role role)
Removes all documents for a given role. |
static void |
JetspeedSecurity.addRole(Role role)
|
static void |
JetspeedSecurity.saveRole(Role role)
|
Uses of Role in org.apache.jetspeed.services.psmlmanager |
Methods in org.apache.jetspeed.services.psmlmanager with parameters of type Role | |
void |
PsmlManagerService.removeRoleDocuments(Role role)
Removes all documents for a given role. |
void |
CastorPsmlManagerService.removeRoleDocuments(Role role)
Removes all documents for a given role. |
void |
CastorPsmlManagerService.removeRoleDocuments(Role role,
boolean sendMessage)
|
Uses of Role in org.apache.jetspeed.services.psmlmanager.db |
Methods in org.apache.jetspeed.services.psmlmanager.db with parameters of type Role | |
void |
DatabasePsmlManagerService.removeRoleDocuments(Role role)
Removes all documents for a given role. |
Uses of Role in org.apache.jetspeed.services.security |
Methods in org.apache.jetspeed.services.security that return Role | |
Role |
SecurityCacheService.getRole(java.lang.String username,
java.lang.String roleName)
Retrieves a role from the cache for the given username. |
Role |
SecurityCacheService.getRole(java.lang.String username,
java.lang.String roleName,
java.lang.String groupName)
|
Role |
SecurityCacheImpl.getRole(java.lang.String roleName)
|
Role |
SecurityCacheImpl.getRole(java.lang.String username,
java.lang.String roleName)
|
Role |
SecurityCacheImpl.getRole(java.lang.String username,
java.lang.String roleName,
java.lang.String groupName)
|
Role |
RoleManagement.getRole(java.lang.String rolename)
Retrieves a single Role for a given rolename principal. |
static Role |
JetspeedSecurityCache.getRole(java.lang.String username,
java.lang.String roleName)
|
static Role |
JetspeedSecurityCache.getRole(java.lang.String username,
java.lang.String roleName,
java.lang.String groupName)
|
static Role |
JetspeedRoleManagement.getRole(java.lang.String rolename)
Retrieves a single Role for a given rolename principal. |
Role |
CachedAcl.getRole(java.lang.String roleName)
|
Role |
CachedAcl.getRole(java.lang.String roleName,
java.lang.String groupName)
|
Methods in org.apache.jetspeed.services.security with parameters of type Role | |
void |
SecurityCacheService.addRole(Role role)
Retrieves a role from the cache for the given username. |
void |
SecurityCacheService.addRole(java.lang.String username,
Role role)
|
void |
SecurityCacheService.addRole(java.lang.String username,
Role role,
Group group)
|
void |
SecurityCacheImpl.addRole(Role role)
|
void |
SecurityCacheImpl.addRole(java.lang.String username,
Role role)
|
void |
SecurityCacheImpl.addRole(java.lang.String username,
Role role,
Group group)
|
void |
RoleManagement.addRole(Role role)
Adds a Role into permanent storage. |
void |
RoleManagement.saveRole(Role role)
Saves a Role into permanent storage. |
static void |
JetspeedSecurityCache.addRole(Role role)
|
static void |
JetspeedSecurityCache.addRole(java.lang.String username,
Role role)
|
static void |
JetspeedSecurityCache.addRole(java.lang.String username,
Role role,
Group group)
|
static void |
JetspeedRoleManagement.addRole(Role role)
Adds a Role into permanent storage. |
static void |
JetspeedRoleManagement.saveRole(Role role)
Save a Role into permanent storage. |
void |
CachedAcl.addRole(Role role)
|
void |
CachedAcl.addRole(Role role,
Group group)
|
Uses of Role in org.apache.jetspeed.services.security.ldap |
Methods in org.apache.jetspeed.services.security.ldap that return Role | |
Role |
LDAPRoleManagement.getRole(java.lang.String roleName)
Retrieves a single Role for a given roleName principal. |
Methods in org.apache.jetspeed.services.security.ldap with parameters of type Role | |
void |
LDAPRoleManagement.addRole(Role role)
Adds a Role into permanent storage. |
protected void |
LDAPRoleManagement.addDefaultRolePSML(Role role)
|
void |
LDAPRoleManagement.saveRole(Role role)
Saves a Role into permanent storage. |
Uses of Role in org.apache.jetspeed.services.security.nosecurity |
Methods in org.apache.jetspeed.services.security.nosecurity that return Role | |
Role |
NoRoleManagement.getRole(java.lang.String rolename)
Retrieves a single Role for a given rolename principal. |
Methods in org.apache.jetspeed.services.security.nosecurity with parameters of type Role | |
void |
NoRoleManagement.addRole(Role role)
Adds a Role into permanent storage. |
void |
NoRoleManagement.saveRole(Role role)
Saves a Role into permanent storage. |
Uses of Role in org.apache.jetspeed.services.security.turbine |
Methods in org.apache.jetspeed.services.security.turbine that return Role | |
Role |
TurbineRoleManagement.getRole(java.lang.String rolename)
Retrieves a single Role for a given rolename principal. |
Methods in org.apache.jetspeed.services.security.turbine with parameters of type Role | |
void |
TurbineRoleManagement.addRole(Role role)
Adds a Role into permanent storage. |
protected void |
TurbineRoleManagement.addDefaultRolePSML(Role role)
|
void |
TurbineRoleManagement.saveRole(Role role)
Saves a Role into permanent storage. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |