net.incongru.berkano.security
Class Permission
java.lang.Object
net.incongru.berkano.security.Permission
Deprecated. currently unused - staying there for now just as a reminder
public class Permission
- extends java.lang.Object
A permission. Usually, permissions seem to be represented as Strings, but I'd rather have an object.
If a description is required, it should be provided by a translation service, based on the name of the
permission. The permission's name should be unique.
A permission is the smallest possible unit of security "lock".
- Version:
- $Revision: 1.2 $
- Author:
- greg, $Author: gj $ (last edit)
- See Also:
Role
|
Method Summary |
java.lang.String |
getName()
Deprecated. |
protected void |
setName(java.lang.String name)
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Permission
public Permission()
- Deprecated.
getName
public java.lang.String getName()
- Deprecated.
setName
protected void setName(java.lang.String name)
- Deprecated.
Copyright © 2004-2007. All Rights Reserved.