Uses of Class
com.atlassian.crowd.exception.OperationNotSupportedException
Packages that use OperationNotSupportedException
-
Uses of OperationNotSupportedException in com.atlassian.crowd.embedded.api
Methods in com.atlassian.crowd.embedded.api that throw OperationNotSupportedExceptionModifier and TypeMethodDescriptionCrowdDirectoryService.getPasswordComplexityMessage
(long directoryId) Get password complexity message which is displayed to end user when they try to set a password which does not match the directory's (internal only) password complexity policy.CrowdDirectoryService.getPasswordPolicyConfiguration
(long directoryId) Retrieve password policy configuration of an internal directory.void
CrowdDirectoryService.setPasswordPolicyConfiguration
(long directoryId, PasswordPolicyConfiguration passwordPolicyConfiguration, String passwordComplexityMessage) Store password policy configuration for an internal directory and a passwordComplexityMessage which is displayed when a user tries to set a non-compliant password. -
Uses of OperationNotSupportedException in com.atlassian.crowd.embedded.core
Methods in com.atlassian.crowd.embedded.core that throw OperationNotSupportedExceptionModifier and TypeMethodDescriptionCrowdDirectoryServiceImpl.getPasswordComplexityMessage
(long directoryId) CrowdDirectoryServiceImpl.getPasswordPolicyConfiguration
(long directoryId) void
CrowdDirectoryServiceImpl.setPasswordPolicyConfiguration
(long directoryId, PasswordPolicyConfiguration passwordPolicyConfiguration, String passwordComplexityMessage)