public class KerberosReturnCodeParser extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CANNOT_GET_KDC_FOR_REALM |
static String |
CLIENT_NOT_FOUND_RETURN_MSG |
static String |
CLOCK_SKEW_TOO_GREAT_RETURN_MSG |
static String |
CONNECTION_TIMED_OUT |
static String |
INVALID_PRE_AUTH_RETURN_MSG |
static String |
PASSWORD_EXPIRED |
static String |
SERVER_NOT_FOUND_RETURN_MSG |
static String |
USER_ACCOUNT_DISABLED_OR_LOCKED_RETURN_MSG |
static String |
WRONG_REALM |
Constructor and Description |
---|
KerberosReturnCodeParser() |
public static final String INVALID_PRE_AUTH_RETURN_MSG
public static final String CLOCK_SKEW_TOO_GREAT_RETURN_MSG
public static final String SERVER_NOT_FOUND_RETURN_MSG
public static final String CLIENT_NOT_FOUND_RETURN_MSG
public static final String USER_ACCOUNT_DISABLED_OR_LOCKED_RETURN_MSG
public static final String CANNOT_GET_KDC_FOR_REALM
public static final String CONNECTION_TIMED_OUT
public static final String WRONG_REALM
public static final String PASSWORD_EXPIRED
public AuthenticationResult parse(String returnMessage)
Copyright © 2012. All Rights Reserved.