Documentation
¶
Index ¶
- Constants
- func ChangePasswordHandler(peopleStore people.Store) http.Handler
- func Favicon16x16Handler() http.Handler
- func Favicon32x32Handler() http.Handler
- func FaviconHandler() http.Handler
- func HealthHandler(peopleStore people.Store) http.Handler
- func IndexHandler(basePath string, serverSettings *settings.Server, peopleStore people.Store, ...) http.Handler
- func InfoHandler(version, runtimeVersion string) http.Handler
- func LoadLoginTemplate(filename string) error
- func LoadLogoutTemplate(filename string) error
- func LoginHandler(basePath string, peopleStore people.Store, clientStore clients.Store, ...) http.Handler
- func LogoutHandler(basePath string, serverSettings *settings.Server, sessionStore sessions.Store, ...) http.Handler
- func LookupPersonHandler(peopleStore people.Store, customVersions map[string]settings.CustomPeopleAPI, ...) http.Handler
- func MainScriptHandler() http.Handler
- func PutPersonHandler(peopleStore people.Store) http.Handler
- func StyleHandler() http.Handler
- type PasswordChange
Constants ¶
View Source
const ErrorAccessDenied = "access_denied"
Variables ¶
This section is empty.
Functions ¶
func Favicon16x16Handler ¶
func Favicon32x32Handler ¶
func FaviconHandler ¶
func IndexHandler ¶
func InfoHandler ¶
func LoadLoginTemplate ¶
func LoadLogoutTemplate ¶
func LoginHandler ¶
func LogoutHandler ¶
func LookupPersonHandler ¶
func LookupPersonHandler(peopleStore people.Store, customVersions map[string]settings.CustomPeopleAPI, roleMappings oauth2.RoleMappings) http.Handler
func MainScriptHandler ¶
func StyleHandler ¶
Types ¶
type PasswordChange ¶
Click to show internal directories.
Click to hide internal directories.