Index
All Classes and Interfaces|All Packages
A
- addFilter(FilterDetails) - Method in class org.opendaylight.aaa.web.WebContext.Builder
-
Adds one element to
filterslist. - addListener(ServletContextListener) - Method in class org.opendaylight.aaa.web.WebContext.Builder
-
Adds one element to
listenerslist. - addResource(ResourceDetails) - Method in class org.opendaylight.aaa.web.WebContext.Builder
-
Adds one element to
resourceslist. - addServlet(ServletDetails) - Method in class org.opendaylight.aaa.web.WebContext.Builder
-
Adds one element to
servletslist. - addUrlPattern(String) - Method in class org.opendaylight.aaa.web.FilterDetails.Builder
-
Adds one element to
urlPatternslist. - addUrlPattern(String) - Method in class org.opendaylight.aaa.web.ServletDetails.Builder
-
Adds one element to
urlPatternslist. - alias() - Method in interface org.opendaylight.aaa.web.ResourceDetails
-
Get resource mapped alias.
- alias(String) - Method in class org.opendaylight.aaa.web.ResourceDetails.Builder
-
Initializes the value for the
aliasattribute. - asyncSupported() - Method in interface org.opendaylight.aaa.web.FilterDetails
-
Get indication whether
FilterDetails.filter()supports asynchronous processing. - asyncSupported() - Method in interface org.opendaylight.aaa.web.ServletDetails
-
Get indication whether
ServletDetails.servlet()supports asynchronous processing. - asyncSupported(boolean) - Method in class org.opendaylight.aaa.web.FilterDetails.Builder
-
Initializes the value for the
asyncSupportedattribute. - asyncSupported(boolean) - Method in class org.opendaylight.aaa.web.ServletDetails.Builder
-
Initializes the value for the
asyncSupportedattribute.
B
- build() - Method in class org.opendaylight.aaa.web.FilterDetails.Builder
-
Builds a new
FilterDetails. - build() - Method in class org.opendaylight.aaa.web.ResourceDetails.Builder
-
Builds a new
ResourceDetails. - build() - Method in class org.opendaylight.aaa.web.ServletDetails.Builder
-
Builds a new
ServletDetails. - build() - Method in class org.opendaylight.aaa.web.WebContext.Builder
-
Builds a new
WebContext. - builder() - Static method in interface org.opendaylight.aaa.web.FilterDetails
-
Create a builder for
FilterDetails. - builder() - Static method in interface org.opendaylight.aaa.web.ResourceDetails
-
Create builder for
ResourceDetails. - builder() - Static method in interface org.opendaylight.aaa.web.ServletDetails
-
Create a builder for
ServletDetails. - builder() - Static method in interface org.opendaylight.aaa.web.WebContext
-
Create builder for
WebContext.
C
- contextParams() - Method in interface org.opendaylight.aaa.web.WebContext
-
Get map of context params.
- contextPath() - Method in interface org.opendaylight.aaa.web.WebContext
-
Get path which will be used as URL prefix to all registered servlets and filters.
- contextPath(String) - Method in class org.opendaylight.aaa.web.WebContext.Builder
-
Initializes the value for the
contextPathattribute.
F
- filter() - Method in interface org.opendaylight.aaa.web.FilterDetails
-
Get a
Filterinstance. - filter(Filter) - Method in class org.opendaylight.aaa.web.FilterDetails.Builder
-
Initializes the value for the
filterattribute. - FilterDetails - Interface in org.opendaylight.aaa.web
-
Details about a
Filter. - FilterDetails.Builder - Class in org.opendaylight.aaa.web
-
Builds instances of type
FilterDetails. - filters() - Method in interface org.opendaylight.aaa.web.WebContext
-
Get list of filters.
G
- getBaseURL() - Method in interface org.opendaylight.aaa.web.WebServer
-
Get base URL of this web server, without any contexts.
I
- initParams() - Method in interface org.opendaylight.aaa.web.FilterDetails
-
Get Filter initial parameters.
- initParams() - Method in interface org.opendaylight.aaa.web.ServletDetails
-
Get Servlet initial parameters.
L
- listeners() - Method in interface org.opendaylight.aaa.web.WebContext
-
Get list of servlet context listeners.
N
- name() - Method in interface org.opendaylight.aaa.web.FilterDetails
-
Get Filter's name.
- name() - Method in interface org.opendaylight.aaa.web.ResourceDetails
-
Get resource base name.
- name() - Method in interface org.opendaylight.aaa.web.ServletDetails
-
Get Servlet's name.
- name() - Method in interface org.opendaylight.aaa.web.WebContext
-
Get the descriptive name of this context.
- name(String) - Method in class org.opendaylight.aaa.web.FilterDetails.Builder
-
Initializes the value for the
nameattribute. - name(String) - Method in class org.opendaylight.aaa.web.ResourceDetails.Builder
-
Initializes the value for the
nameattribute. - name(String) - Method in class org.opendaylight.aaa.web.ServletDetails.Builder
-
Initializes the value for the
nameattribute. - name(String) - Method in class org.opendaylight.aaa.web.WebContext.Builder
-
Initializes the value for the
nameattribute.
O
- org.opendaylight.aaa.web - package org.opendaylight.aaa.web
P
- putContextParam(String, String) - Method in class org.opendaylight.aaa.web.WebContext.Builder
-
Put one entry to the
contextParamsmap. - putInitParam(String, String) - Method in class org.opendaylight.aaa.web.FilterDetails.Builder
-
Put one entry to the
initParamsmap. - putInitParam(String, String) - Method in class org.opendaylight.aaa.web.ServletDetails.Builder
-
Put one entry to the
initParamsmap.
R
- registerWebContext(WebContext) - Method in interface org.opendaylight.aaa.web.WebServer
-
Register a new web context.
- requireAuthentication(WebContext.Builder) - Method in interface org.opendaylight.aaa.web.WebContextSecurer
-
Configure the WebContext to require auth all URLs.
- requireAuthentication(WebContext.Builder, boolean, String...) - Method in interface org.opendaylight.aaa.web.WebContextSecurer
-
Configure the WebContext to require auth for specified URLs.
- requireAuthentication(WebContext.Builder, String...) - Method in interface org.opendaylight.aaa.web.WebContextSecurer
-
Configure the WebContext to require auth for specified URLs.
- ResourceDetails - Interface in org.opendaylight.aaa.web
-
Details about a resource registration.
- ResourceDetails.Builder - Class in org.opendaylight.aaa.web
-
Builds instances of type
ResourceDetails. - resources() - Method in interface org.opendaylight.aaa.web.WebContext
-
Get lis of resources (e.g.
S
- servlet() - Method in interface org.opendaylight.aaa.web.ServletDetails
-
Get a
Servletinstance. - servlet(Servlet) - Method in class org.opendaylight.aaa.web.ServletDetails.Builder
-
Initializes the value for the
servletattribute. - ServletDetails - Interface in org.opendaylight.aaa.web
-
Details about a
Servlet. - ServletDetails.Builder - Class in org.opendaylight.aaa.web
-
Builds instances of type
ServletDetails. - servlets() - Method in interface org.opendaylight.aaa.web.WebContext
-
Get list of servlets.
- supportsSessions() - Method in interface org.opendaylight.aaa.web.WebContext
-
Get flag value whether this context supports web sessions.
- supportsSessions(boolean) - Method in class org.opendaylight.aaa.web.WebContext.Builder
-
Initializes the value for the
supportsSessionsattribute.
U
- urlPatterns() - Method in interface org.opendaylight.aaa.web.FilterDetails
-
Get list of Filter URL patterns.
- urlPatterns() - Method in interface org.opendaylight.aaa.web.ServletDetails
-
Get list of servlet URL patterns.
W
- WebContext - Interface in org.opendaylight.aaa.web
-
Web Context with URL prefix.
- WebContext.Builder - Class in org.opendaylight.aaa.web
-
Builds instances of type
WebContext. - WebContextSecurer - Interface in org.opendaylight.aaa.web
-
Secures a
WebContext.Builder. - WebServer - Interface in org.opendaylight.aaa.web
-
Web server (HTTP).
All Classes and Interfaces|All Packages