Difference:
TWikiLoginManagerDotPm
(4 vs. 5)
Revision 5
2013-10-14 -
TWikiContributor
Line: 3 to 3
The package is also a Factory for login managers and also the base class for all login managers.
Changed:
<
<
On it's own, an object of this class is used when you specify 'none' in
>
>
On its own, an object of this class is used when you specify 'none' in
the security setup section of
configure
. When it is used, logins are not supported. If you want to authenticate users then you should
Line: 43 to 43
The last step in TWiki::new is to find the user, using whatever user mapping manager is in place.
Deleted:
<
<
ObjectData
twiki
The TWiki object this login manager is attached to.
On this page:
StaticMethod makeLoginManager
($twiki) -> $TWiki::LoginManager
ClassMethod new
($session,$impl)
ObjectMethod finish
()
ClassMethod _real_trace
($session,$impl)
ClassMethod _IP2SID
($session,$impl)
ObjectMethod loadSession
($defaultUser) -> $login
ObjectMethod checkAccess
()
ObjectMethod complete
()
StaticMethod expireDeadSessions
()
ObjectMethod userLoggedIn
($login,$wikiname)
ObjectMethod _myScriptURLRE
($thisl)
ObjectMethod _rewriteURL
($thisl)
ObjectMethod _rewriteFORM
($thisl)
ObjectMethod endRenderingHandler
()
ObjectMethod _pushCookie
($thisl)
ObjectMethod addCookie
($c)
ObjectMethod modifyHeader
(\%header)
ObjectMethod redirectCgiQuery
($url)
ObjectMethod getSessionValues
() -> \%values
ObjectMethod getSessionValue
($name) -> $value
ObjectMethod setSessionValue
($name,$value)
ObjectMethod clearSessionValue
($name) -> $boolean
ObjectMethod forceAuthentication
() -> boolean
ObjectMethod loginUrl
(...) -> $url
ObjectMethod getUser
()
ObjectMethod _LOGIN
($thisl)
ObjectMethod _LOGOUTURL
($thisl)
ObjectMethod _LOGOUT
($thisl)
ObjectMethod _AUTHENTICATED
($thisl)
ObjectMethod _CANLOGIN
($thisl)
ObjectMethod _SESSION_VARIABLE
($thisl)
ObjectMethod _LOGINURL
($thisl)
ObjectMethod _dispLogon
($thisl)
PrivateMethod _skinSelect ()
View topic
|
H
istory
:
r5
<
r4
<
r3
<
r2
|
More topic actions...
Copyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback
Note:
Please contribute updates to this topic on TWiki.org at
TWiki:TWiki.TWikiLoginManagerDotPm
.