| Package | Description |
|---|---|
| org.jboss.aerogear.security.auth | |
| org.jboss.aerogear.security.authz | |
| org.jboss.aerogear.security.rest.service |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationManager.login(AeroGearUser aeroGearUser)
Logs in the specified
AeroGearUser. |
void |
CredentialFactory.setCredential(AeroGearUser aeroGearUser)
Sets the identity required on authentication provider.
|
| Modifier and Type | Method and Description |
|---|---|
AeroGearUser |
IdentityManagement.get(String id)
Get an
AeroGearUser |
| Modifier and Type | Method and Description |
|---|---|
List<AeroGearUser> |
IdentityManagement.findAllByRole(String role)
Get All the users
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityManagement.create(AeroGearUser aeroGearUser)
This method creates a new
AeroGearUser |
void |
IdentityManagement.remove(AeroGearUser aeroGearUser)
Remove an
AeroGearUser |
void |
IdentityManagement.GrantMethods.to(AeroGearUser aeroGearUser)
This method applies roles specified on
IdentityManagement.grant(String...) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
AuthenticationServiceImpl.login(AeroGearUser aeroGearUser)
Logs in the specified
AeroGearUser |
javax.ws.rs.core.Response |
AuthenticationService.login(AeroGearUser aeroGearUser) |
javax.ws.rs.core.Response |
AuthenticationServiceImpl.otpLogin(AeroGearUser aeroGearUser)
Logs in the specified
AeroGearUser with the provided OTP |
javax.ws.rs.core.Response |
AuthenticationService.otpLogin(AeroGearUser aeroGearUser) |
javax.ws.rs.core.Response |
AuthenticationServiceImpl.register(AeroGearUser aeroGearUser)
AeroGearUser registration |
javax.ws.rs.core.Response |
AuthenticationService.register(AeroGearUser aeroGearUser) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.