Package org.ldaptive.extended
Class PasswordModifyResponseParser
- java.lang.Object
-
- org.ldaptive.extended.PasswordModifyResponseParser
-
public final class PasswordModifyResponseParser extends java.lang.Object
Utility class for parsing the responseValue from a password generation.- Author:
- Middleware Services
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
parse(ExtendedResponse response)
Parse the supplied extended operation response.
-
-
-
Method Detail
-
parse
public static java.lang.String parse(ExtendedResponse response)
Parse the supplied extended operation response.- Parameters:
response
- from a password modify extended operation- Returns:
- generated password
-
-