Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

edu.virtualschool.jwaa.AccountAbstraction Interface Reference

Inheritance diagram for edu.virtualschool.jwaa.AccountAbstraction:

edu.virtualschool.jwaa.GenericAccount List of all members.

Detailed Description

The person interface specifies the single method that JWAA needs to compare capabilities, thus determining whether an person is authorized to view a given page.

Definition at line 9 of file AccountAbstraction.java.

Public Member Functions

boolean hasRole (RoleAbstraction role)
boolean isNull ()
String getIdentity ()


The documentation for this interface was generated from the following file: