Package com.spotfire.server.jaas


package com.spotfire.server.jaas
Package containing API for creating a JAAS module for authentication.
Since:
3.0
  • Class
    Description
    A marker interface for classes representing some form of authentication credentials, e.g., a username or a password.
    This class can be used as a base class for Principal implementations representing groups.
    This class can be used as a base class for Principal implementations representing users.
    An abstract base class for LoginModule implementations designed for username-password authentication.
    An interface for credential classes with password properties.
    An interface for credential classes with username properties.