package
2.0.0-beta-001+incompatible
Repository: https://github.com/cloudfoundry/stratos.git
Documentation: pkg.go.dev

# Packages

Package config allows a struct-loading approach to configuration.
No description provided by the author
No description provided by the author

# Constants

CFAdminIdentifier - The scope that Cloud Foundry uses to convey administrative level perms.
ClientRequestDateHeader Custom header for getting date form client.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SessionExpiresOnHeader Custom header for communicating the session expiry time to clients.
Session cookies expire after 20 minutes.
TimeoutBoundary represents the amount of time we'll wait for the database server to come online before we bail out.
No description provided by the author
No description provided by the author
UAAAdminIdentifier - The identifier that UAA uses to convey administrative level perms.
TimeoutBoundary represents the amount of time we'll wait for the database server to come online before we bail out.
TimeoutBoundary represents the amount of time we'll wait for the database server to come online before we bail out.
TimeoutBoundary represents the amount of time we'll wait for the database server to come online before we bail out.
XSRFTokenCookie - XSRF Token Cookie name.
XSRFTokenHeader - XSRF Token Header name.
XSRFTokenSessionName - XSRF Token Session name.

# Variables

EmptyCookieMatcher - Used to detect and remove empty Cookies sent by certain browsers.

# Structs

Endpoint - This represents the CNSI endpoint.
SessionValueNotFound - Error returned when a requested key was not found in the session.
UAAResponse - Response returned by Cloud Foundry UAA Service.

# Interfaces

HttpSessionStore - Interface for a store that can manage HTTP Sessions.

# Type aliases

LoginHookFunc - function that can be hooked into a successful user login.