Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 417E0200C46 for ; Wed, 29 Mar 2017 21:56:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 40108160BC5; Wed, 29 Mar 2017 19:56:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DC3E5160BA0 for ; Wed, 29 Mar 2017 21:56:06 +0200 (CEST) Received: (qmail 54125 invoked by uid 500); 29 Mar 2017 19:56:06 -0000 Mailing-List: contact commits-help@jspwiki.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jspwiki.apache.org Delivered-To: mailing list commits@jspwiki.apache.org Received: (qmail 54052 invoked by uid 99); 29 Mar 2017 19:56:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Mar 2017 19:56:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C5FC7E2F03; Wed, 29 Mar 2017 19:56:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: git-site-role@apache.org To: commits@jspwiki.apache.org Date: Wed, 29 Mar 2017 19:56:09 -0000 Message-Id: <85bf653722b24724900a2564d98c8c79@git.apache.org> In-Reply-To: <5950f91d6989465eadac40c6555987eb@git.apache.org> References: <5950f91d6989465eadac40c6555987eb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [05/51] [partial] jspwiki-site git commit: Automatic Site Publish by Buildbot archived-at: Wed, 29 Mar 2017 19:56:09 -0000 http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/d8c50ef6/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/class-use/Role.html ---------------------------------------------------------------------- diff --git a/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/class-use/Role.html b/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/class-use/Role.html deleted file mode 100755 index 66e20ca..0000000 --- a/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/class-use/Role.html +++ /dev/null @@ -1,259 +0,0 @@ - - - - - - - -Uses of Class org.apache.wiki.auth.authorize.Role (Apache JSPWiki Main War 2.10.1 API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
org.apache.wiki.auth.authorize.Role

-
- - - - - - - - - -
-Packages that use Role
org.apache.wiki.auth.authorizeAuthorizer implementation. 
-  -

- - - - - -
-Uses of Role in org.apache.wiki.auth.authorize
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - -
Fields in org.apache.wiki.auth.authorize declared as Role
-static RoleRole.ALL - -
-          All users, regardless of authentication status
-static RoleRole.ANONYMOUS - -
-          If the user hasn't supplied a name
-static RoleRole.ASSERTED - -
-          If the user has supplied a cookie with a username
-static RoleRole.AUTHENTICATED - -
-          If the user has authenticated with the Container or UserDatabase
-protected  Role[]WebContainerAuthorizer.m_containerRoles - -
-          A lazily-initialized array of Roles that the container knows about.
-  -

- - - - - - - - - -
Methods in org.apache.wiki.auth.authorize that return Role
-protected  Role[]WebContainerAuthorizer.getRoles(org.jdom2.Document webxml) - -
-          Protected method that extracts the roles from JSPWiki's web application - deployment descriptor.
-  -

- - - - - - - - - - - - - -
Methods in org.apache.wiki.auth.authorize with parameters of type Role
-static booleanRole.isBuiltInRole(Role role) - -
-          Returns true if a supplied Role is a built-in Role: - ALL, ANONYMOUS, ASSERTED, - or AUTHENTICATED.
- booleanWebContainerAuthorizer.isConstrained(String url, - Role role) - -
-           - Protected method that identifies whether a particular webapp URL is - constrained to a particular Role.
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved. - - http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/d8c50ef6/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/class-use/WebAuthorizer.html ---------------------------------------------------------------------- diff --git a/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/class-use/WebAuthorizer.html b/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/class-use/WebAuthorizer.html deleted file mode 100755 index 080b8f4..0000000 --- a/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/class-use/WebAuthorizer.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - - -Uses of Interface org.apache.wiki.auth.authorize.WebAuthorizer (Apache JSPWiki Main War 2.10.1 API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Interface
org.apache.wiki.auth.authorize.WebAuthorizer

-
- - - - - - - - - -
-Packages that use WebAuthorizer
org.apache.wiki.auth.authorizeAuthorizer implementation. 
-  -

- - - - - -
-Uses of WebAuthorizer in org.apache.wiki.auth.authorize
-  -

- - - - - - - - - -
Classes in org.apache.wiki.auth.authorize that implement WebAuthorizer
- classWebContainerAuthorizer - -
-          Authorizes users by delegating role membership checks to the servlet - container.
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved. - - http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/d8c50ef6/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/class-use/WebContainerAuthorizer.LocalEntityResolver.html ---------------------------------------------------------------------- diff --git a/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/class-use/WebContainerAuthorizer.LocalEntityResolver.html b/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/class-use/WebContainerAuthorizer.LocalEntityResolver.html deleted file mode 100755 index d3e54a9..0000000 --- a/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/class-use/WebContainerAuthorizer.LocalEntityResolver.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Class org.apache.wiki.auth.authorize.WebContainerAuthorizer.LocalEntityResolver (Apache JSPWiki Main War 2.10.1 API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
org.apache.wiki.auth.authorize.WebContainerAuthorizer.LocalEntityResolver

-
-No usage of org.apache.wiki.auth.authorize.WebContainerAuthorizer.LocalEntityResolver -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved. - - http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/d8c50ef6/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/class-use/WebContainerAuthorizer.html ---------------------------------------------------------------------- diff --git a/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/class-use/WebContainerAuthorizer.html b/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/class-use/WebContainerAuthorizer.html deleted file mode 100755 index 29199c6..0000000 --- a/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/class-use/WebContainerAuthorizer.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Class org.apache.wiki.auth.authorize.WebContainerAuthorizer (Apache JSPWiki Main War 2.10.1 API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
org.apache.wiki.auth.authorize.WebContainerAuthorizer

-
-No usage of org.apache.wiki.auth.authorize.WebContainerAuthorizer -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved. - - http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/d8c50ef6/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/class-use/XMLGroupDatabase.html ---------------------------------------------------------------------- diff --git a/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/class-use/XMLGroupDatabase.html b/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/class-use/XMLGroupDatabase.html deleted file mode 100755 index a24bd55..0000000 --- a/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/class-use/XMLGroupDatabase.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Class org.apache.wiki.auth.authorize.XMLGroupDatabase (Apache JSPWiki Main War 2.10.1 API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
org.apache.wiki.auth.authorize.XMLGroupDatabase

-
-No usage of org.apache.wiki.auth.authorize.XMLGroupDatabase -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved. - - http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/d8c50ef6/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/package-frame.html ---------------------------------------------------------------------- diff --git a/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/package-frame.html b/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/package-frame.html deleted file mode 100755 index 954e715..0000000 --- a/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/package-frame.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - -org.apache.wiki.auth.authorize (Apache JSPWiki Main War 2.10.1 API) - - - - - - - - - - - -org.apache.wiki.auth.authorize - - - - -
-Interfaces  - -
-GroupDatabase -
-WebAuthorizer
- - - - - - -
-Classes  - -
-Group -
-GroupManager -
-JDBCGroupDatabase -
-Role -
-WebContainerAuthorizer -
-XMLGroupDatabase
- - - - http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/d8c50ef6/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/package-summary.html ---------------------------------------------------------------------- diff --git a/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/package-summary.html b/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/package-summary.html deleted file mode 100755 index 887be9f..0000000 --- a/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/package-summary.html +++ /dev/null @@ -1,247 +0,0 @@ - - - - - - - -org.apache.wiki.auth.authorize (Apache JSPWiki Main War 2.10.1 API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-

-Package org.apache.wiki.auth.authorize -

-Authorizer implementation. -

-See: -
-          Description -

- - - - - - - - - - - - - - - - - - -

- - - - - - - - - - - -
-Interface Summary
GroupDatabaseDefines an interface for loading, persisting and storing wiki groups.
WebAuthorizerExtends the Authorizer interface by - including a delgate method for - HttpServletRequest.isUserInRole(String).
-  - -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Class Summary
Group - Groups are a specialized type of ad-hoc role used by the wiki system.
GroupManager - Facade class for storing, retrieving and managing wiki groups on behalf of - AuthorizationManager, JSPs and other presentation-layer classes.
JDBCGroupDatabase - Implementation of GroupDatabase that persists Group objects to a JDBC - DataSource, as might typically be provided by a web container.
RoleA lightweight, immutable Principal that represents a built-in wiki role such - as Anonymous, Asserted and Authenticated.
WebContainerAuthorizerAuthorizes users by delegating role membership checks to the servlet - container.
XMLGroupDatabase - GroupDatabase implementation for loading, persisting and storing wiki groups, - using an XML file for persistence.
-  - -

-

-Package org.apache.wiki.auth.authorize Description -

- -

-

Authorizer implementation.

- -

Package Specification

- -

Authorizers are classes which figure out whether a given user matches a given password, -and whether they should be let into the wiki in the first place. This package also contains -group management.

- -

Related Documentation

-

- -

-

-
-
- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved. - - http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/d8c50ef6/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/package-summary.png ---------------------------------------------------------------------- diff --git a/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/package-summary.png b/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/package-summary.png deleted file mode 100755 index 3940d32..0000000 Binary files a/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/package-summary.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/d8c50ef6/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/package-tree.html ---------------------------------------------------------------------- diff --git a/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/package-tree.html b/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/package-tree.html deleted file mode 100755 index a4426fa..0000000 --- a/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/package-tree.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - -org.apache.wiki.auth.authorize Class Hierarchy (Apache JSPWiki Main War 2.10.1 API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Hierarchy For Package org.apache.wiki.auth.authorize -

-
-
-
Package Hierarchies:
All Packages
-
-

-Class Hierarchy -

- -

-Interface Hierarchy -

- -
- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved. - - http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/d8c50ef6/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/package-use.html ---------------------------------------------------------------------- diff --git a/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/package-use.html b/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/package-use.html deleted file mode 100755 index e449da0..0000000 --- a/content/apidocs/2.10.1/org/apache/wiki/auth/authorize/package-use.html +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - - -Uses of Package org.apache.wiki.auth.authorize (Apache JSPWiki Main War 2.10.1 API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Package
org.apache.wiki.auth.authorize

-
- - - - - - - - - - - - - -
-Packages that use org.apache.wiki.auth.authorize
org.apache.wikiThe chief package of JSPWiki. 
org.apache.wiki.auth.authorizeAuthorizer implementation. 
-  -

- - - - - - - - - - - -
-Classes in org.apache.wiki.auth.authorize used by org.apache.wiki
Group - -
-           - Groups are a specialized type of ad-hoc role used by the wiki system.
GroupManager - -
-           - Facade class for storing, retrieving and managing wiki groups on behalf of - AuthorizationManager, JSPs and other presentation-layer classes.
-  -

- - - - - - - - - - - - - - - - - -
-Classes in org.apache.wiki.auth.authorize used by org.apache.wiki.auth.authorize
Group - -
-           - Groups are a specialized type of ad-hoc role used by the wiki system.
GroupDatabase - -
-          Defines an interface for loading, persisting and storing wiki groups.
Role - -
-          A lightweight, immutable Principal that represents a built-in wiki role such - as Anonymous, Asserted and Authenticated.
WebAuthorizer - -
-          Extends the Authorizer interface by - including a delgate method for - HttpServletRequest.isUserInRole(String).
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved. - -