Modifier and Type | Method and Description |
---|---|
AccountProvider |
AccountProvider.setUser(UserModel user) |
Modifier and Type | Method and Description |
---|---|
AccountProvider |
FreeMarkerAccountProvider.setUser(UserModel user) |
Constructor and Description |
---|
AccountBean(UserModel user) |
AccountSocialBean(RealmModel realm,
UserModel user,
URI baseUri) |
TotpBean(UserModel user,
URI baseUri) |
Modifier and Type | Method and Description |
---|---|
Audit |
Audit.user(UserModel user) |
Modifier and Type | Method and Description |
---|---|
boolean |
AuthenticationProviderManager.updatePassword(UserModel user,
String password) |
AuthProviderStatus |
AuthenticationProviderManager.validatePassword(UserModel user,
String password) |
Modifier and Type | Method and Description |
---|---|
protected AuthUser |
AbstractModelAuthenticationProvider.createAuthenticatedUserInstance(UserModel user) |
Modifier and Type | Method and Description |
---|---|
EmailProvider |
EmailProvider.setUser(UserModel user) |
Modifier and Type | Method and Description |
---|---|
EmailProvider |
FreeMarkerEmailProvider.setUser(UserModel user) |
Modifier and Type | Method and Description |
---|---|
LoginFormsProvider |
LoginFormsProvider.setUser(UserModel user) |
Modifier and Type | Method and Description |
---|---|
FreeMarkerLoginFormsProvider |
FreeMarkerLoginFormsProvider.setUser(UserModel user) |
Constructor and Description |
---|
ProfileBean(UserModel user) |
TotpBean(RealmModel realm,
UserModel user,
URI baseUri) |
Modifier and Type | Method and Description |
---|---|
UserModel |
RealmModel.addUser(String username) |
UserModel |
RealmModel.addUser(String id,
String username) |
UserModel |
UserSessionModel.getUser() |
UserModel |
RealmModel.getUser(String name) |
UserModel |
RealmModel.getUserByEmail(String email) |
UserModel |
RealmModel.getUserById(String name) |
UserModel |
RealmModel.getUserBySocialLink(SocialLinkModel socialLink) |
Modifier and Type | Method and Description |
---|---|
List<UserModel> |
RealmModel.getUsers() |
List<UserModel> |
RealmModel.searchForUser(String search) |
List<UserModel> |
RealmModel.searchForUserByAttributes(Map<String,String> attributes) |
Modifier and Type | Class and Description |
---|---|
class |
UserAdapter |
Modifier and Type | Method and Description |
---|---|
UserModel |
RealmAdapter.addUser(String username) |
UserModel |
RealmAdapter.addUser(String id,
String username) |
UserModel |
UserSessionAdapter.getUser() |
UserModel |
RealmAdapter.getUser(String name) |
UserModel |
RealmAdapter.getUserByEmail(String email) |
UserModel |
RealmAdapter.getUserById(String id) |
UserModel |
RealmAdapter.getUserBySocialLink(SocialLinkModel socialLink) |
Modifier and Type | Method and Description |
---|---|
List<UserModel> |
RealmAdapter.getUsers() |
List<UserModel> |
RealmAdapter.searchForUser(String search) |
List<UserModel> |
RealmAdapter.searchForUserByAttributes(Map<String,String> attributes) |
Modifier and Type | Method and Description |
---|---|
UserModel |
UserSessionAdapter.getUser() |
UserModel |
RealmAdapter.getUserByEmail(String email) |
UserModel |
RealmAdapter.getUserById(String id) |
UserModel |
RealmAdapter.getUserBySocialLink(SocialLinkModel socialLink) |
Modifier and Type | Method and Description |
---|---|
protected List<UserModel> |
RealmAdapter.convertUserEntities(List<MongoUserEntity> userEntities) |
List<UserModel> |
RealmAdapter.getUsers() |
List<UserModel> |
RealmAdapter.searchForUser(String search) |
List<UserModel> |
RealmAdapter.searchForUserByAttributes(Map<String,String> attributes) |
Modifier and Type | Method and Description |
---|---|
static List<MongoRoleEntity> |
MongoModelUtils.getAllRolesOfUser(UserModel user,
MongoStoreInvocationContext invContext) |
Modifier and Type | Method and Description |
---|---|
static UserModel |
KeycloakModelUtils.findUserByNameOrEmail(RealmModel realm,
String username)
Try to find user by given username.
|
Modifier and Type | Field and Description |
---|---|
protected UserModel |
AccessCodeEntry.user |
Modifier and Type | Method and Description |
---|---|
UserModel |
RealmManager.createUser(RealmModel newRealm,
UserRepresentation userRep) |
UserModel |
AuthenticationManager.AuthResult.getUser() |
UserModel |
Auth.getUser() |
UserModel |
AccessCodeEntry.getUser() |
Modifier and Type | Method and Description |
---|---|
List<UserModel> |
RealmManager.searchUsers(String searchString,
RealmModel realmModel)
Query users based on a search string:
"Bill Burke" first and last name
"bburke@redhat.com" email
"Burke" lastname or username
|
Modifier and Type | Method and Description |
---|---|
AccessCodeEntry |
TokenManager.createAccessCode(String scopeParam,
String state,
String redirect,
RealmModel realm,
ClientModel client,
UserModel user,
UserSessionModel session) |
AccessToken |
TokenManager.createClientAccessToken(String scopeParam,
RealmModel realm,
ClientModel client,
UserModel user,
UserSessionModel session) |
AccessToken |
TokenManager.createClientAccessToken(String scopeParam,
RealmModel realm,
ClientModel client,
UserModel user,
UserSessionModel session,
List<RoleModel> realmRolesRequested,
javax.ws.rs.core.MultivaluedMap<String,RoleModel> resourceRolesRequested) |
AccessToken |
AuthenticationManager.createIdentityToken(RealmModel realm,
UserModel user,
UserSessionModel session) |
void |
AuthenticationManager.createLoginCookie(RealmModel realm,
UserModel user,
UserSessionModel session,
javax.ws.rs.core.UriInfo uriInfo,
boolean rememberMe) |
TokenManager.AccessTokenResponseBuilder |
TokenManager.AccessTokenResponseBuilder.generateAccessToken(String scopeParam,
ClientModel client,
UserModel user,
UserSessionModel session) |
UserStats |
ResourceAdminManager.getUserStats(URI requestUri,
RealmModel realm,
ApplicationModel application,
UserModel user) |
UserStats |
ResourceAdminManager.getUserStats(URI requestUri,
RealmModel realm,
ApplicationModel application,
UserModel user,
org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor client) |
void |
TokenManager.initClaims(IDToken token,
ClientModel model,
UserModel user) |
protected IDToken |
TokenManager.initIDToken(RealmModel realm,
ClientModel claimer,
UserModel client,
UserModel user) |
protected AccessToken |
TokenManager.initToken(RealmModel realm,
ClientModel client,
UserModel user,
UserSessionModel session) |
void |
AccessCodeEntry.setUser(UserModel user) |
static UserRepresentation |
ModelToRepresentation.toRepresentation(UserModel user) |
Constructor and Description |
---|
Auth(RealmModel realm,
AccessToken token,
UserModel user,
ClientModel client,
boolean cookie) |
AuthenticationManager.AuthResult(UserModel user,
UserSessionModel session,
AccessToken token) |
Modifier and Type | Method and Description |
---|---|
UserModel |
AdminAuth.getUser() |
Modifier and Type | Method and Description |
---|---|
protected List<RoleRepresentation> |
UsersResource.getAvailableRoles(UserModel user,
Set<RoleModel> available) |
Constructor and Description |
---|
AdminAuth(RealmModel realm,
AccessToken token,
UserModel user,
ClientModel client) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
OAuthFlows.processAccessCode(String scopeParam,
String state,
String redirect,
ClientModel client,
UserModel user,
UserSessionModel session,
String username,
boolean rememberMe,
String authMethod,
Audit audit) |
Copyright © 2014. All Rights Reserved.