| AbstractCaptchaProvider |
The AbstractCaptchaProvider is an abstract class providing a base structure for captcha providers.
|
| ApplicationBean |
This object is intended to represent the single row of data in the table application.
|
| ApplicationBean.ThemeInfo |
Hold the names of the available themes, the name of the default theme,
and the base directory that contains the theme directories.
|
| BaseResourceBean |
|
| CaptchaBundle |
Represents a bundle containing a CAPTCHA image in Base64 format, the associated code,
and a unique challenge identifier.
|
| CaptchaServiceBean |
This class provides services related to CAPTCHA challenges and validation.
|
| Classes2Classes |
a class representing a direct subsumption relationship
between two ontology classes
|
| DataProperty |
class representing a property that relates an entity (object)
to a data literal
|
| DataPropertyComparator |
|
| DataPropertyStatementImpl |
a class representing an particular instance of a data property
|
| Datatype |
|
| DisplayMessage |
Store a message in the session, so it can be displayed on the page.
|
| DummyCaptchaProvider |
DummyCaptchaProvider is a concrete implementation of AbstractCaptchaProvider,
serving as a fallback when CAPTCHA is disabled.
|
| FauxProperty |
Represents a specialization on an ObjectProperty, only meaningful for
display.
|
| IndividualImpl |
Represents a single entity record.
|
| NanocaptchaProvider |
NanocaptchaProvider generates and manages captcha challenges using Nanocaptcha.
|
| ObjectProperty |
a class representing an object property
|
| ObjectProperty.DisplayComparator |
Sorts Property objects, by property rank, then alphanumeric.
|
| ObjectPropertyStatementImpl |
a class representing a particular instance of an object property
|
| ObjectPropertyStatementImpl.DisplayComparator |
Sorts entity object for display presentation.
|
| Ontology |
A representation of an OWL ontology resource
[kwg8-08/01/07] unified get*, set* methods with style in VClass.java
|
| PermissionSet |
Reflects a collection of Permissions that can be made available to a user.
|
| Property |
|
| Property.DisplayComparatorIgnoringPropertyGroup |
Sorts Property objects, by property rank, then alphanumeric.
|
| PropertyGroup |
|
| PropertyInstance |
Represents a Vitro object property instance.
|
| ReCaptchaResponse |
Represents the response from Google's reCAPTCHA API.
|
| Recaptchav2Provider |
Recaptchav2Provider generates and manages captcha challenges using Google RECAPTCHAv2.
|
| RefreshCaptchaController |
|
| SelfEditingConfiguration |
Holds the configuration properties used in Self-Editing, and some commonly
used methods on those properties.
|
| UserAccount |
Information about the account of a user.
|
| VClass |
A Java class representing an ontology ("Vitro") class
[kwg8-07/30/07]: comments
[kwg8-07/30/07]: comments, naming cleanup
|
| VClassGroup |
|
| VClassList |
simple class that extends vclass to include a list of entites that are
members of that class.
|