jACOB 2.7 API Documentation.

de.tif.jacob.security
Interface IRole


public interface IRole

Role interface, which has to be implemented by an application developer to provide application specific role information.


Field Summary
static java.lang.String RCS_ID
          The internal revision control system id.
static java.lang.String RCS_REV
          The internal revision control system id in short form.
 
Method Summary
 java.lang.String getName()
          The identifying name of this user role.
 

Field Detail

RCS_ID

static final java.lang.String RCS_ID
The internal revision control system id.

See Also:
Constant Field Values

RCS_REV

static final java.lang.String RCS_REV
The internal revision control system id in short form.

See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
The identifying name of this user role.

Returns:
the identifying name of this role

jACOB 2.7 API Documentation.