GNDMS 0.6.0
RESTful verison of GNDMS
Public Member Functions | Private Attributes | Static Private Attributes

de.zib.gndms.model.common.PermissionInfo Class Reference

A class to store information about task permissions. More...

Inherits java::io::Serializable.

List of all members.

Public Member Functions

Serializable getCredential ()
void setCredential (final Serializable credential)
 PermissionInfo (String userName)
 PermissionInfo (String cn, String config)
 PermissionInfo (PermissionInfo pi)
String getUserName ()
void setUserName (String userName)
String getPermissionConfigletName ()
void setPermissionConfigletName (String permissionConfigletName)

Private Attributes

String userName
String permissionConfigletName
Serializable credential

Static Private Attributes

static final long serialVersionUID = -5056270282074831436L

Detailed Description

A class to store information about task permissions.

Usually instantiated in the middleware when creating the task. It also provides access to the PermissionConfiglet.

Author:
try ma ik jo rr a zib
Version:
$Id$

User: mjorra, Date: 06.01.2009, Time: 13:58:52

Note:
Currently only the username is stored, later this place can and should be used to store more advanced infos like the certificate information and the like.

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables