Class AuthEvent
java.lang.Object
org.bgerp.event.AuthEvent
- All Implemented Interfaces:
Event
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLogin()getUser()booleanvoidsetProcessed(boolean processed) Sets the event processed.voidSets newly created local user.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Event
processing
-
Constructor Details
-
AuthEvent
-
-
Method Details
-
getLogin
- Returns:
- user login.
-
getPassword
- Returns:
- user password.
-
isProcessed
public boolean isProcessed()- Returns:
- the event was processed, newly created user available via
getUser().
-
setProcessed
public void setProcessed(boolean processed) Sets the event processed. Authorization was successfully done by one of plugins.- Parameters:
processed-
-
getUser
- Returns:
- already existing local user with
getLogin().
-
setUser
-