Package org.ldaptive.extended
Class WhoAmIResponseParser
- java.lang.Object
-
- org.ldaptive.extended.WhoAmIResponseParser
-
public final class WhoAmIResponseParser extends java.lang.Object
Utility class for parsing the responseValue from a whoami extended operation.- 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
-
-