| java.lang.Object | |
| ↳ | com.atlassian.confluence.user.AuthenticatorOverwrite |
Disables Web Sudo and other password confirmation features when a custom authenticator is configured. An administrator can override this behaviour by setting a system property, "-Dpassword.confirmation.disabled=false" to reenable these features.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | FLAG | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns
true if the authenticator configured in seraph-config.xml is not one of the ones shipped with Confluence,
otherwise false. | |||||||||||
If the system property 'password.confirmation.disabled' is set, returns the value of that property converted to a boolean.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns true if the authenticator configured in seraph-config.xml is not one of the ones shipped with Confluence,
otherwise false.
If the system property 'password.confirmation.disabled' is set, returns the value of that property converted to a boolean.
If the system property 'password.confirmation.disabled' is not set, returns the same value as isCustomAuthenticator().

