controllers

package
v0.11.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2014 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	*revel.Controller
}

func (App) Index

func (c App) Index() revel.Result

func (App) Login

func (c App) Login(assertion string) revel.Result

func (App) Logout

func (c App) Logout() revel.Result

type LoginResult

type LoginResult struct {
	StatusCode int
	Message    string
}

func (LoginResult) Apply

func (r LoginResult) Apply(req *revel.Request, resp *revel.Response)

type PersonaResponse

type PersonaResponse struct {
	Status   string `json:"status"`
	Email    string `json:"email"`
	Audience string `json:"audience"`
	Expires  int64  `json:"expires"`
	Issuer   string `json:"issuer"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL