Uses of Class
com.atlassian.confluence.event.events.security.LoginDetails.CaptchaState
-
Packages that use LoginDetails.CaptchaState Package Description com.atlassian.confluence.event.events.security -
-
Uses of LoginDetails.CaptchaState in com.atlassian.confluence.event.events.security
Methods in com.atlassian.confluence.event.events.security that return LoginDetails.CaptchaState Modifier and Type Method Description LoginDetails.CaptchaStateLoginDetails. getCaptchaState()static LoginDetails.CaptchaStateLoginDetails.CaptchaState. valueOf(String name)Returns the enum constant of this type with the specified name.static LoginDetails.CaptchaState[]LoginDetails.CaptchaState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.event.events.security with parameters of type LoginDetails.CaptchaState Constructor Description LoginDetails(LoginDetails.LoginSource loginSource, @Nullable LoginDetails.CaptchaState captchaState)
-