Package

core3.http.controllers

noauth

Permalink

package noauth

Visibility
  1. Public
  2. All

Type Members

  1. class ClientController extends ClientControllerBase[NoAuthUserToken]

    Permalink

    Play controller definition for implementing user-facing services.

    Play controller definition for implementing user-facing services.

    Notes:
    - Provides no authentication and authorization.
    - Only public actions are allowed.

  2. class ServiceController extends ServiceControllerBase[NoAuthUserToken]

    Permalink

    Play controller definition for implementing public-only non-user services.

    Play controller definition for implementing public-only non-user services.

    Notes:
    - Provides no authentication and authorization.
    - Only public actions are allowed.

Ungrouped