Index

A B C F G I L N O P R S U W 
All Classes and Interfaces|All Packages

A

addFilter(FilterDetails) - Method in class org.opendaylight.aaa.web.WebContext.Builder
Adds one element to filters list.
addListener(ServletContextListener) - Method in class org.opendaylight.aaa.web.WebContext.Builder
Adds one element to listeners list.
addResource(ResourceDetails) - Method in class org.opendaylight.aaa.web.WebContext.Builder
Adds one element to resources list.
addServlet(ServletDetails) - Method in class org.opendaylight.aaa.web.WebContext.Builder
Adds one element to servlets list.
addUrlPattern(String) - Method in class org.opendaylight.aaa.web.FilterDetails.Builder
Adds one element to urlPatterns list.
addUrlPattern(String) - Method in class org.opendaylight.aaa.web.ServletDetails.Builder
Adds one element to urlPatterns list.
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 alias attribute.
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 asyncSupported attribute.
asyncSupported(boolean) - Method in class org.opendaylight.aaa.web.ServletDetails.Builder
Initializes the value for the asyncSupported attribute.

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 contextPath attribute.

F

filter() - Method in interface org.opendaylight.aaa.web.FilterDetails
Get a Filter instance.
filter(Filter) - Method in class org.opendaylight.aaa.web.FilterDetails.Builder
Initializes the value for the filter attribute.
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 name attribute.
name(String) - Method in class org.opendaylight.aaa.web.ResourceDetails.Builder
Initializes the value for the name attribute.
name(String) - Method in class org.opendaylight.aaa.web.ServletDetails.Builder
Initializes the value for the name attribute.
name(String) - Method in class org.opendaylight.aaa.web.WebContext.Builder
Initializes the value for the name attribute.

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 contextParams map.
putInitParam(String, String) - Method in class org.opendaylight.aaa.web.FilterDetails.Builder
Put one entry to the initParams map.
putInitParam(String, String) - Method in class org.opendaylight.aaa.web.ServletDetails.Builder
Put one entry to the initParams map.

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 Servlet instance.
servlet(Servlet) - Method in class org.opendaylight.aaa.web.ServletDetails.Builder
Initializes the value for the servlet attribute.
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 supportsSessions attribute.

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
WebServer - Interface in org.opendaylight.aaa.web
Web server (HTTP).
A B C F G I L N O P R S U W 
All Classes and Interfaces|All Packages