Package org.ldaptive.extended
Class PasswordModifyResponseParser
- java.lang.Object
-
- org.ldaptive.extended.PasswordModifyResponseParser
-
public final class PasswordModifyResponseParser extends Object
Utility class for parsing the responseValue from a password generation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classPasswordModifyResponseParser.GenPasswdHandlerParse handler implementation for the genPasswd.
-
Constructor Summary
Constructors Modifier Constructor Description privatePasswordModifyResponseParser()Default constructor.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringparse(ExtendedResponse response)Parse the supplied extended operation response.
-
-
-
Method Detail
-
parse
public static String parse(ExtendedResponse response)
Parse the supplied extended operation response.- Parameters:
response- from a password modify extended operation- Returns:
- generated password
-
-