| Interface | Description |
|---|---|
| UserStore |
Interface abstraction for the store of registered users.
|
| Class | Description |
|---|---|
| AppRealm | |
| AppRealmCredentialsMatcher |
Credentials which checks the token to test if it has already
been verified using OpenID.
|
| AppRealmToken |
Authentication tokens used for the AppRealm.
|
| BaseUserStore |
Support for loading a new store from a bootstrap file.
|
| DBUserStore | |
| Login |
Utility functions for registration and login via OpenID.
|
| LoginValidator |
Utility used to validate passwords and login attempts.
|
| MemUserStore |
Non-persistent memory implementation of a UserSore for testing use.
|
| ProcessOpenID | |
| ProcessOpenID.OpenidRequest |
Packaged set of parameters for an OpenID login or registration request.
|
| UserInfo |
Represents the primary information we know about a registered user.
|
| UserPermission |
Struct used to report the permissions that a user has over some path.
|
Copyright © 2015. All rights reserved.