org.apache.avalon.composition.provider
Interface SecurityModel

All Known Implementing Classes:
DefaultSecurityModel

public interface SecurityModel

Specification of a security model.

Version:
$Revision: 1.3 $ $Date: 2004/03/17 10:39:11 $
Author:
Avalon Development Team

Method Summary
 String getName()
          Return the name of the security model.
 Permissions getPermissions()
          Return the set of default permissions.
 

Method Detail

getName

public String getName()
Return the name of the security model.

Returns:
the model name

getPermissions

public Permissions getPermissions()
Return the set of default permissions.

Returns:
the permissions


Copyright © The Apache Software Foundation. All Rights Reserved.