| org.apache.lenya.cms.ac.usecase.impl.UsecaseAuthorizerImpl
UsecaseAuthorizerImpl | public class UsecaseAuthorizerImpl extends AbstractLogEnabled implements UsecaseAuthorizer,Serviceable,Disposable,Parameterizable(Code) | | Authorizer for usecases.
Supported parameters via
Parameterizable :
version: $Id: UsecaseAuthorizer.java 392449 2006-04-07 23:20:38Z michi $ |
PARAMETER_CONFIGURATION | final protected static String PARAMETER_CONFIGURATION(Code) | | |
USECASE_PARAMETER | final protected static String USECASE_PARAMETER(Code) | | |
VISIT_USECASE | final public static String VISIT_USECASE(Code) | | The name of the pseudo-usecase that governs access to pages.
|
dispose | public void dispose()(Code) | | See Also: org.apache.avalon.framework.activity.Disposable.dispose |
getConfigurationURI | protected String getConfigurationURI(Publication publication)(Code) | | Returns the source URI of the usecase role configuration file for a
certain publication.
Parameters: publication - The publication. A string representing a URI. |
parameterize | public void parameterize(Parameters parameters) throws ParameterException(Code) | | |
service | public void service(ServiceManager _manager) throws ServiceException(Code) | | See Also: org.apache.avalon.framework.service.Serviceable.service(org.apache.avalon.framework.service.ServiceManager) |
|
|