Class LoginDetails
- java.lang.Object
-
- com.atlassian.confluence.event.events.security.LoginDetails
-
- All Implemented Interfaces:
Serializable
public class LoginDetails extends Object implements Serializable
POJO class to help include additional details with login events- Since:
- 7.5
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LoginDetails.CaptchaState
static class
LoginDetails.LoginSource
-
Field Summary
Fields Modifier and Type Field Description static String
CAPTCHA_KEY
-
Constructor Summary
Constructors Constructor Description LoginDetails(LoginDetails.LoginSource loginSource, @Nullable LoginDetails.CaptchaState captchaState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
LoginDetails.CaptchaState
getCaptchaState()
LoginDetails.LoginSource
getLoginSource()
int
hashCode()
String
toString()
-
-
-
Field Detail
-
CAPTCHA_KEY
public static final String CAPTCHA_KEY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LoginDetails
public LoginDetails(LoginDetails.LoginSource loginSource, @Nullable LoginDetails.CaptchaState captchaState)
-
-
Method Detail
-
getLoginSource
public LoginDetails.LoginSource getLoginSource()
-
getCaptchaState
public LoginDetails.CaptchaState getCaptchaState()
-
-