====== JClientHelper ====== {#JAPI Joomla.Framework Client JClientHelper #} Client helper class ===== Methods ===== ^ Method ^ Description ^ | [[JClientHelper-getCredentials|{{references:Method.png?nolink}}]] [[JClientHelper-getCredentials|getCredentials]] | Method to return the array of client layer configuration options | | [[JClientHelper-hasCredentials|{{references:Method.png?nolink}}]] [[JClientHelper-hasCredentials|hasCredentials]] | Method to determine if client login credentials are present | | [[JClientHelper-setCredentials|{{references:Method.png?nolink}}]] [[JClientHelper-setCredentials|setCredentials]] | Method to set client login credentials | | [[JClientHelper-setCredentialsFromRequest|{{references:Method.png?nolink}}]] [[JClientHelper-setCredentialsFromRequest|setCredentialsFromRequest]] | Determine wether input fields for client settings need to be shown

If valid credentials were passed along with the request, they are saved to the session. This functions returns an exeption if invalid credentials have been given or if the connection to the server failed for some other reason.

| ---- ~~DISCUSSION~~