|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
LoginModule
that implements
base functionality.WikiEngineEvent.SHUTDOWN
and, if detected, marks the thread for death.
true
or false
, depending on
whether a Permission is allowed for the Subject associated with
a supplied WikiSession.
WebContainerAuthorizer
Group
interface.UserProfile
in the user database
that matches a profile having a given login name.
UserProfile
in the user database
that matches a profile having a given login name.
UserProfile
in the user database
that matches a profile having a given login name.
WikiPrincipal
s are considered equal if their
names are equal (case-sensitive).
true
if a Group is known to the GroupManager
(contained in the group cache), false
otherwise.
true
if a Group is known to the GroupManager
(contained in the group cache), false
otherwise.
UserProfile
in the user database
that whose login name, full name, or wiki name matches the supplied
string.
UserProfile
in the user database
that whose login name, full name, or wiki name matches the supplied
string.
UserProfile
in the user database
that matches a profile having a given e-mail address.
UserProfile
in the user database
that matches a profile having a given e-mail address.
UserProfile
in the user database
that matches a profile having a given full name.
UserProfile
in the user database
that matches a profile having a given full name.
UserProfile
in the user database
that matches a profile having a given login name.
UserProfile
in the user database
that matches a profile having a given login name.
UserProfile
in the user database
that matches a profile having a given wiki name.
UserProfile
in the user database
that matches a profile having a given wiki name.
null
Authorizer
in use, which may be
null
.
null
if
the Principal does not have a matching AclEntry.
String
WikiPrincipal.LOGIN_NAME
, WikiPrincipal.FULL_NAME
,
WikiPrincipal.WIKI_NAME
or WikiPrincipal.WIKI_NAME
UserProfile
for the
user in a wiki session.
Document
representing JSPWiki's web
application deployment descriptor.
WikiContext.requiredPermission()
)
and delegating the access check to
AuthorizationManager.checkPermission(WikiSession, Permission)
.
WikiContext.requiredPermission()
)
and delegating the access check to
AuthorizationManager.checkPermission(WikiSession, Permission)
.
true
if the page has valid metadata; that is, it has been parsed.
createGroups
implies createPages
.
DefaultGroupManager.SaveFilter
to the page
manager, so that groups are updated when pages are saved.
Subject
,
callback handler, options and shared state.
Authorizer
.
true
if a supplied string is null or blank
true
if a supplied Role is a built-in Role:
Role.ALL
, Role.ANONYMOUS
, Role.ASSERTED
,
or Role.AUTHENTICATED
.
true
if the web container is configured to protect
certain JSPWiki resources by requiring authentication.
true
if RSS generation is enabled.
true
if one of this WikiSession's user Principals
can be shown to belong to a particular wiki group.
true
if JSPWiki can locate a named JAAS login
configuration.
true
if the JAAS login configuration exists.
true
if JAAS is configured correctly.
true
if the JAAS login configuration was already
set when JSPWiki started up.
true
if a Principal is a member of the group.
true
if a Principal is a member of the group.
true
if the user profile is
new.
true
if the profile has never been
saved before.
true
if the wiki session is newly initialized.
true
if the supplied name is identical to the name
of a built-in Role; that is, the value returned by getName()
for built-in Roles Role.ALL
, Role.ANONYMOUS
,
Role.ASSERTED
, or Role.AUTHENTICATED
.
true
if a custom Java security policy configuration
exists.
true
if the Java security policy is configured
correctly, and it verifies as valid.
true
if the Java security policy file was already
set when JSPWiki started up.
true
if the JSPWiki property
jspwiki.userdatabase.isSharedWithContainer
is true
.
true
if this user database shares user/password data with the
web container; false otherwise.
- isSharedWithContainer() -
Method in class com.ecyrd.jspwiki.auth.user.XMLUserDatabase
- Determines whether the user database shares user/password data with the
web container; always returns
false
.
- isSharedWithContainer() -
Method in class com.ecyrd.jspwiki.auth.UserManager.DummyUserDatabase
-
- isStateFindDefaultTab() -
Method in class com.ecyrd.jspwiki.tags.TabbedSectionTag
-
- isStateGenerateTabBody() -
Method in class com.ecyrd.jspwiki.tags.TabbedSectionTag
-
- isStateGenerateTabMenu() -
Method in class com.ecyrd.jspwiki.tags.TabbedSectionTag
-
- isSubset(String, String) -
Static method in class com.ecyrd.jspwiki.auth.permissions.PagePermission
- Determines whether one target string is a logical subset of the other.
- isUserInRole(WikiSession, Principal) -
Method in class com.ecyrd.jspwiki.auth.AuthorizationManager
- Wrapper method that determines if the Subject associated with a
supplied WikiSession contains a desired Role or GroupPrincipal.
- isUserInRole(WikiSession, Principal) -
Method in class com.ecyrd.jspwiki.auth.authorize.DefaultGroupManager
- Determines whether the Subject associated with a WikiSession is in a
particular role.
- isUserInRole(WikiSession, Principal) -
Method in class com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer
- Determines whether the Subject associated with a WikiSession is in a
particular role.
- isUserInRole(WikiSession, Principal) -
Method in interface com.ecyrd.jspwiki.auth.Authorizer
- Determines whether the Subject associated with a WikiSession is in a
particular role.
- isUserInRole(WikiSession, Principal) -
Method in class com.ecyrd.jspwiki.auth.UserManager.DummyGroupManager
-
- isVariableLink(String) -
Static method in class com.ecyrd.jspwiki.VariableManager
- Returns true if the link is really command to insert
a variable.
- isWhitespaceTrimMode() -
Method in class com.ecyrd.jspwiki.htmltowiki.WhitespaceTrimWriter
-
- ITALIC -
Static variable in class com.ecyrd.jspwiki.TranslatorReader
- Deprecated.
- iterator(int) -
Method in class com.ecyrd.jspwiki.dav.items.DavItem
-
- IteratorTag - Class in com.ecyrd.jspwiki.tags
- Iterates through tags.
- IteratorTag() -
Constructor for class com.ecyrd.jspwiki.tags.IteratorTag
-
java.security.auth.login.config
is set and the
file it points to exists in the file system; returns null
in all other cases.
DefaultUserProfile
objects to a JDBC DataSource, as might typically be provided by a web
container.Role.ALL
, Role.ANONYMOUS
.
AllPermissionCollection
.
AllPermissionCollection
.
AllPermissionCollection
.
Authorizer
.
true
, logs the IP address of the editor on saving.
WikiBackgroundThread.backgroundTask()
method
at the interval specified by #getSleepInterval
.
UserProfile
to the user database, overwriting the
existing profile if it exists.
UserProfile
to the user database, overwriting the
existing profile if it exists.
java.security.policy
is set and the file it
points to exists in the file system; returns null
in all
other cases.
UserProfile
for the user in
a wiki session.
Thread.run()
method starts, but before the WikiBackgroundThread.backgroundTask()
task executes.
WikiContext.requiredPermission()
method.
InputValidator.STANDARD
validator and
additionally checks that the value is not null
or blank.
null
or blank.
web.xml
file.
WikiEngineEvent.SHUTDOWN
event to determine
whether it still needs to run.WikiPrincipal.UNSPECIFIED
.
DefaultUserProfile
objects using XML files for persistence.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |