public interface AuthenticationManager
AeroGearUser| Modifier and Type | Method and Description |
|---|---|
void |
login(AeroGearUser aeroGearUser)
Logs in the specified
AeroGearUser. |
void |
logout()
Logs out the specified
AeroGearUser from the system. |
void login(AeroGearUser aeroGearUser)
AeroGearUser.aeroGearUser - represents a simple implementation that holds user's credentials.AeroGearSecurityException - on login failure.void logout()
AeroGearUser from the system.AeroGearSecurityException - on logout failure.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.