public interface

CookieSettings

org.apache.archiva.redback.policy.CookieSettings
Known Indirect Subclasses

Class Overview

CookieSettings

Summary

Public Methods
abstract int getCookieTimeout()
Gets the Cookie timeout (in minutes) for the signon cookie.
abstract String getDomain()
Gets the domain to use for the signon cookie.
abstract String getPath()
Gets the path to use for the signon cookie.
abstract void initialize()
abstract boolean isEnabled()
Enable or disables the remember me features of the application.

Public Methods

public abstract int getCookieTimeout ()

Gets the Cookie timeout (in minutes) for the signon cookie.

Returns
  • the timeout in minutes

public abstract String getDomain ()

Gets the domain to use for the signon cookie.

Returns
  • the domain

public abstract String getPath ()

Gets the path to use for the signon cookie.

Returns
  • the path

public abstract void initialize ()

public abstract boolean isEnabled ()

Enable or disables the remember me features of the application.

Returns
  • true if remember me settings are enabled.