Package org.ldaptive.extended
Class PasswordModifyResponseParser
java.lang.Object
org.ldaptive.extended.PasswordModifyResponseParser
Utility class for parsing the responseValue from a password generation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
Parse handler implementation for the genPasswd. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
parse
(ExtendedResponse response) Parse the supplied extended operation response.
-
Constructor Details
-
PasswordModifyResponseParser
private PasswordModifyResponseParser()Default constructor.
-
-
Method Details
-
parse
Parse the supplied extended operation response.- Parameters:
response
- from a password modify extended operation- Returns:
- generated password
-