Package com.axelor.events
Class PostLogin
- java.lang.Object
-
- com.axelor.events.LoginEvent
-
- com.axelor.events.PostLogin
-
public class PostLogin extends LoginEvent
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getError()
User
getUser()
boolean
isFailure()
boolean
isSuccess()
-
Methods inherited from class com.axelor.events.LoginEvent
getCredentials, getPrincipal
-
-
-
-
Field Detail
-
SUCCESS
public static final String SUCCESS
- See Also:
- Constant Field Values
-
FAILURE
public static final String FAILURE
- See Also:
- Constant Field Values
-
-