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 classLoginDetails.CaptchaStatestatic classLoginDetails.LoginSource
-
Field Summary
Fields Modifier and Type Field Description static StringCAPTCHA_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 booleanequals(Object o)LoginDetails.CaptchaStategetCaptchaState()LoginDetails.LoginSourcegetLoginSource()inthashCode()StringtoString()
-
-
-
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()
-
-