Package org.ctan.site.domain.account


package org.ctan.site.domain.account
This package contains domain classes for the authentication and authorisation.
  • Class
    Description
    The enum Role contains the role for a user.
    The class RoleConverter contains the converter from and to Role values to strings.
    The class Ticket represents a request to perform some operation which requires an acknowledgment from the user.
    The domain class User contains the description of a user account on the site.
    The class CtanPrincipal contains the transport object for authentication.
    The class PrintableUser contains the printable attributes of a user.
    The class UserRole represents the mapping from user to its roles.
    The domain class UserStopword contains the description of a forbidden user account name on the site.