public interface PasswordPolicyResponder
PasswordPolicyOperation.| Modifier and Type | Method and Description |
|---|---|
PasswordWarning |
process(PasswordPolicyOperation operation)
Execute the
operation and translate the outcome as follows:
SUCCESS: return null
WARNING: return PasswordWarning
FAILURE: throw PasswordException
|
PasswordWarning process(PasswordPolicyOperation operation) throws PasswordException
operation and translate the outcome as follows:
PasswordWarningPasswordExceptionoperation - An operation whose outcome implies password policy
informationPasswordWarning if warnings are present, or null
if completely successful.PasswordException - If the operation was a failure.Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.