| Modifier and Type | Method and Description |
|---|---|
UserAuthSource |
UserAccountProvider.createSource(UserAccount newUser,
String source,
String screenName,
String body)
Create and associate a new source with the given user.
|
static UserAuthSource |
AuthUtil.createSource(UserAccount newUser,
String source,
String screenName,
String body) |
UserAuthSource |
UserAccountProvider.getBySourceScreenname(String source,
String screenName)
Get the source with the given source name and screen name, or null if no such source exists.
|
static UserAuthSource |
AuthUtil.getBySourceScreenname(String source,
String screenName) |
static UserAuthSource |
AuthUtil.getCurrentSource(javax.servlet.http.HttpServletRequest req)
Get the UserAuthSource for the currently signed in user, or null if no user is signed in.
|
UserAuthSource |
UserAccountProvider.getSource(UserAccount acct,
String source)
Retrieve the named source for the given UserAccount, or null if no such account exists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserActionListener.loggedIn(UserAccount user,
UserAuthSource source)
User logged in using the specified source.
|
static void |
AuthUtil.signOn(javax.servlet.http.HttpServletRequest req,
UserAccount user,
UserAuthSource source)
Mark a user as signed on unless the account is inactive, in which case we throw an error.
|
Copyright © 2018 Orbital Enterprises. All rights reserved.