Jelix 1.8.8

jAcl2JAuthAdapter
in package
implements jAcl2AuthAdapterInterface2

Adapter to jAuth for jAcl2.

Tags
since
1.7.6

Interfaces, Classes and Traits

jAcl2AuthAdapterInterface2
Interface for authentication adapters for jAcl2.

Table of Contents

getCurrentUserLogin()  : mixed
{@inheritdoc}
getUserAdminProfilUrl()  : string
getUserProfilUrl()  : string
isUserConnected()  : mixed
{@inheritdoc}

Methods

getCurrentUserLogin()

{@inheritdoc}

public getCurrentUserLogin() : mixed
Tags
Return values
mixed

getUserAdminProfilUrl()

public getUserAdminProfilUrl(mixed $login) : string
Parameters
$login : mixed
Tags
Return values
string

the url to the profile of the given user from the user administration. If empty, there is no a page to show the profile.

getUserProfilUrl()

public getUserProfilUrl(mixed $login) : string
Parameters
$login : mixed
Tags
Return values
string

the url to the public profile of the given user. If empty, there is no a page to show the profile.

Search results