The following topics describe classes used by the checkPassword method of JAscAuth to return information.
The checkPassword method of JAscAuth optionally returns a JAscUser object with information about the user being authenticated.
public JAscUser()
The checkPassword method of JAscAuth optionally returns a JAscUser object with information about the user being authenticated. One of the fields in JAscUser is a JAscLoginRestrict object, which contains the user's login disabled flag.
public JAscLoginRestrict()
The checkPassword method of JAscAuth optionally returns a JAscUser object with information about the user being authenticated. One of the fields in JAscUser is a JAscPassRestrict object, which contains password expiration information.
public JAscPassRestrict()