Uses of Enum Class
com.atlassian.bitbucket.auth.RememberMeMode
Packages that use RememberMeMode
-
Uses of RememberMeMode in com.atlassian.bitbucket.auth
Methods in com.atlassian.bitbucket.auth that return RememberMeModeModifier and TypeMethodDescriptionstatic RememberMeMode
static RememberMeMode
Returns the enum constant of this class with the specified name.static RememberMeMode[]
RememberMeMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RememberMeMode in com.atlassian.bitbucket.server
Methods in com.atlassian.bitbucket.server that return RememberMeModeModifier and TypeMethodDescriptionApplicationPropertiesService.getRememberMeMode()
Gets whether remember-me authentication is disabled, always performed or only performed when a checkbox is checked on the login form.