|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityReference | |
org.apache.jetspeed.modules.actions.portlets | |
org.apache.jetspeed.om | |
org.apache.jetspeed.om.profile | Represents the options available for displaying the portlet. |
org.apache.jetspeed.om.profile.psml | |
org.apache.jetspeed.om.registry | Represents a repository of configuration data. |
org.apache.jetspeed.om.registry.base | |
org.apache.jetspeed.portal | Represents core classes for working with Portlets. |
org.apache.jetspeed.services | |
org.apache.jetspeed.services.portaltoolkit | Services for creating new Portal objects from named Registry entries or PSML configuration entries. |
org.apache.jetspeed.services.portletfactory | Helper classes for handling the creation of Portlet objects. |
org.apache.jetspeed.util.template |
Uses of SecurityReference in org.apache.jetspeed.modules.actions.portlets |
Methods in org.apache.jetspeed.modules.actions.portlets that return SecurityReference | |
protected SecurityReference |
CustomizeSetAction.getSecurityReference(org.apache.turbine.util.RunData rundata,
java.lang.String path)
Get the security reference from the outer portlet set |
Uses of SecurityReference in org.apache.jetspeed.om |
Classes in org.apache.jetspeed.om that implement SecurityReference | |
class |
BaseSecurityReference
BaseSecurityReference |
Uses of SecurityReference in org.apache.jetspeed.om.profile |
Methods in org.apache.jetspeed.om.profile that return SecurityReference | |
SecurityReference |
Portlets.getSecurityRef()
Getter for property securityRef. |
SecurityReference |
Parameter.getSecurityRef()
Getter for property securityRef. |
SecurityReference |
Entry.getSecurityRef()
Getter for property securityRef. |
Methods in org.apache.jetspeed.om.profile with parameters of type SecurityReference | |
void |
Portlets.setSecurityRef(SecurityReference securityRef)
Setter for property securityRef. |
void |
Parameter.setSecurityRef(SecurityReference securityRef)
Setter for property securityRef. |
void |
Entry.setSecurityRef(SecurityReference securityRef)
Setter for property securityRef. |
Uses of SecurityReference in org.apache.jetspeed.om.profile.psml |
Methods in org.apache.jetspeed.om.profile.psml that return SecurityReference | |
SecurityReference |
PsmlReference.getSecurityRef()
Getter for property securityRef. |
SecurityReference |
PsmlPortlets.getSecurityRef()
Getter for property securityRef. |
SecurityReference |
PsmlParameter.getSecurityRef()
Getter for property securityRef. |
SecurityReference |
PsmlEntry.getSecurityRef()
Getter for property securityRef. |
Methods in org.apache.jetspeed.om.profile.psml with parameters of type SecurityReference | |
void |
PsmlReference.setSecurityRef(SecurityReference securityRef)
Setter for property securityRef. |
void |
PsmlPortlets.setSecurityRef(SecurityReference securityRef)
Setter for property securityRef. |
void |
PsmlParameter.setSecurityRef(SecurityReference securityRef)
Setter for property securityRef. |
void |
PsmlEntry.setSecurityRef(SecurityReference securityRef)
Setter for property securityRef. |
Uses of SecurityReference in org.apache.jetspeed.om.registry |
Methods in org.apache.jetspeed.om.registry that return SecurityReference | |
SecurityReference |
SecurityEntry.getSecurityRef()
Getter for property securityRef. |
SecurityReference |
RegistryEntry.getSecurityRef()
Getter for property securityRef. |
Methods in org.apache.jetspeed.om.registry with parameters of type SecurityReference | |
void |
SecurityEntry.setSecurityRef(SecurityReference securityRef)
Setter for property securityRef. |
void |
RegistryEntry.setSecurityRef(SecurityReference securityRef)
Setter for property securityRef. |
Uses of SecurityReference in org.apache.jetspeed.om.registry.base |
Fields in org.apache.jetspeed.om.registry.base declared as SecurityReference | |
protected SecurityReference |
BaseRegistryEntry.securityRef
Holds value of property securityRef. |
Methods in org.apache.jetspeed.om.registry.base that return SecurityReference | |
SecurityReference |
BaseRegistryEntry.getSecurityRef()
Getter for property securityId. |
Methods in org.apache.jetspeed.om.registry.base with parameters of type SecurityReference | |
void |
BaseRegistryEntry.setSecurityRef(SecurityReference securityRef)
Setter for property securityId. |
Uses of SecurityReference in org.apache.jetspeed.portal |
Methods in org.apache.jetspeed.portal that return SecurityReference | |
SecurityReference |
PortletConfig.getSecurityRef()
Getter for property securityRef. |
SecurityReference |
BasePortletConfig.getSecurityRef()
Getter for property securityRef. |
Methods in org.apache.jetspeed.portal with parameters of type SecurityReference | |
void |
PortletConfig.setSecurityRef(SecurityReference securityRef)
Setter for property securityRef. |
void |
BasePortletConfig.setSecurityRef(SecurityReference securityRef)
Setter for property securityRef. |
Uses of SecurityReference in org.apache.jetspeed.services |
Methods in org.apache.jetspeed.services that return SecurityReference | |
static SecurityReference |
PortalToolkit.getDefaultSecurityRef(Profile profile)
Gets default security ref based on the profile type (user|role|group). |
static SecurityReference |
PortalToolkit.getDefaultSecurityRef(java.lang.String type)
Gets default security ref based on the profile type (user|role|group). |
static SecurityReference |
JetspeedSecurity.getSecurityReference(Entry entry,
JetspeedRunData rundata)
Utility method for retreiving the correct security reference based on profile and registry information. |
Uses of SecurityReference in org.apache.jetspeed.services.portaltoolkit |
Methods in org.apache.jetspeed.services.portaltoolkit that return SecurityReference | |
SecurityReference |
PortalToolkitService.getDefaultSecurityRef(Profile profile)
Gets default security ref based on the profile type (user|role|group). |
SecurityReference |
PortalToolkitService.getDefaultSecurityRef(java.lang.String type)
Gets default security ref based on the profile type (user|role|group). |
SecurityReference |
JetspeedPortalToolkitService.getDefaultSecurityRef(Profile profile)
Gets default security ref based on the profile type (user|role|group). |
SecurityReference |
JetspeedPortalToolkitService.getDefaultSecurityRef(java.lang.String type)
Gets default security ref based on the profile type (user|role|group). |
Uses of SecurityReference in org.apache.jetspeed.services.portletfactory |
Methods in org.apache.jetspeed.services.portletfactory that return SecurityReference | |
protected SecurityReference |
JetspeedPortletFactoryService.getSecurityReference(Entry entry,
PortletEntry pEntry)
Figures out how to produce a security reference for this portlet. |
Uses of SecurityReference in org.apache.jetspeed.util.template |
Methods in org.apache.jetspeed.util.template that return SecurityReference | |
SecurityReference |
JetspeedTool.getSecurityReference(Entry entry)
Retreives the correct SecurityReference for the portlet based on the current profile and the request. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |