A B C D E F G H I J L M N O P R S T U V W X Y _

A

AbstractController - Class in com.dyuproject.web.rest.mvc
Deprecated. 
AbstractController() - Constructor for class com.dyuproject.web.rest.mvc.AbstractController
Deprecated.  
AbstractDao - Class in com.dyuproject.demos.todolist.dao
 
AbstractDao() - Constructor for class com.dyuproject.demos.todolist.dao.AbstractDao
 
AbstractInterceptor - Class in com.dyuproject.web.rest
Base interceptor to pre-handle and post-handle requests
AbstractInterceptor() - Constructor for class com.dyuproject.web.rest.AbstractInterceptor
 
AbstractResource - Class in com.dyuproject.web.rest.service
Base resource to handle requests
AbstractResource() - Constructor for class com.dyuproject.web.rest.service.AbstractResource
 
AbstractService - Class in com.dyuproject.web.rest.service
Base service to handle requests
AbstractService() - Constructor for class com.dyuproject.web.rest.service.AbstractService
 
ACTION - Static variable in class com.dyuproject.demos.todolist.Constants
 
ACTION_CREATE - Static variable in class com.dyuproject.demos.todolist.Constants
 
ACTION_DELETE - Static variable in class com.dyuproject.demos.todolist.Constants
 
ACTION_EDIT - Static variable in class com.dyuproject.demos.todolist.Constants
 
add(String, String) - Method in class com.dyuproject.openid.ext.EmailResolver
 
addAttribute(String, Object) - Method in class com.dyuproject.web.rest.WebContext
 
addController(Controller) - Method in class com.dyuproject.web.rest.mvc.controller.ContextController
Deprecated.  
addController(Controller) - Method in class com.dyuproject.web.rest.mvc.RESTControllerContext
Deprecated.  
addFile(File) - Method in class com.dyuproject.util.Application
 
addInterceptor(Interceptor) - Method in class com.dyuproject.web.rest.InterceptorCollection
 
addInterceptor(String, Interceptor) - Method in class com.dyuproject.web.rest.service.RESTServiceContext
 
addLib(File) - Method in class com.dyuproject.util.Application
 
addListener(RelyingParty.Listener) - Method in class com.dyuproject.openid.RelyingParty
 
addListener(RelyingParty.Listener) - Method in class com.dyuproject.openid.RelyingParty.ListenerCollection
 
addNode(Node) - Method in interface com.dyuproject.util.xml.Node
 
addNode(Node) - Method in class com.dyuproject.util.xml.SimpleNode
 
addResolver(Identifier.Resolver) - Method in class com.dyuproject.openid.Identifier.ResolverCollection
 
addResolver(Identifier.Resolver) - Method in class com.dyuproject.openid.RelyingParty
 
addResource(String, Resource) - Method in class com.dyuproject.web.rest.service.RESTServiceContext
 
addService(Service) - Method in class com.dyuproject.web.rest.service.RESTServiceContext
 
addText(char[], int, int) - Method in interface com.dyuproject.util.xml.Node
 
addText(String) - Method in interface com.dyuproject.util.xml.Node
 
addText(StringBuilder) - Method in interface com.dyuproject.util.xml.Node
 
addText(StringBuffer) - Method in interface com.dyuproject.util.xml.Node
 
addText(char[], int, int) - Method in class com.dyuproject.util.xml.SimpleNode
 
addText(String) - Method in class com.dyuproject.util.xml.SimpleNode
 
addText(StringBuilder) - Method in class com.dyuproject.util.xml.SimpleNode
 
addText(StringBuffer) - Method in class com.dyuproject.util.xml.SimpleNode
 
addTodo(Todo) - Method in class com.dyuproject.demos.todolist.model.User
 
addURL(URL) - Method in class com.dyuproject.util.Application
 
addViewDispatcher(String, ViewDispatcher) - Method in class com.dyuproject.web.rest.WebContext
 
ALPHANUMERIC - Static variable in class com.dyuproject.util.validate.IPDomainValidator
 
AMPER - Static variable in class com.dyuproject.util.Delim
 
AnnotatedMethodResource - Class in com.dyuproject.web.rest.service
Wraps the methods of a service to be invoked for request handling.
AnnotatedMethodResource(Service, Method, String) - Constructor for class com.dyuproject.web.rest.service.AnnotatedMethodResource
 
Application - Class in com.dyuproject.util
An executable jar ,containing the dependencies of an application, bundling the entire application in a single contained jar.
Application() - Constructor for class com.dyuproject.util.Application
 
ArchiveUtil - Class in com.dyuproject.util
Util for extracting *.jar, *.war and *.zip archives.
ArchiveUtil() - Constructor for class com.dyuproject.util.ArchiveUtil
 
ASSIGNED_PREFIX - Static variable in class com.dyuproject.openid.Identifier
 
ASSOC_HANDLE - Static variable in class com.dyuproject.openid.Constants.Assoc
 
ASSOC_HMAC_SHA1 - Static variable in interface com.dyuproject.openid.Association
 
ASSOC_HMAC_SHA256 - Static variable in interface com.dyuproject.openid.Association
 
ASSOC_TYPE - Static variable in class com.dyuproject.openid.Constants.Assoc
 
associate(OpenIdUser, OpenIdContext) - Method in interface com.dyuproject.openid.Association
 
ASSOCIATE - Static variable in class com.dyuproject.openid.Constants.Mode
 
associate(OpenIdUser, OpenIdContext) - Method in class com.dyuproject.openid.DiffieHellmanAssociation
 
associateAndAuthenticate(OpenIdUser, HttpServletRequest, HttpServletResponse, String, String, String) - Method in class com.dyuproject.openid.RelyingParty
 
Association - Interface in com.dyuproject.openid
Association
ATTR_NAME - Static variable in class com.dyuproject.openid.ext.SReg
 
ATTR_NAME - Static variable in class com.dyuproject.openid.OpenIdUser
 
ATTR_SUFFIX - Static variable in class com.dyuproject.util.format.XMLConverter
 
attribute(String, String) - Method in interface com.dyuproject.util.xml.LazyHandler
 
attribute(String, String) - Method in class com.dyuproject.util.xml.SimpleHandler
 
auth() - Method in class com.dyuproject.demos.todolist.service.MainService
 
authenticate(String, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.auth.Authentication
 
authenticate(String, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.auth.BasicAuthentication
 
authenticate(String, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.auth.DigestAuthentication
 
Authentication - Class in com.dyuproject.web.auth
Web authorization
Authentication(CredentialSource) - Constructor for class com.dyuproject.web.auth.Authentication
 
AUTHORIZATION - Static variable in class com.dyuproject.web.auth.Authentication
 

B

B64Code - Class in com.dyuproject.util
Fast B64 Encoder/Decoder as described in RFC 1421.
B64Code() - Constructor for class com.dyuproject.util.B64Code
 
BASE_2 - Static variable in class com.dyuproject.util.DiffieHellman
 
BASE_5 - Static variable in class com.dyuproject.util.DiffieHellman
 
BasicAuthentication - Class in com.dyuproject.web.auth
Web authorization using BASIC.
BasicAuthentication(CredentialSource) - Constructor for class com.dyuproject.web.auth.BasicAuthentication
 
BEAN_NAME - Static variable in class com.dyuproject.web.rest.SpringServletContextListener
 
beanCreate() - Method in class com.dyuproject.demos.helloworld.HelloWorldService
 
beanDelete() - Method in class com.dyuproject.demos.helloworld.HelloWorldService
 
beanUpdate() - Method in class com.dyuproject.demos.helloworld.HelloWorldService
 
BOOLEAN - Static variable in class com.dyuproject.util.reflect.ParameterType
 
BUFFER_SIZE - Static variable in class com.dyuproject.util.ResourceUtil
 

C

CALLBACK - Static variable in class com.dyuproject.demos.todolist.Constants
 
callbackNULL(String) - Static method in class com.dyuproject.util.format.JSONConverter
 
characters(char[], int, int) - Method in interface com.dyuproject.util.xml.LazyHandler
 
characters(char[], int, int) - Method in class com.dyuproject.util.xml.SimpleHandler
 
check(String, String, String, String, String, String, String, String, String, HttpServletRequest) - Method in class com.dyuproject.web.auth.DigestAuthentication
 
check(String, String, String, String, String, String, String, String, String, HttpServletRequest) - Method in class com.dyuproject.web.auth.SmartDigestAuthentication
 
CHECKED_PREFIX - Static variable in class com.dyuproject.openid.Identifier
 
CHECKID_SETUP - Static variable in class com.dyuproject.openid.Constants.Mode
 
CLASS - Static variable in class com.dyuproject.util.format.FormatConverter
 
close() - Method in interface com.dyuproject.openid.HttpConnector.Response
 
COLON - Static variable in class com.dyuproject.util.Delim
 
com.dyuproject.demos.helloworld - package com.dyuproject.demos.helloworld
 
com.dyuproject.demos.openidservlet - package com.dyuproject.demos.openidservlet
 
com.dyuproject.demos.todolist - package com.dyuproject.demos.todolist
 
com.dyuproject.demos.todolist.dao - package com.dyuproject.demos.todolist.dao
 
com.dyuproject.demos.todolist.model - package com.dyuproject.demos.todolist.model
 
com.dyuproject.demos.todolist.service - package com.dyuproject.demos.todolist.service
 
com.dyuproject.ext.jpa - package com.dyuproject.ext.jpa
 
com.dyuproject.openid - package com.dyuproject.openid
 
com.dyuproject.openid.ext - package com.dyuproject.openid.ext
 
com.dyuproject.openid.manager - package com.dyuproject.openid.manager
 
com.dyuproject.util - package com.dyuproject.util
 
com.dyuproject.util.format - package com.dyuproject.util.format
 
com.dyuproject.util.reflect - package com.dyuproject.util.reflect
 
com.dyuproject.util.validate - package com.dyuproject.util.validate
 
com.dyuproject.util.xml - package com.dyuproject.util.xml
 
com.dyuproject.web - package com.dyuproject.web
 
com.dyuproject.web.auth - package com.dyuproject.web.auth
 
com.dyuproject.web.rest - package com.dyuproject.web.rest
 
com.dyuproject.web.rest.dispatcher - package com.dyuproject.web.rest.dispatcher
 
com.dyuproject.web.rest.mvc - package com.dyuproject.web.rest.mvc
 
com.dyuproject.web.rest.mvc.controller - package com.dyuproject.web.rest.mvc.controller
 
com.dyuproject.web.rest.service - package com.dyuproject.web.rest.service
 
COMMA - Static variable in class com.dyuproject.util.Delim
 
COMPLETED - Static variable in class com.dyuproject.demos.todolist.Constants
 
CONFIRM_PASSWORD - Static variable in class com.dyuproject.demos.todolist.Constants
 
Constants - Class in com.dyuproject.demos.todolist
 
Constants() - Constructor for class com.dyuproject.demos.todolist.Constants
 
Constants - Class in com.dyuproject.openid
Constants - openid
Constants() - Constructor for class com.dyuproject.openid.Constants
 
Constants.Assoc - Class in com.dyuproject.openid
 
Constants.Assoc() - Constructor for class com.dyuproject.openid.Constants.Assoc
 
Constants.Mode - Class in com.dyuproject.openid
 
Constants.Mode() - Constructor for class com.dyuproject.openid.Constants.Mode
 
Constants.Sreg - Class in com.dyuproject.openid
 
Constants.Sreg() - Constructor for class com.dyuproject.openid.Constants.Sreg
 
CONSTRAINT_VIOLATION - Static variable in class com.dyuproject.demos.todolist.dao.AbstractDao
 
construct(Map<String, String>) - Method in interface com.dyuproject.util.reflect.ParameterMappedBean
 
containsKey(Object) - Method in class com.dyuproject.web.rest.dispatcher.LocalizedVelocityContext
 
CONTENT - Static variable in class com.dyuproject.demos.todolist.Constants
 
CONTENT_LENGTH_HEADER - Static variable in interface com.dyuproject.openid.HttpConnector
 
CONTENT_TYPE - Static variable in class com.dyuproject.web.DevScriptServlet
 
CONTENT_TYPE_HEADER - Static variable in interface com.dyuproject.openid.HttpConnector
 
ContextController - Class in com.dyuproject.web.rest.mvc.controller
Deprecated. 
ContextController() - Constructor for class com.dyuproject.web.rest.mvc.controller.ContextController
Deprecated.  
ContextController(String) - Constructor for class com.dyuproject.web.rest.mvc.controller.ContextController
Deprecated.  
contextDestroyed(ServletContextEvent) - Method in class com.dyuproject.demos.openidservlet.MyContextListener
 
contextDestroyed(ServletContextEvent) - Method in class com.dyuproject.web.rest.SpringServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class com.dyuproject.demos.openidservlet.MyContextListener
 
contextInitialized(ServletContextEvent) - Method in class com.dyuproject.web.rest.SpringServletContextListener
 
Controller - Interface in com.dyuproject.web.rest.mvc
Deprecated. 
convert(FormatConverter.Builder, String) - Method in class com.dyuproject.demos.todolist.Feedback
 
convert(FormatConverter.Builder, String) - Method in class com.dyuproject.demos.todolist.model.Todo
 
convert(FormatConverter.Builder, String) - Method in class com.dyuproject.demos.todolist.model.User
 
convert(FormatConverter.Builder, String) - Method in interface com.dyuproject.util.format.FormatConverter.Bean
 
COOKIE_SESSION_REQUEST_ATTR - Static variable in class com.dyuproject.web.CookieSessionManager
 
CookieBasedUserManager - Class in com.dyuproject.openid.manager
OpenIdUser is persisted in the cookie value.
CookieBasedUserManager() - Constructor for class com.dyuproject.openid.manager.CookieBasedUserManager
 
CookieBasedUserManager(String, String) - Constructor for class com.dyuproject.openid.manager.CookieBasedUserManager
 
CookieBasedUserManager(String, String, boolean) - Constructor for class com.dyuproject.openid.manager.CookieBasedUserManager
 
CookieSession - Class in com.dyuproject.web
Session attribues being stored on the client cookie.
CookieSession() - Constructor for class com.dyuproject.web.CookieSession
 
CookieSessionManager - Class in com.dyuproject.web
Manages the CookieSession.
CookieSessionManager() - Constructor for class com.dyuproject.web.CookieSessionManager
 
copy(URL, URL) - Static method in class com.dyuproject.util.ResourceUtil
 
copy(File, File) - Static method in class com.dyuproject.util.ResourceUtil
 
copy(URL, File) - Static method in class com.dyuproject.util.ResourceUtil
 
copy(InputStream, OutputStream) - Static method in class com.dyuproject.util.ResourceUtil
 
copyFileToDir(File, File) - Static method in class com.dyuproject.util.ResourceUtil
 
COULD_NOT_CREATE_TODO - Static variable in class com.dyuproject.demos.todolist.Feedback
 
COULD_NOT_CREATE_USER - Static variable in class com.dyuproject.demos.todolist.Feedback
 
COULD_NOT_DELETE_TODO - Static variable in class com.dyuproject.demos.todolist.Feedback
 
COULD_NOT_DELETE_USER - Static variable in class com.dyuproject.demos.todolist.Feedback
 
COULD_NOT_UPDATE_TODO - Static variable in class com.dyuproject.demos.todolist.Feedback
 
COULD_NOT_UPDATE_USER - Static variable in class com.dyuproject.demos.todolist.Feedback
 
create(Todo) - Method in class com.dyuproject.demos.todolist.dao.TodoDao
 
create(User) - Method in class com.dyuproject.demos.todolist.dao.UserDao
 
create() - Method in class com.dyuproject.demos.todolist.service.UserService
 
create(String, String) - Static method in class com.dyuproject.util.Cryptography
 
create(String, String, String) - Static method in class com.dyuproject.util.Cryptography
 
create(byte[], String) - Static method in class com.dyuproject.util.Cryptography
 
create(String) - Method in class com.dyuproject.util.reflect.ParameterType
 
create(HttpServletRequest, HttpServletResponse, String) - Method in class com.dyuproject.web.rest.mvc.controller.CRUDController
Deprecated.  
createByUserId() - Method in class com.dyuproject.demos.todolist.service.TodoService
 
createDES(String) - Static method in class com.dyuproject.util.Cryptography
 
createDESede(String) - Static method in class com.dyuproject.util.Cryptography
 
createNamedQuery(String) - Method in class com.dyuproject.ext.jpa.DefaultDao
 
createNamedQuery(String, Object[]) - Method in class com.dyuproject.ext.jpa.DefaultDao
 
createQuery(String) - Method in class com.dyuproject.ext.jpa.DefaultDao
 
createQuery(String, Object[]) - Method in class com.dyuproject.ext.jpa.DefaultDao
 
CredentialSource - Interface in com.dyuproject.web.auth
The credential datasource that the Authentication uses.
CRUDController - Class in com.dyuproject.web.rest.mvc.controller
Deprecated. 
CRUDController() - Constructor for class com.dyuproject.web.rest.mvc.controller.CRUDController
Deprecated.  
Cryptography - Class in com.dyuproject.util
Encryption and Decryption utility

D

DATA_NULL - Static variable in class com.dyuproject.util.format.XMLConverter
 
decode(String) - Static method in class com.dyuproject.util.B64Code
Base 64 decode as described in RFC 1421.
decode(String, String) - Static method in class com.dyuproject.util.B64Code
Base 64 decode as described in RFC 1421.
decode(char[]) - Static method in class com.dyuproject.util.B64Code
Fast Base 64 decode as described in RFC 1421.
decrypt(byte[]) - Method in class com.dyuproject.util.Cryptography
 
decrypt(String) - Method in class com.dyuproject.util.Cryptography
 
decrypt(String, String) - Method in class com.dyuproject.util.Cryptography
 
decryptDecode(String) - Method in class com.dyuproject.util.Cryptography
 
decryptDecode(String, String) - Method in class com.dyuproject.util.Cryptography
 
DEFAULT_BASE_DIR - Static variable in class com.dyuproject.web.rest.dispatcher.VelocityDispatcher
 
DEFAULT_BASE_DIR - Static variable in class com.dyuproject.web.rest.JSPDispatcher
 
DEFAULT_ENCODING - Static variable in class com.dyuproject.openid.Constants
 
DEFAULT_ENV_LOCATION - Static variable in class com.dyuproject.web.rest.WebContext
 
DEFAULT_ERROR_MSG - Static variable in class com.dyuproject.openid.OpenIdServletFilter
 
DEFAULT_FILE_EXTENSION - Static variable in class com.dyuproject.web.rest.dispatcher.VelocityDispatcher
 
DEFAULT_IDENTIFIER_PARAMETER - Static variable in class com.dyuproject.openid.RelyingParty
 
DEFAULT_METHOD_PARAM - Static variable in class com.dyuproject.web.rest.mvc.controller.CRUDController
Deprecated.  
DEFAULT_MIME_LOCATION - Static variable in class com.dyuproject.web.rest.WebContext
 
DEFAULT_NS - Static variable in class com.dyuproject.openid.Constants
 
DEFAULT_RESOURCE_LOCATION - Static variable in class com.dyuproject.openid.ext.EmailResolver
 
DEFAULT_RESOURCE_PATH - Static variable in class com.dyuproject.openid.RelyingParty
 
DEFAULT_VERSION - Static variable in class com.dyuproject.openid.Constants
 
DefaultDao - Class in com.dyuproject.ext.jpa
 
DefaultDao() - Constructor for class com.dyuproject.ext.jpa.DefaultDao
 
DefaultDiscovery - Class in com.dyuproject.openid
Discovery initially through yadis.
DefaultDiscovery() - Constructor for class com.dyuproject.openid.DefaultDiscovery
 
DefaultDispatcher - Class in com.dyuproject.web.rest
Dispatches to the container's default servlet
DefaultDispatcher() - Constructor for class com.dyuproject.web.rest.DefaultDispatcher
 
delete(Todo) - Method in class com.dyuproject.demos.todolist.dao.TodoDao
 
delete(User) - Method in class com.dyuproject.demos.todolist.dao.UserDao
 
DELETE - Static variable in interface com.dyuproject.openid.HttpConnector
 
delete(HttpServletRequest, HttpServletResponse, String, String) - Method in class com.dyuproject.web.rest.mvc.controller.CRUDController
Deprecated.  
DELETE - Static variable in interface com.dyuproject.web.rest.mvc.Controller
Deprecated.  
DELETE - Static variable in interface com.dyuproject.web.rest.service.Resource
 
deleteById() - Method in class com.dyuproject.demos.todolist.service.TodoService
 
deleteById() - Method in class com.dyuproject.demos.todolist.service.UserService
 
Delim - Class in com.dyuproject.util
Common delimiters (used to split strings into arrays) that are pre-compiled to increase efficiency.
Delim() - Constructor for class com.dyuproject.util.Delim
 
DES - Static variable in class com.dyuproject.util.Cryptography
 
DESede - Static variable in class com.dyuproject.util.Cryptography
 
destroy(WebContext) - Method in class com.dyuproject.demos.helloworld.SimpleInterceptor
 
destroy(WebContext) - Method in class com.dyuproject.demos.helloworld.SimpleInterceptorWC1
 
destroy(WebContext) - Method in class com.dyuproject.demos.helloworld.SimpleInterceptorWC2
 
destroy() - Method in class com.dyuproject.ext.jpa.EntityManagerManager
 
destroy() - Method in class com.dyuproject.openid.OpenIdServletFilter
 
destroy() - Method in class com.dyuproject.openid.RelyingParty
 
destroy(WebContext) - Method in class com.dyuproject.web.rest.AbstractInterceptor
 
destroy() - Method in class com.dyuproject.web.rest.AbstractInterceptor
 
destroy(WebContext) - Method in interface com.dyuproject.web.rest.Interceptor
 
destroy() - Method in class com.dyuproject.web.rest.mvc.AbstractController
Deprecated.  
destroy(WebContext) - Method in class com.dyuproject.web.rest.mvc.AbstractController
Deprecated.  
destroy(WebContext) - Method in interface com.dyuproject.web.rest.mvc.Controller
Deprecated.  
destroy() - Method in class com.dyuproject.web.rest.mvc.RESTControllerContext
Deprecated.  
destroy() - Method in class com.dyuproject.web.rest.RESTServlet
 
destroy(WebContext) - Method in class com.dyuproject.web.rest.service.AbstractResource
 
destroy() - Method in class com.dyuproject.web.rest.service.AbstractResource
 
destroy(WebContext) - Method in class com.dyuproject.web.rest.service.AbstractService
 
destroy() - Method in class com.dyuproject.web.rest.service.AbstractService
 
destroy(WebContext) - Method in class com.dyuproject.web.rest.service.AnnotatedMethodResource
 
destroy() - Method in class com.dyuproject.web.rest.service.PathHandler
 
destroy(WebContext) - Method in interface com.dyuproject.web.rest.service.Resource
 
destroy() - Method in class com.dyuproject.web.rest.service.RESTServiceContext
 
destroy(WebContext) - Method in interface com.dyuproject.web.rest.service.Service
 
destroy() - Method in class com.dyuproject.web.rest.WebContext
 
DevScriptServlet - Class in com.dyuproject.web
A utility servlet that serves a javascript file that is external from the webapp.
DevScriptServlet() - Constructor for class com.dyuproject.web.DevScriptServlet
 
DH_SERVER_PUBLIC - Static variable in class com.dyuproject.openid.Constants.Assoc
 
DIFFIE_HELLMAN_MODULUS - Static variable in class com.dyuproject.openid.Constants
 
DiffieHellman - Class in com.dyuproject.util
Diffie-Hellman key exchange is a cryptographic protocol that allows two parties that have no prior knowledge of each other to jointly establish a shared secret key over an insecure communications channel.
DiffieHellmanAssociation - Class in com.dyuproject.openid
Association using DiffieHellman session
DiffieHellmanAssociation() - Constructor for class com.dyuproject.openid.DiffieHellmanAssociation
 
DiffieHellmanAssociation(SessionType) - Constructor for class com.dyuproject.openid.DiffieHellmanAssociation
 
DigestAuthentication - Class in com.dyuproject.web.auth
Web authorization using MD5 digest.
DigestAuthentication(CredentialSource) - Constructor for class com.dyuproject.web.auth.DigestAuthentication
 
DigestAuthInterceptor - Class in com.dyuproject.demos.helloworld
 
DigestAuthInterceptor() - Constructor for class com.dyuproject.demos.helloworld.DigestAuthInterceptor
 
digestMD5(String) - Static method in class com.dyuproject.util.DigestUtil
 
digestMD5(String, String) - Static method in class com.dyuproject.util.DigestUtil
 
digestSHA1(String) - Static method in class com.dyuproject.util.DigestUtil
 
digestSHA1(String, String) - Static method in class com.dyuproject.util.DigestUtil
 
digestSHA256(String) - Static method in class com.dyuproject.util.DigestUtil
 
digestSHA256(String, String) - Static method in class com.dyuproject.util.DigestUtil
 
DigestUtil - Class in com.dyuproject.util
Util for digesting and encoding bytes/strings.
DigestUtil() - Constructor for class com.dyuproject.util.DigestUtil
 
DISABLED - Static variable in class com.dyuproject.demos.todolist.Constants
 
discover(Identifier, OpenIdContext) - Method in class com.dyuproject.openid.DefaultDiscovery
 
discover(Identifier, OpenIdContext) - Method in interface com.dyuproject.openid.Discovery
 
discover(Identifier, OpenIdContext) - Method in class com.dyuproject.openid.HtmlBasedDiscovery
 
discover(HttpServletRequest) - Method in class com.dyuproject.openid.RelyingParty
 
discover(Identifier, OpenIdContext) - Method in class com.dyuproject.openid.YadisDiscovery
 
Discovery - Interface in com.dyuproject.openid
Discovery
dispatch(String, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.rest.DefaultDispatcher
 
dispatch(String, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.rest.dispatcher.VelocityDispatcher
 
dispatch(String, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.rest.JSPDispatcher
 
dispatch(String, HttpServletRequest, HttpServletResponse) - Method in interface com.dyuproject.web.rest.ViewDispatcher
 
DISPATCH_ATTR - Static variable in class com.dyuproject.web.rest.WebContext
 
doDELETE(String, Map<?, ?>) - Method in interface com.dyuproject.openid.HttpConnector
 
doDELETE(String, Map<?, ?>, Map<?, ?>) - Method in interface com.dyuproject.openid.HttpConnector
 
doDELETE(String, Map<?, ?>) - Method in class com.dyuproject.openid.SimpleHttpConnector
 
doDELETE(String, Map<?, ?>, Map<?, ?>) - Method in class com.dyuproject.openid.SimpleHttpConnector
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.dyuproject.ext.jpa.EntityManagerManager
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.dyuproject.openid.OpenIdServletFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.demos.openidservlet.HomeServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.demos.openidservlet.LogoutServlet
 
doGET(String, Map<?, ?>) - Method in interface com.dyuproject.openid.HttpConnector
 
doGET(String, Map<?, ?>, Map<?, ?>) - Method in interface com.dyuproject.openid.HttpConnector
 
doGET(String, Map<?, ?>) - Method in class com.dyuproject.openid.SimpleHttpConnector
 
doGET(String, Map<?, ?>, Map<?, ?>) - Method in class com.dyuproject.openid.SimpleHttpConnector
 
doHEAD(String, Map<?, ?>) - Method in interface com.dyuproject.openid.HttpConnector
 
doHEAD(String, Map<?, ?>) - Method in class com.dyuproject.openid.SimpleHttpConnector
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.demos.openidservlet.HomeServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.demos.openidservlet.LogoutServlet
 
doPOST(String, Map<?, ?>, Map<?, ?>, String) - Method in interface com.dyuproject.openid.HttpConnector
 
doPOST(String, Map<?, ?>, String, byte[]) - Method in interface com.dyuproject.openid.HttpConnector
 
doPOST(String, Map<?, ?>, String, InputStreamReader) - Method in interface com.dyuproject.openid.HttpConnector
 
doPOST(String, Map<?, ?>, Map<?, ?>, String) - Method in class com.dyuproject.openid.SimpleHttpConnector
 
doPOST(String, Map<?, ?>, String, byte[]) - Method in class com.dyuproject.openid.SimpleHttpConnector
 
doPOST(String, Map<?, ?>, String, InputStreamReader) - Method in class com.dyuproject.openid.SimpleHttpConnector
 
doPUT(String, Map<?, ?>, Map<?, ?>, String) - Method in interface com.dyuproject.openid.HttpConnector
 
doPUT(String, Map<?, ?>, String, byte[]) - Method in interface com.dyuproject.openid.HttpConnector
 
doPUT(String, Map<?, ?>, String, InputStreamReader) - Method in interface com.dyuproject.openid.HttpConnector
 
doPUT(String, Map<?, ?>, Map<?, ?>, String) - Method in class com.dyuproject.openid.SimpleHttpConnector
 
doPUT(String, Map<?, ?>, String, byte[]) - Method in class com.dyuproject.openid.SimpleHttpConnector
 
doPUT(String, Map<?, ?>, String, InputStreamReader) - Method in class com.dyuproject.openid.SimpleHttpConnector
 
DOUBLE - Static variable in class com.dyuproject.util.reflect.ParameterType
 

E

EMAIL - Static variable in class com.dyuproject.demos.todolist.Constants
 
EmailResolver - Class in com.dyuproject.openid.ext
Resolves the url from a given email address
EmailResolver() - Constructor for class com.dyuproject.openid.ext.EmailResolver
 
EmailResolver(String) - Constructor for class com.dyuproject.openid.ext.EmailResolver
 
EmailResolver(URL) - Constructor for class com.dyuproject.openid.ext.EmailResolver
 
EmailResolver(InputStream) - Constructor for class com.dyuproject.openid.ext.EmailResolver
 
EmailResolver(Properties) - Constructor for class com.dyuproject.openid.ext.EmailResolver
 
EMPTY_ARRAY - Static variable in class com.dyuproject.util.format.FormatConverter
 
ENC_MAC_KEY - Static variable in class com.dyuproject.openid.Constants.Assoc
 
encode(String) - Static method in class com.dyuproject.openid.UrlEncodedParameterMap
 
encode(String) - Static method in class com.dyuproject.util.B64Code
Base 64 encode as described in RFC 1421.
encode(String, String) - Static method in class com.dyuproject.util.B64Code
Base 64 encode as described in RFC 1421.
encode(byte[]) - Static method in class com.dyuproject.util.B64Code
Fast Base 64 encode as described in RFC 1421.
encodedGet(String) - Method in class com.dyuproject.openid.UrlEncodedParameterMap
 
encrypt(byte[]) - Method in class com.dyuproject.util.Cryptography
 
encrypt(String) - Method in class com.dyuproject.util.Cryptography
 
encrypt(String, String) - Method in class com.dyuproject.util.Cryptography
 
encryptEncode(String) - Method in class com.dyuproject.util.Cryptography
 
encryptEncode(String, String) - Method in class com.dyuproject.util.Cryptography
 
endElement() - Method in interface com.dyuproject.util.xml.LazyHandler
 
endElement() - Method in class com.dyuproject.util.xml.SimpleHandler
 
EntityManagerManager - Class in com.dyuproject.ext.jpa
 
EntityManagerManager() - Constructor for class com.dyuproject.ext.jpa.EntityManagerManager
 
EntityManagerManager(String) - Constructor for class com.dyuproject.ext.jpa.EntityManagerManager
 
EntityManagerManager(String, boolean) - Constructor for class com.dyuproject.ext.jpa.EntityManagerManager
 
EQUALS - Static variable in class com.dyuproject.util.Delim
 
ERROR_CODE - Static variable in class com.dyuproject.openid.Constants.Assoc
 
ERROR_MSG_ATTR - Static variable in class com.dyuproject.openid.OpenIdServletFilter
 
EXPIRES_IN - Static variable in class com.dyuproject.openid.Constants.Assoc
 
EXTENSIONS - Static variable in class com.dyuproject.util.Application
 
extract(File, File) - Static method in class com.dyuproject.util.ArchiveUtil
 
extract(File, File, boolean) - Static method in class com.dyuproject.util.ArchiveUtil
 
extract(URL, File) - Static method in class com.dyuproject.util.ArchiveUtil
 
extract(URL, File, boolean) - Static method in class com.dyuproject.util.ArchiveUtil
 

F

Feedback - Class in com.dyuproject.demos.todolist
 
Feedback(String, boolean) - Constructor for class com.dyuproject.demos.todolist.Feedback
 
filter_completed() - Method in class com.dyuproject.demos.todolist.service.TodoService
 
filter_current() - Method in class com.dyuproject.demos.todolist.service.TodoService
 
filter_user_completed() - Method in class com.dyuproject.demos.todolist.service.TodoService
 
filter_user_current() - Method in class com.dyuproject.demos.todolist.service.TodoService
 
find(Long) - Method in class com.dyuproject.demos.todolist.dao.TodoDao
 
find(Long) - Method in class com.dyuproject.demos.todolist.dao.UserDao
 
find(Class<T>, Object) - Method in class com.dyuproject.ext.jpa.DefaultDao
 
FIRST_NAME - Static variable in class com.dyuproject.demos.todolist.Constants
 
FLOAT - Static variable in class com.dyuproject.util.reflect.ParameterType
 
foo() - Method in class com.dyuproject.demos.helloworld.HelloWorldService
 
fooBar() - Method in class com.dyuproject.demos.helloworld.HelloWorldService
 
fooBarBaz() - Method in class com.dyuproject.demos.helloworld.HelloWorldService
 
form_create() - Method in class com.dyuproject.demos.todolist.service.UserService
 
form_edit() - Method in class com.dyuproject.demos.todolist.service.TodoService
 
form_edit() - Method in class com.dyuproject.demos.todolist.service.UserService
 
form_new() - Method in class com.dyuproject.demos.todolist.service.TodoService
 
FormatConverter - Class in com.dyuproject.util.format
Converts a bean to a string in another format.
FormatConverter() - Constructor for class com.dyuproject.util.format.FormatConverter
 
FormatConverter.Bean - Interface in com.dyuproject.util.format
 
FormatConverter.Builder - Interface in com.dyuproject.util.format
 
fromJSON(Map) - Method in class com.dyuproject.openid.ext.SReg
 
fromJSON(Map) - Method in class com.dyuproject.openid.OpenIdUser
 
fromJSON(Map) - Method in class com.dyuproject.web.CookieSession
 

G

generateDESedeRandom() - Static method in class com.dyuproject.util.Cryptography
 
generateDESRandom() - Static method in class com.dyuproject.util.Cryptography
 
generatePublicKey(BigInteger, BigInteger) - Method in class com.dyuproject.util.DiffieHellman
 
generateRandom(String) - Static method in class com.dyuproject.util.Cryptography
 
generateRandomKeys(BigInteger) - Method in class com.dyuproject.util.DiffieHellman
 
gePostcode() - Method in class com.dyuproject.openid.ext.SReg
 
get() - Method in class com.dyuproject.demos.todolist.dao.TodoDao
 
get(Long) - Method in class com.dyuproject.demos.todolist.dao.TodoDao
 
get(String, String) - Method in class com.dyuproject.demos.todolist.dao.UserDao
 
get(String) - Method in class com.dyuproject.demos.todolist.dao.UserDao
 
get() - Method in class com.dyuproject.demos.todolist.dao.UserDao
 
get(Long) - Method in class com.dyuproject.demos.todolist.dao.UserDao
 
get() - Method in class com.dyuproject.demos.todolist.service.TodoService
 
get() - Method in class com.dyuproject.demos.todolist.service.UserService
 
get(OpenIdUser) - Static method in class com.dyuproject.openid.ext.SReg
 
GET - Static variable in interface com.dyuproject.openid.HttpConnector
 
get(String) - Method in class com.dyuproject.web.rest.dispatcher.LocalizedVelocityContext
 
GET - Static variable in interface com.dyuproject.web.rest.mvc.Controller
Deprecated.  
GET - Static variable in interface com.dyuproject.web.rest.service.Resource
 
getA() - Method in class com.dyuproject.openid.OpenIdUser
 
getAlgorithm() - Method in class com.dyuproject.openid.SessionType
 
getAppClassLoader() - Method in class com.dyuproject.util.Application
 
getAssocHandle() - Method in class com.dyuproject.openid.OpenIdUser
 
getAssociation() - Method in class com.dyuproject.openid.OpenIdContext
 
getAssociationType() - Method in class com.dyuproject.openid.SessionType
 
getAttribute(String) - Method in class com.dyuproject.openid.OpenIdUser
 
getAttribute(String) - Method in interface com.dyuproject.util.xml.Node
 
getAttribute(String) - Method in class com.dyuproject.util.xml.SimpleNode
 
getAttribute(String) - Method in class com.dyuproject.web.CookieSession
 
getAttribute(String) - Method in class com.dyuproject.web.rest.WebContext
 
getAttributeNames() - Method in class com.dyuproject.web.CookieSession
 
getAttributes() - Method in class com.dyuproject.openid.OpenIdUser
 
getAttributes() - Method in class com.dyuproject.web.CookieSession
 
getAttrs() - Method in class com.dyuproject.web.CookieSession
 
getAuthParameters(HttpServletRequest) - Static method in class com.dyuproject.openid.RelyingParty
 
getAuthUrlBuffer(OpenIdUser, String, String, String) - Static method in class com.dyuproject.openid.RelyingParty
 
getAuthUrlMap(OpenIdUser, String, String, String) - Static method in class com.dyuproject.openid.RelyingParty
 
getAuthUrlString(OpenIdUser, String, String, String) - Static method in class com.dyuproject.openid.RelyingParty
 
getBaseDir() - Static method in class com.dyuproject.util.ResourceUtil
 
getBuffer(Object, String) - Method in class com.dyuproject.util.format.FormatConverter
 
getBuffer(Object[], String) - Method in class com.dyuproject.util.format.FormatConverter
 
getBuffer(Collection<Object>, String) - Method in class com.dyuproject.util.format.FormatConverter
 
getBuffer(Map<String, Object>, String) - Method in class com.dyuproject.util.format.FormatConverter
 
getBuffer(FormatConverter.Bean, String) - Method in class com.dyuproject.util.format.FormatConverter
 
getBuffer(Map<String, Object>[], String) - Method in class com.dyuproject.util.format.FormatConverter
 
getBuffer(Object, String) - Method in class com.dyuproject.util.format.JSONConverter
 
getBuffer(Object[], String) - Method in class com.dyuproject.util.format.JSONConverter
 
getBuffer(Map<String, Object>, String) - Method in class com.dyuproject.util.format.JSONConverter
 
getBuffer(Map<String, Object>[], String) - Method in class com.dyuproject.util.format.JSONConverter
 
getBuffer(Collection<Object>, String) - Method in class com.dyuproject.util.format.JSONConverter
 
getBuffer(FormatConverter.Bean, String) - Method in class com.dyuproject.util.format.JSONConverter
 
getBuffer(Object, String) - Method in class com.dyuproject.util.format.XMLConverter
 
getBuffer(Object[], String) - Method in class com.dyuproject.util.format.XMLConverter
 
getBuffer(Collection<Object>, String) - Method in class com.dyuproject.util.format.XMLConverter
 
getBuffer(Map<String, Object>, String) - Method in class com.dyuproject.util.format.XMLConverter
 
getBuffer(FormatConverter.Bean, String) - Method in class com.dyuproject.util.format.XMLConverter
 
getBuffer(Map<String, Object>[], String) - Method in class com.dyuproject.util.format.XMLConverter
 
getBufferSize() - Static method in class com.dyuproject.openid.SimpleHttpConnector
 
getById() - Method in class com.dyuproject.demos.todolist.service.TodoService
 
getById() - Method in class com.dyuproject.demos.todolist.service.UserService
 
getByStatus(boolean) - Method in class com.dyuproject.demos.todolist.dao.TodoDao
 
getByteArrayOutputStream(InputStream) - Static method in class com.dyuproject.util.ResourceUtil
 
getByUser(Long) - Method in class com.dyuproject.demos.todolist.dao.TodoDao
 
getByUserAndStatus(Long, boolean) - Method in class com.dyuproject.demos.todolist.dao.TodoDao
 
getByUserId() - Method in class com.dyuproject.demos.todolist.service.TodoService
 
getClaimedId() - Method in class com.dyuproject.openid.OpenIdUser
 
getClassLoader() - Method in class com.dyuproject.util.Application
 
getContent() - Method in class com.dyuproject.demos.todolist.model.Todo
 
getContentType() - Method in interface com.dyuproject.util.format.FormatConverter.Builder
 
getContentType() - Method in class com.dyuproject.util.format.FormatConverter
 
getContentType() - Method in class com.dyuproject.util.format.JSONConverter
 
getContentType() - Method in class com.dyuproject.util.format.XMLConverter
 
getContext(HttpServletRequest) - Static method in class com.dyuproject.web.rest.dispatcher.LocalizedVelocityContext
 
getController(String) - Method in class com.dyuproject.web.rest.mvc.controller.ContextController
Deprecated.  
getController(String) - Method in class com.dyuproject.web.rest.mvc.RESTControllerContext
Deprecated.  
getConverter(String) - Static method in class com.dyuproject.util.format.FormatConverter
 
getCountry() - Method in class com.dyuproject.openid.ext.SReg
 
getCredentialSource() - Method in class com.dyuproject.web.auth.Authentication
 
getCurrentEntityManager() - Static method in class com.dyuproject.ext.jpa.EntityManagerManager
 
getCurrentFeedback() - Static method in class com.dyuproject.demos.todolist.dao.AbstractDao
 
getCurrentPath() - Static method in class com.dyuproject.util.ResourceUtil
 
getCurrentRequestContext() - Static method in class com.dyuproject.web.rest.WebContext
 
getCurrentSession() - Static method in class com.dyuproject.web.CookieSessionManager
 
getCurrentSession() - Static method in class com.dyuproject.web.rest.WebContext
 
getDefault() - Static method in class com.dyuproject.openid.SessionType
 
getDefault() - Static method in class com.dyuproject.util.format.FormatConverter
 
getDefaultController() - Method in class com.dyuproject.web.rest.mvc.controller.ContextController
Deprecated.  
getDefaultController() - Method in class com.dyuproject.web.rest.mvc.RESTControllerContext
Deprecated.  
getDefaultDispatcher() - Method in class com.dyuproject.web.rest.WebContext
 
getDigestedValue(String, String, String) - Static method in class com.dyuproject.util.DigestUtil
 
getDigestedValue(String, String) - Static method in class com.dyuproject.util.DigestUtil
 
getDigestType() - Method in class com.dyuproject.openid.SessionType
 
getDiscovery() - Method in class com.dyuproject.openid.OpenIdContext
 
getDob() - Method in class com.dyuproject.openid.ext.SReg
 
getEmail() - Method in class com.dyuproject.demos.todolist.model.User
 
getEmail() - Method in class com.dyuproject.openid.ext.SReg
 
getEncoded(String) - Method in class com.dyuproject.openid.UrlEncodedParameterMap
 
getEntityManager() - Method in class com.dyuproject.ext.jpa.EntityManagerManager
 
getFilesByExtension(File, String[]) - Static method in class com.dyuproject.util.ResourceUtil
 
getFirstName() - Method in class com.dyuproject.demos.todolist.model.User
 
getFirstNode() - Method in interface com.dyuproject.util.xml.Node
 
getFirstNode() - Method in class com.dyuproject.util.xml.SimpleNode
 
getFormat() - Method in interface com.dyuproject.util.format.FormatConverter.Builder
 
getFormat() - Method in class com.dyuproject.util.format.FormatConverter
 
getFormat() - Method in class com.dyuproject.util.format.JSONConverter
 
getFormat() - Method in class com.dyuproject.util.format.XMLConverter
 
getForwardUri() - Method in class com.dyuproject.openid.OpenIdServletFilter
 
getFullname() - Method in class com.dyuproject.openid.ext.SReg
 
getGender() - Method in class com.dyuproject.openid.ext.SReg
 
getGetterMethods(Class<?>) - Static method in class com.dyuproject.util.reflect.ReflectUtil
 
getHeader(String) - Method in interface com.dyuproject.openid.HttpConnector.Response
 
getHexBytes(byte[]) - Static method in class com.dyuproject.util.DigestUtil
 
getHexChars(byte[]) - Static method in class com.dyuproject.util.DigestUtil
 
getHexString(byte[], String) - Static method in class com.dyuproject.util.DigestUtil
 
getHttpConnector() - Method in class com.dyuproject.openid.OpenIdContext
 
getHttpMethod() - Method in class com.dyuproject.web.rest.service.AnnotatedMethodResource
 
getHttpMethod() - Method in interface com.dyuproject.web.rest.service.Resource
 
getId() - Method in class com.dyuproject.demos.todolist.model.Todo
 
getId() - Method in class com.dyuproject.demos.todolist.model.User
 
getId() - Method in class com.dyuproject.openid.Identifier
 
getId() - Method in class com.dyuproject.web.rest.service.PathHandler
 
getIdentifier(String, Identifier.Resolver, OpenIdContext) - Static method in class com.dyuproject.openid.Identifier
 
getIdentifier() - Method in class com.dyuproject.web.rest.mvc.AbstractController
Deprecated.  
getIdentifier() - Method in interface com.dyuproject.web.rest.mvc.Controller
Deprecated.  
getIdentifierAttribute() - Method in class com.dyuproject.web.rest.mvc.AbstractController
Deprecated.  
getIdentifierAttribute() - Method in interface com.dyuproject.web.rest.mvc.Controller
Deprecated.  
getIdentity() - Method in class com.dyuproject.openid.OpenIdUser
 
getIndex(HttpServletRequest) - Method in class com.dyuproject.web.rest.mvc.controller.ContextController
Deprecated.  
getInputStream() - Method in interface com.dyuproject.openid.HttpConnector.Response
 
getInstance() - Static method in class com.dyuproject.openid.RelyingParty
 
getInstance() - Static method in class com.dyuproject.util.format.JSONConverter
 
getInstance() - Static method in class com.dyuproject.util.format.XMLConverter
 
getInterceptor() - Method in class com.dyuproject.web.rest.mvc.AbstractController
Deprecated.  
getInterceptor() - Method in interface com.dyuproject.web.rest.mvc.Controller
Deprecated.  
getInterceptor() - Method in class com.dyuproject.web.rest.WrapperInterceptor
 
getInterceptors() - Method in class com.dyuproject.web.rest.InterceptorCollection
 
getJSPDispatcher() - Method in class com.dyuproject.web.rest.WebContext
 
getKey() - Method in class com.dyuproject.util.Cryptography
 
getKeys() - Method in class com.dyuproject.web.rest.dispatcher.LocalizedVelocityContext
 
getLanguage() - Method in class com.dyuproject.openid.ext.SReg
 
getLastName() - Method in class com.dyuproject.demos.todolist.model.User
 
getLastNode() - Method in interface com.dyuproject.util.xml.Node
 
getLastNode() - Method in class com.dyuproject.util.xml.SimpleNode
 
getListeners() - Method in class com.dyuproject.openid.RelyingParty.ListenerCollection
 
getMethods(Class) - Static method in class com.dyuproject.util.format.FormatConverter
 
getMime() - Method in class com.dyuproject.web.rest.RequestContext
 
getMsg() - Method in class com.dyuproject.demos.todolist.Feedback
 
getName() - Method in interface com.dyuproject.util.xml.Node
 
getName() - Method in class com.dyuproject.util.xml.SimpleNode
 
getNamespace() - Method in interface com.dyuproject.util.xml.Node
 
getNamespace() - Method in class com.dyuproject.util.xml.SimpleNode
 
getNickname() - Method in class com.dyuproject.openid.ext.SReg
 
getNode(String) - Static method in class com.dyuproject.util.Manifest
 
getNode(int) - Method in interface com.dyuproject.util.xml.Node
 
getNode(String) - Method in interface com.dyuproject.util.xml.Node
 
getNode(String, int) - Method in interface com.dyuproject.util.xml.Node
 
getNode() - Method in class com.dyuproject.util.xml.SimpleHandler
 
getNode(int) - Method in class com.dyuproject.util.xml.SimpleNode
 
getNode(String) - Method in class com.dyuproject.util.xml.SimpleNode
 
getNode(String, int) - Method in class com.dyuproject.util.xml.SimpleNode
 
getNodeFromLast(String) - Method in interface com.dyuproject.util.xml.Node
 
getNodeFromLast(String, int) - Method in interface com.dyuproject.util.xml.Node
 
getNodeFromLast(String) - Method in class com.dyuproject.util.xml.SimpleNode
 
getNodeFromLast(String, int) - Method in class com.dyuproject.util.xml.SimpleNode
 
getNodes() - Method in interface com.dyuproject.util.xml.Node
 
getNodes(String) - Method in interface com.dyuproject.util.xml.Node
 
getNodes() - Method in class com.dyuproject.util.xml.SimpleNode
 
getNodes(String) - Method in class com.dyuproject.util.xml.SimpleNode
 
getOpenIdContext() - Method in class com.dyuproject.openid.RelyingParty
 
getOpenIdDelegate() - Method in class com.dyuproject.openid.OpenIdUser
 
getOpenIdServer() - Method in class com.dyuproject.openid.OpenIdUser
 
getOpenIdUserManager() - Method in class com.dyuproject.openid.RelyingParty
 
getOrder(Set<String>) - Static method in class com.dyuproject.util.format.FormatConverter
 
getParams(HttpServletRequest) - Static method in class com.dyuproject.web.RequestUtil
 
getParent() - Method in interface com.dyuproject.util.xml.Node
 
getParent() - Method in class com.dyuproject.util.xml.SimpleNode
 
getParentClassLoader() - Method in class com.dyuproject.util.Application
 
getPassword() - Method in class com.dyuproject.demos.todolist.model.User
 
getPassword(String, String, HttpServletRequest) - Method in interface com.dyuproject.web.auth.CredentialSource
 
getPassword(String, String, HttpServletRequest) - Method in class com.dyuproject.web.auth.SimpleCredentialSource
 
getPathElement(int) - Method in class com.dyuproject.web.rest.RequestContext
 
getPathInfo() - Method in class com.dyuproject.web.rest.RequestContext
 
getPersistenceUnitName() - Method in class com.dyuproject.ext.jpa.EntityManagerManager
 
getPlainDigestedValue(String, byte[]) - Static method in class com.dyuproject.util.DigestUtil
 
getProperties(String) - Static method in class com.dyuproject.util.Manifest
 
getProperty(String) - Method in class com.dyuproject.web.rest.WebContext
 
getPropertyCount() - Method in class com.dyuproject.openid.ext.SReg
 
getRelyingParty() - Method in class com.dyuproject.openid.OpenIdServletFilter
 
getRequest() - Method in class com.dyuproject.web.rest.RequestContext
 
getRequestContext() - Method in class com.dyuproject.web.rest.WebContext
 
getResolvers() - Method in class com.dyuproject.openid.Identifier.ResolverCollection
 
getResponse() - Method in class com.dyuproject.web.rest.RequestContext
 
getScript() - Method in class com.dyuproject.web.DevScriptServlet
 
getService() - Method in class com.dyuproject.web.rest.service.AnnotatedMethodResource
 
getServiceMethod() - Method in class com.dyuproject.web.rest.service.AnnotatedMethodResource
 
getServletContext() - Method in class com.dyuproject.web.rest.WebContext
 
getSession(HttpServletRequest, boolean) - Method in class com.dyuproject.web.CookieSessionManager
 
getSession(HttpServletRequest, boolean) - Method in class com.dyuproject.web.rest.WebContext
 
getSession(HttpServletRequest) - Method in class com.dyuproject.web.rest.WebContext
 
getSessionAssociationType() - Method in class com.dyuproject.openid.DiffieHellmanAssociation
 
getSessionType() - Method in class com.dyuproject.openid.SessionType
 
getSetterMethods(Class<?>) - Static method in class com.dyuproject.util.reflect.ReflectUtil
 
getSharedSecretKey(BigInteger, BigInteger, BigInteger) - Static method in class com.dyuproject.util.DiffieHellman
 
getSignature(byte[], byte[]) - Method in class com.dyuproject.openid.SessionType
 
getSimpleType(Class<?>) - Static method in class com.dyuproject.util.reflect.ParameterType
 
getStatus() - Method in interface com.dyuproject.openid.HttpConnector.Response
 
getTempDir() - Static method in class com.dyuproject.util.Application
 
getTempDir() - Static method in class com.dyuproject.util.ArchiveUtil
 
getText() - Method in interface com.dyuproject.util.xml.Node
 
getText() - Method in class com.dyuproject.util.xml.SimpleNode
 
getTimeCreated() - Method in class com.dyuproject.web.CookieSession
 
getTimeUpdated() - Method in class com.dyuproject.web.CookieSession
 
getTimezone() - Method in class com.dyuproject.openid.ext.SReg
 
getTitle() - Method in class com.dyuproject.demos.todolist.model.Todo
 
getTodos() - Method in class com.dyuproject.demos.todolist.model.User
 
getType() - Method in class com.dyuproject.web.auth.Authentication
 
getType() - Method in class com.dyuproject.web.auth.BasicAuthentication
 
getType() - Method in class com.dyuproject.web.auth.DigestAuthentication
 
getTypeClass() - Method in class com.dyuproject.util.reflect.ParameterType
 
getUrl() - Method in class com.dyuproject.openid.Identifier
 
getUrl() - Method in class com.dyuproject.openid.UrlEncodedParameterMap
 
getUser() - Method in class com.dyuproject.demos.todolist.model.Todo
 
getUser(HttpServletRequest) - Method in class com.dyuproject.openid.manager.CookieBasedUserManager
 
getUser(HttpServletRequest) - Method in class com.dyuproject.openid.manager.HttpSessionUserManager
 
getUser(HttpServletRequest) - Method in interface com.dyuproject.openid.OpenIdUserManager
 
getUsername() - Method in class com.dyuproject.demos.todolist.model.User
 
getValidatedParams(HttpServletRequest) - Method in class com.dyuproject.web.RequiredParametersValidator
 
getVerbOrId(HttpServletRequest) - Method in class com.dyuproject.web.rest.mvc.AbstractController
Deprecated.  
getView() - Method in class com.dyuproject.web.rest.mvc.controller.JSPViewController
Deprecated.  
getViewDispatcher(String) - Method in class com.dyuproject.web.rest.WebContext
 
getWebContext() - Method in class com.dyuproject.web.rest.AbstractInterceptor
 
getWebContext() - Method in class com.dyuproject.web.rest.mvc.AbstractController
Deprecated.  
getWebContext() - Method in class com.dyuproject.web.rest.service.AbstractResource
 
getWebContext() - Method in class com.dyuproject.web.rest.service.AbstractService
 

H

handle(HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.openid.OpenIdServletFilter
 
handle(String, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.rest.mvc.controller.ContextController
Deprecated.  
handle(String, HttpServletRequest, HttpServletResponse) - Method in interface com.dyuproject.web.rest.mvc.Controller
Deprecated.  
handle(String, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.rest.mvc.controller.JSPViewController
Deprecated.  
handle(String, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.rest.mvc.controller.StaticResourceController
Deprecated.  
handle(String, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.rest.mvc.controller.VerbMappedController
Deprecated.  
handle(String[], String, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.rest.mvc.RESTControllerContext
Deprecated.  
handle(Controller, String, HttpServletRequest, HttpServletResponse) - Static method in class com.dyuproject.web.rest.mvc.RESTControllerContext
Deprecated.  
handle() - Method in class com.dyuproject.web.rest.service.AnnotatedMethodResource
 
handle(int, String[]) - Method in class com.dyuproject.web.rest.service.PathHandler
 
handle() - Method in interface com.dyuproject.web.rest.service.Resource
 
handleDefault(String, String, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.rest.mvc.controller.CRUDController
Deprecated.  
handleDefault(String, String, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.rest.mvc.controller.VerbMappedController
Deprecated.  
handlePath(RequestContext) - Method in class com.dyuproject.web.rest.mvc.RESTControllerContext
Deprecated.  
handlePath(RequestContext) - Method in class com.dyuproject.web.rest.service.RESTServiceContext
 
handlePath(RequestContext) - Method in class com.dyuproject.web.rest.WebContext
 
handleRoot(String, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.rest.mvc.controller.ContextController
Deprecated.  
handleRoot(RequestContext) - Method in class com.dyuproject.web.rest.mvc.RESTControllerContext
Deprecated.  
handleRoot(RequestContext) - Method in class com.dyuproject.web.rest.service.RESTServiceContext
 
handleRoot(RequestContext) - Method in class com.dyuproject.web.rest.WebContext
 
hasAttribute(String) - Method in interface com.dyuproject.util.xml.Node
 
hasAttribute(String) - Method in class com.dyuproject.util.xml.SimpleNode
 
hashCode() - Method in class com.dyuproject.util.reflect.ParameterType
 
HEAD - Static variable in interface com.dyuproject.openid.HttpConnector
 
HEADER - Static variable in class com.dyuproject.util.format.XMLConverter
 
hello() - Method in class com.dyuproject.demos.helloworld.HelloWorldService
 
helloSexyStranger() - Method in class com.dyuproject.demos.helloworld.HelloWorldService
 
helloStranger() - Method in class com.dyuproject.demos.helloworld.HelloWorldService
 
helloStrangerWorld() - Method in class com.dyuproject.demos.helloworld.HelloWorldService
 
helloworld() - Method in class com.dyuproject.demos.helloworld.HelloWorldService
 
helloworldEntity() - Method in class com.dyuproject.demos.helloworld.HelloWorldService
 
helloworldPost() - Method in class com.dyuproject.demos.helloworld.HelloWorldService
 
helloworldProtected() - Method in class com.dyuproject.demos.helloworld.HelloWorldService
 
HelloWorldService - Class in com.dyuproject.demos.helloworld
 
HelloWorldService() - Constructor for class com.dyuproject.demos.helloworld.HelloWorldService
 
HEXADECIMAL - Static variable in class com.dyuproject.util.DigestUtil
 
HMAC_SHA1 - Static variable in class com.dyuproject.openid.SessionType
 
HMAC_SHA256 - Static variable in class com.dyuproject.openid.SessionType
 
HomeServlet - Class in com.dyuproject.demos.openidservlet
Home Servlet.
HomeServlet() - Constructor for class com.dyuproject.demos.openidservlet.HomeServlet
 
HtmlBasedDiscovery - Class in com.dyuproject.openid
Discovery mechanism to retrieve the openid.server and openid.delegate from link tags.
HtmlBasedDiscovery() - Constructor for class com.dyuproject.openid.HtmlBasedDiscovery
 
HttpConnector - Interface in com.dyuproject.openid
HttpConnector - reads/writes bytes from/to http endpoints.
HttpConnector.Response - Interface in com.dyuproject.openid
 
HttpSessionUserManager - Class in com.dyuproject.openid.manager
OpenIdUser is persisted in the HttpSession.
HttpSessionUserManager() - Constructor for class com.dyuproject.openid.manager.HttpSessionUserManager
 
HYPHENATED - Static variable in class com.dyuproject.util.validate.IPDomainValidator
 

I

ID - Static variable in class com.dyuproject.demos.todolist.Constants
 
ID_NOT_FOUND_MSG - Static variable in class com.dyuproject.openid.OpenIdServletFilter
 
ID_RES - Static variable in class com.dyuproject.openid.Constants.Mode
 
Identifier - Class in com.dyuproject.openid
The openid identifier is the user-supplied openid.
Identifier(String) - Constructor for class com.dyuproject.openid.Identifier
 
Identifier.Resolver - Interface in com.dyuproject.openid
 
Identifier.ResolverCollection - Class in com.dyuproject.openid
 
Identifier.ResolverCollection() - Constructor for class com.dyuproject.openid.Identifier.ResolverCollection
 
indexOf(Identifier.Resolver) - Method in class com.dyuproject.openid.Identifier.ResolverCollection
 
indexOf(RelyingParty.Listener) - Method in class com.dyuproject.openid.RelyingParty.ListenerCollection
 
indexOf(char[], char, int) - Static method in class com.dyuproject.util.validate.IPDomainValidator
 
indexOf(String) - Method in interface com.dyuproject.util.xml.Node
 
indexOf(String, int) - Method in interface com.dyuproject.util.xml.Node
 
indexOf(String) - Method in class com.dyuproject.util.xml.SimpleNode
 
indexOf(String, int) - Method in class com.dyuproject.util.xml.SimpleNode
 
indexOf(Interceptor) - Method in class com.dyuproject.web.rest.InterceptorCollection
 
init() - Method in class com.dyuproject.demos.helloworld.DigestAuthInterceptor
 
init() - Method in class com.dyuproject.demos.helloworld.HelloWorldService
 
init(WebContext) - Method in class com.dyuproject.demos.helloworld.SimpleInterceptor
 
init(WebContext) - Method in class com.dyuproject.demos.helloworld.SimpleInterceptorWC1
 
init(WebContext) - Method in class com.dyuproject.demos.helloworld.SimpleInterceptorWC2
 
init() - Method in class com.dyuproject.demos.openidservlet.HomeServlet
 
init() - Method in class com.dyuproject.demos.todolist.service.MainService
 
init() - Method in class com.dyuproject.demos.todolist.service.TodoService
 
init() - Method in class com.dyuproject.demos.todolist.service.UserService
 
init() - Method in class com.dyuproject.ext.jpa.EntityManagerManager
 
init(FilterConfig) - Method in class com.dyuproject.ext.jpa.EntityManagerManager
 
init(Properties) - Method in class com.dyuproject.openid.manager.CookieBasedUserManager
 
init(Properties) - Method in class com.dyuproject.openid.manager.HttpSessionUserManager
 
init(FilterConfig) - Method in class com.dyuproject.openid.OpenIdServletFilter
 
init(Properties) - Method in interface com.dyuproject.openid.OpenIdUserManager
 
init(Properties) - Method in class com.dyuproject.web.CookieSessionManager
 
init() - Method in class com.dyuproject.web.DevScriptServlet
 
init(WebContext) - Method in class com.dyuproject.web.rest.AbstractInterceptor
 
init() - Method in class com.dyuproject.web.rest.AbstractInterceptor
 
init(WebContext) - Method in class com.dyuproject.web.rest.DefaultDispatcher
 
init(WebContext) - Method in class com.dyuproject.web.rest.dispatcher.VelocityDispatcher
 
init(WebContext) - Method in interface com.dyuproject.web.rest.Interceptor
 
init() - Method in class com.dyuproject.web.rest.InterceptorCollection
 
init(WebContext) - Method in class com.dyuproject.web.rest.JSPDispatcher
 
init(WebContext) - Method in class com.dyuproject.web.rest.mvc.AbstractController
Deprecated.  
init() - Method in class com.dyuproject.web.rest.mvc.AbstractController
Deprecated.  
init() - Method in class com.dyuproject.web.rest.mvc.controller.ContextController
Deprecated.  
init() - Method in class com.dyuproject.web.rest.mvc.controller.CRUDController
Deprecated.  
init(WebContext) - Method in interface com.dyuproject.web.rest.mvc.Controller
Deprecated.  
init() - Method in class com.dyuproject.web.rest.mvc.controller.JSPViewController
Deprecated.  
init() - Method in class com.dyuproject.web.rest.mvc.controller.StaticResourceController
Deprecated.  
init() - Method in class com.dyuproject.web.rest.mvc.controller.VerbMappedController
Deprecated.  
init() - Method in class com.dyuproject.web.rest.mvc.RESTControllerContext
Deprecated.  
init() - Method in class com.dyuproject.web.rest.RESTServlet
 
init(WebContext) - Method in class com.dyuproject.web.rest.service.AbstractResource
 
init() - Method in class com.dyuproject.web.rest.service.AbstractResource
 
init(WebContext) - Method in class com.dyuproject.web.rest.service.AbstractService
 
init() - Method in class com.dyuproject.web.rest.service.AbstractService
 
init(WebContext) - Method in class com.dyuproject.web.rest.service.AnnotatedMethodResource
 
init() - Method in class com.dyuproject.web.rest.service.PathHandler
 
init(WebContext) - Method in interface com.dyuproject.web.rest.service.Resource
 
init() - Method in class com.dyuproject.web.rest.service.RESTServiceContext
 
init(WebContext) - Method in interface com.dyuproject.web.rest.service.Service
 
init(WebContext) - Method in interface com.dyuproject.web.rest.ViewDispatcher
 
init() - Method in class com.dyuproject.web.rest.WebContext
 
init() - Method in class com.dyuproject.web.rest.WrapperInterceptor
 
initialValue() - Method in class com.dyuproject.web.rest.RequestContext.Local
 
INTEGER - Static variable in class com.dyuproject.util.reflect.ParameterType
 
Interceptor - Interface in com.dyuproject.web.rest
Pre-handling and post-handling of REST requests allowing the request to continue or not.
InterceptorCollection - Class in com.dyuproject.web.rest
Wraps an arry of interceptors and does the handle chain.
InterceptorCollection() - Constructor for class com.dyuproject.web.rest.InterceptorCollection
 
INVALID - Static variable in class com.dyuproject.util.validate.IPDomainValidator
 
invalidate(HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.openid.manager.CookieBasedUserManager
 
invalidate(HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.openid.manager.HttpSessionUserManager
 
invalidate(HttpServletRequest, HttpServletResponse) - Method in interface com.dyuproject.openid.OpenIdUserManager
 
invalidate(HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.openid.RelyingParty
 
invalidateSession(HttpServletResponse) - Method in class com.dyuproject.web.CookieSessionManager
 
invalidateSession(HttpServletResponse) - Method in class com.dyuproject.web.rest.WebContext
 
IP - Static variable in class com.dyuproject.util.validate.IPDomainValidator
 
IPDomainValidator - Class in com.dyuproject.util.validate
 
IPDomainValidator() - Constructor for class com.dyuproject.util.validate.IPDomainValidator
 
isAllowMethodOverride() - Method in class com.dyuproject.web.rest.mvc.controller.CRUDController
Deprecated.  
isAssociated() - Method in class com.dyuproject.openid.OpenIdUser
 
isAuthenticated() - Method in class com.dyuproject.openid.OpenIdUser
 
isAuthResponse(HttpServletRequest) - Static method in class com.dyuproject.openid.RelyingParty
 
isCompleted() - Method in class com.dyuproject.demos.todolist.model.Todo
 
isDestroyed() - Method in class com.dyuproject.openid.RelyingParty
 
isError() - Method in class com.dyuproject.demos.todolist.Feedback
 
isInitialized() - Method in class com.dyuproject.web.rest.mvc.AbstractController
Deprecated.  
isInitialized() - Method in class com.dyuproject.web.rest.service.AbstractService
 
isInitialized() - Method in class com.dyuproject.web.rest.WebContext
 
isMimeSupported(String) - Method in class com.dyuproject.web.rest.WebContext
 
isPathParameter(String) - Static method in class com.dyuproject.web.rest.service.PathHandler
 
isPersisted() - Method in class com.dyuproject.web.CookieSession
 
isPositive() - Method in class com.dyuproject.demos.todolist.Feedback
 
isResolved() - Method in class com.dyuproject.openid.Identifier
 
isRoot() - Method in interface com.dyuproject.util.xml.Node
 
isRoot() - Method in class com.dyuproject.util.xml.SimpleNode
 
isSessionEnabled() - Method in class com.dyuproject.web.rest.WebContext
 
isSupported(String) - Static method in class com.dyuproject.util.ArchiveUtil
 
isUrlContentTypeXrds() - Method in class com.dyuproject.openid.Identifier
 
isValid(String) - Static method in class com.dyuproject.util.validate.IPDomainValidator
 
isValid(char[]) - Static method in class com.dyuproject.util.validate.IPDomainValidator
 
isValid(String, int, int) - Static method in class com.dyuproject.util.validate.IPDomainValidator
 
isValid(char[], int, int) - Static method in class com.dyuproject.util.validate.IPDomainValidator
 

J

JSON - Static variable in class com.dyuproject.demos.todolist.Constants
 
JSON - Static variable in class com.dyuproject.util.format.FormatConverter
 
JSONConverter - Class in com.dyuproject.util.format
Converts a bean to a string in JSON format.
JSP - Static variable in class com.dyuproject.web.rest.JSPDispatcher
 
JSPDispatcher - Class in com.dyuproject.web.rest
Efficiently dispatches to the jsp servlet.
JSPDispatcher() - Constructor for class com.dyuproject.web.rest.JSPDispatcher
 
JSPViewController - Class in com.dyuproject.web.rest.mvc.controller
Deprecated. 
JSPViewController() - Constructor for class com.dyuproject.web.rest.mvc.controller.JSPViewController
Deprecated.  

L

LAST_NAME - Static variable in class com.dyuproject.demos.todolist.Constants
 
lastIndexOf(char[], char, int) - Static method in class com.dyuproject.util.validate.IPDomainValidator
 
lastIndexOf(String) - Method in interface com.dyuproject.util.xml.Node
 
lastIndexOf(String, int) - Method in interface com.dyuproject.util.xml.Node
 
lastIndexOf(String) - Method in class com.dyuproject.util.xml.SimpleNode
 
lastIndexOf(String, int) - Method in class com.dyuproject.util.xml.SimpleNode
 
LazyHandler - Interface in com.dyuproject.util.xml
A handler that can terminate the parsing anytime.
LIST_P - Static variable in class com.dyuproject.util.format.XMLConverter
 
LIST_S - Static variable in class com.dyuproject.util.format.XMLConverter
 
LocalizedVelocityContext - Class in com.dyuproject.web.rest.dispatcher
 
login() - Method in class com.dyuproject.demos.todolist.service.MainService
 
LoginInterceptor - Class in com.dyuproject.demos.todolist.service
 
LoginInterceptor() - Constructor for class com.dyuproject.demos.todolist.service.LoginInterceptor
 
logout() - Method in class com.dyuproject.demos.todolist.service.MainService
 
LogoutServlet - Class in com.dyuproject.demos.openidservlet
Logout Servlet
LogoutServlet() - Constructor for class com.dyuproject.demos.openidservlet.LogoutServlet
 
LONG - Static variable in class com.dyuproject.util.reflect.ParameterType
 

M

MAC_KEY - Static variable in class com.dyuproject.openid.Constants.Assoc
 
main(String[]) - Static method in class com.dyuproject.util.Application
 
main(String[]) - Static method in class com.dyuproject.util.Manifest
 
MainService - Class in com.dyuproject.demos.todolist.service
 
MainService() - Constructor for class com.dyuproject.demos.todolist.service.MainService
 
Manifest - Class in com.dyuproject.util
 
Manifest() - Constructor for class com.dyuproject.util.Manifest
 
map(String, Interceptor) - Method in class com.dyuproject.web.rest.service.PathHandler
 
map(String, Resource) - Method in class com.dyuproject.web.rest.service.PathHandler
 
MD5 - Static variable in class com.dyuproject.util.DigestUtil
 
merge(Object) - Method in class com.dyuproject.ext.jpa.DefaultDao
 
MIXED - Static variable in class com.dyuproject.util.validate.IPDomainValidator
 
MSG - Static variable in class com.dyuproject.demos.todolist.Constants
 
MyContextListener - Class in com.dyuproject.demos.openidservlet
 
MyContextListener() - Constructor for class com.dyuproject.demos.openidservlet.MyContextListener
 

N

NEW_PASSWORD - Static variable in class com.dyuproject.demos.todolist.Constants
 
newApplication() - Static method in class com.dyuproject.util.Application
 
newInstance(String) - Static method in class com.dyuproject.openid.RelyingParty
 
newInstance(URL) - Static method in class com.dyuproject.openid.RelyingParty
 
newInstance(InputStream) - Static method in class com.dyuproject.openid.RelyingParty
 
newInstance(Properties) - Static method in class com.dyuproject.openid.RelyingParty
 
newNonce(HttpServletRequest) - Method in class com.dyuproject.web.auth.DigestAuthentication
 
newNonce(HttpServletRequest) - Method in class com.dyuproject.web.auth.SmartDigestAuthentication
 
newObjectInstance(String) - Method in class com.dyuproject.web.rest.RESTServlet
 
newObjectInstance(String) - Method in class com.dyuproject.web.rest.WebContext
 
NO_CHANGES_MADE - Static variable in class com.dyuproject.demos.todolist.Feedback
 
Node - Interface in com.dyuproject.util.xml
XML to POJO bean
NS - Static variable in class com.dyuproject.openid.Constants.Assoc
 
NULL - Static variable in class com.dyuproject.util.format.FormatConverter
 

O

OBJECT_P - Static variable in class com.dyuproject.util.format.XMLConverter
 
OBJECT_S - Static variable in class com.dyuproject.util.format.XMLConverter
 
OBJECT_WITH_CLASS - Static variable in class com.dyuproject.util.format.XMLConverter
 
OLD_PASSWORD - Static variable in class com.dyuproject.demos.todolist.Constants
 
onAccess(OpenIdUser, HttpServletRequest) - Method in class com.dyuproject.demos.openidservlet.MyContextListener
 
onAccess(OpenIdUser, HttpServletRequest) - Method in class com.dyuproject.openid.ext.SRegConfigListener
 
onAccess(OpenIdUser, HttpServletRequest) - Method in interface com.dyuproject.openid.RelyingParty.Listener
 
onAccess(OpenIdUser, HttpServletRequest) - Method in class com.dyuproject.openid.RelyingParty.ListenerCollection
 
onAuthenticate(OpenIdUser, HttpServletRequest) - Method in class com.dyuproject.demos.openidservlet.MyContextListener
 
onAuthenticate(OpenIdUser, HttpServletRequest) - Method in class com.dyuproject.openid.ext.SRegConfigListener
 
onAuthenticate(OpenIdUser, HttpServletRequest) - Method in interface com.dyuproject.openid.RelyingParty.Listener
 
onAuthenticate(OpenIdUser, HttpServletRequest) - Method in class com.dyuproject.openid.RelyingParty.ListenerCollection
 
onAuthenticated(String, String, String, HttpServletRequest, HttpServletResponse) - Method in interface com.dyuproject.web.auth.CredentialSource
 
onAuthenticated(String, String, String, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.auth.SimpleCredentialSource
 
onDiscovery(OpenIdUser, HttpServletRequest) - Method in class com.dyuproject.demos.openidservlet.MyContextListener
 
onDiscovery(OpenIdUser, HttpServletRequest) - Method in class com.dyuproject.openid.ext.SRegConfigListener
 
onDiscovery(OpenIdUser, HttpServletRequest) - Method in interface com.dyuproject.openid.RelyingParty.Listener
 
onDiscovery(OpenIdUser, HttpServletRequest) - Method in class com.dyuproject.openid.RelyingParty.ListenerCollection
 
onPreAuthenticate(OpenIdUser, HttpServletRequest, UrlEncodedParameterMap) - Method in class com.dyuproject.demos.openidservlet.MyContextListener
 
onPreAuthenticate(OpenIdUser, HttpServletRequest, UrlEncodedParameterMap) - Method in class com.dyuproject.openid.ext.SRegConfigListener
 
onPreAuthenticate(OpenIdUser, HttpServletRequest, UrlEncodedParameterMap) - Method in interface com.dyuproject.openid.RelyingParty.Listener
 
onPreAuthenticate(OpenIdUser, HttpServletRequest, UrlEncodedParameterMap) - Method in class com.dyuproject.openid.RelyingParty.ListenerCollection
 
OPENID_ASSOC_HANDLE - Static variable in class com.dyuproject.openid.Constants
 
OPENID_ASSOC_TYPE - Static variable in class com.dyuproject.openid.Constants
 
OPENID_CLAIMED_ID - Static variable in class com.dyuproject.openid.Constants
 
OPENID_DH_CONSUMER_PUBLIC - Static variable in class com.dyuproject.openid.Constants
 
OPENID_DH_GEN - Static variable in class com.dyuproject.openid.Constants
 
OPENID_DH_MODULUS - Static variable in class com.dyuproject.openid.Constants
 
OPENID_IDENTITY - Static variable in class com.dyuproject.openid.Constants
 
OPENID_MODE - Static variable in class com.dyuproject.openid.Constants
 
OPENID_NS - Static variable in class com.dyuproject.openid.Constants
 
OPENID_NS - Static variable in class com.dyuproject.openid.OpenIdContext
 
OPENID_NS_SREG - Static variable in class com.dyuproject.openid.Constants
 
OPENID_OP_ENDPOINT - Static variable in class com.dyuproject.openid.Constants
 
OPENID_REALM - Static variable in class com.dyuproject.openid.Constants
 
OPENID_RESPONSE_NONCE - Static variable in class com.dyuproject.openid.Constants
 
OPENID_RETURN_TO - Static variable in class com.dyuproject.openid.Constants
 
OPENID_SESSION_TYPE - Static variable in class com.dyuproject.openid.Constants
 
OPENID_SIG - Static variable in class com.dyuproject.openid.Constants
 
OPENID_SIGNED - Static variable in class com.dyuproject.openid.Constants
 
OPENID_SREG_OPTIONAL - Static variable in class com.dyuproject.openid.Constants
 
OPENID_TRUST_ROOT - Static variable in class com.dyuproject.openid.Constants
 
OpenIdContext - Class in com.dyuproject.openid
OpenIdContext - contains all necessary objects to operate on openid procedures.
OpenIdContext() - Constructor for class com.dyuproject.openid.OpenIdContext
 
OpenIdContext(Discovery, Association, HttpConnector) - Constructor for class com.dyuproject.openid.OpenIdContext
 
OpenIdServletFilter - Class in com.dyuproject.openid
An openid servlet filter that can work with hardly any configuration.
OpenIdServletFilter() - Constructor for class com.dyuproject.openid.OpenIdServletFilter
 
OpenIdUser - Class in com.dyuproject.openid
The openid user where the identity, claimedId and association metadata are persisted.
OpenIdUser() - Constructor for class com.dyuproject.openid.OpenIdUser
 
OpenIdUserManager - Interface in com.dyuproject.openid
Manages associated/authenticated users
OPTIONAL - Static variable in class com.dyuproject.openid.Constants.Sreg
 
overview() - Method in class com.dyuproject.demos.todolist.service.MainService
 

P

P_NULL - Static variable in class com.dyuproject.util.format.JSONConverter
 
PARAM - Static variable in class com.dyuproject.web.rest.service.PathHandler
 
ParameterMappedBean - Interface in com.dyuproject.util.reflect
A bean that can be constructed from a set of string/value pairs
ParameterType - Class in com.dyuproject.util.reflect
The java.lang.* primitive and primitive wrapper types
ParameterType() - Constructor for class com.dyuproject.util.reflect.ParameterType
 
parse(InputStreamReader, LazyHandler, boolean) - Static method in class com.dyuproject.util.xml.XMLParser
 
parse(InputStreamReader, LazyHandler, boolean, int) - Static method in class com.dyuproject.util.xml.XMLParser
 
parseInputByLineSeparator(BufferedReader, char, Map<String, Object>) - Static method in class com.dyuproject.openid.DiffieHellmanAssociation
 
parsePUTParams(HttpServletRequest) - Static method in class com.dyuproject.web.RequestUtil
 
PASSWORD - Static variable in class com.dyuproject.demos.todolist.Constants
 
PASSWORD - Static variable in class com.dyuproject.web.auth.Authentication
 
PASSWORD_CHANGED - Static variable in class com.dyuproject.demos.todolist.Feedback
 
PASSWORD_DID_NOT_MATCH - Static variable in class com.dyuproject.demos.todolist.Feedback
 
PATH_SUFFIX_ATTR - Static variable in class com.dyuproject.web.rest.WebContext
 
PathHandler - Class in com.dyuproject.web.rest.service
Contains all the logic to handle the REST requests.
PathHandler() - Constructor for class com.dyuproject.web.rest.service.PathHandler
 
PATHINFO_ARRAY_ATTR - Static variable in class com.dyuproject.web.rest.WebContext
 
PATHINFO_INDEX_ATTR - Static variable in class com.dyuproject.web.rest.WebContext
 
persist(Object) - Method in class com.dyuproject.ext.jpa.DefaultDao
 
persistSession(CookieSession, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.CookieSessionManager
 
persistSession(CookieSession, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.rest.WebContext
 
PLAIN - Static variable in class com.dyuproject.util.validate.IPDomainValidator
 
POST - Static variable in interface com.dyuproject.openid.HttpConnector
 
POST - Static variable in class com.dyuproject.web.RequestUtil
 
POST - Static variable in interface com.dyuproject.web.rest.mvc.Controller
Deprecated.  
POST - Static variable in interface com.dyuproject.web.rest.service.Resource
 
postHandle(boolean, RequestContext) - Method in class com.dyuproject.demos.helloworld.DigestAuthInterceptor
 
postHandle(boolean, RequestContext) - Method in class com.dyuproject.demos.helloworld.SimpleInterceptor
 
postHandle(boolean, RequestContext) - Method in class com.dyuproject.demos.helloworld.SimpleInterceptorWC1
 
postHandle(boolean, RequestContext) - Method in class com.dyuproject.demos.helloworld.SimpleInterceptorWC2
 
postHandle(boolean, RequestContext) - Method in class com.dyuproject.ext.jpa.EntityManagerManager
 
postHandle(HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.CookieSessionManager
 
postHandle(boolean, RequestContext) - Method in interface com.dyuproject.web.rest.Interceptor
 
postHandle(boolean, RequestContext) - Method in class com.dyuproject.web.rest.InterceptorCollection
 
postHandle(boolean, RequestContext) - Method in class com.dyuproject.web.rest.WrapperInterceptor
 
preConfigure(ServletConfig) - Method in class com.dyuproject.web.rest.mvc.RESTControllerContext
Deprecated.  
preConfigure(ServletConfig) - Method in class com.dyuproject.web.rest.service.RESTServiceContext
 
preConfigure(ServletConfig) - Method in class com.dyuproject.web.rest.WebContext
 
preHandle(RequestContext) - Method in class com.dyuproject.demos.helloworld.DigestAuthInterceptor
 
preHandle(RequestContext) - Method in class com.dyuproject.demos.helloworld.SimpleInterceptor
 
preHandle(RequestContext) - Method in class com.dyuproject.demos.helloworld.SimpleInterceptorWC1
 
preHandle(RequestContext) - Method in class com.dyuproject.demos.helloworld.SimpleInterceptorWC2
 
preHandle(RequestContext) - Method in class com.dyuproject.demos.todolist.service.LoginInterceptor
 
preHandle(RequestContext) - Method in class com.dyuproject.ext.jpa.EntityManagerManager
 
preHandle(RequestContext) - Method in interface com.dyuproject.web.rest.Interceptor
 
preHandle(RequestContext) - Method in class com.dyuproject.web.rest.InterceptorCollection
 
preHandle(RequestContext) - Method in class com.dyuproject.web.rest.WrapperInterceptor
 
PROP_P - Static variable in class com.dyuproject.util.format.XMLConverter
 
PROP_S - Static variable in class com.dyuproject.util.format.XMLConverter
 
PUT - Static variable in interface com.dyuproject.openid.HttpConnector
 
put(String, Object) - Method in interface com.dyuproject.util.format.FormatConverter.Builder
 
put(String, String) - Method in interface com.dyuproject.util.format.FormatConverter.Builder
 
put(String, Number) - Method in interface com.dyuproject.util.format.FormatConverter.Builder
 
put(String, Boolean) - Method in interface com.dyuproject.util.format.FormatConverter.Builder
 
put(String, int) - Method in interface com.dyuproject.util.format.FormatConverter.Builder
 
put(String, long) - Method in interface com.dyuproject.util.format.FormatConverter.Builder
 
put(String, boolean) - Method in interface com.dyuproject.util.format.FormatConverter.Builder
 
put(String, float) - Method in interface com.dyuproject.util.format.FormatConverter.Builder
 
put(String, double) - Method in interface com.dyuproject.util.format.FormatConverter.Builder
 
put(String, Collection<Object>) - Method in interface com.dyuproject.util.format.FormatConverter.Builder
 
put(String, Map<String, Object>) - Method in interface com.dyuproject.util.format.FormatConverter.Builder
 
put(String, FormatConverter.Bean) - Method in interface com.dyuproject.util.format.FormatConverter.Builder
 
PUT - Static variable in class com.dyuproject.web.RequestUtil
 
put(String, Object) - Method in class com.dyuproject.web.rest.dispatcher.LocalizedVelocityContext
 
PUT - Static variable in interface com.dyuproject.web.rest.mvc.Controller
Deprecated.  
PUT - Static variable in interface com.dyuproject.web.rest.service.Resource
 
putRaw(String, CharSequence) - Method in interface com.dyuproject.util.format.FormatConverter.Builder
 

R

read(HttpServletRequest, HttpServletResponse, String) - Method in class com.dyuproject.web.rest.mvc.controller.CRUDController
Deprecated.  
read(HttpServletRequest, HttpServletResponse, String, String) - Method in class com.dyuproject.web.rest.mvc.controller.CRUDController
Deprecated.  
readBytes(File) - Static method in class com.dyuproject.util.ResourceUtil
 
readBytes(String) - Static method in class com.dyuproject.util.ResourceUtil
 
readBytes(URI) - Static method in class com.dyuproject.util.ResourceUtil
 
readBytes(URL) - Static method in class com.dyuproject.util.ResourceUtil
 
readBytes(InputStream) - Static method in class com.dyuproject.util.ResourceUtil
 
REALM - Static variable in class com.dyuproject.web.auth.Authentication
 
ReflectUtil - Class in com.dyuproject.util.reflect
Util for java reflections
ReflectUtil() - Constructor for class com.dyuproject.util.reflect.ReflectUtil
 
RelyingParty - Class in com.dyuproject.openid
Relying party which discovers, associates and verifies the authentication of a user.
RelyingParty() - Constructor for class com.dyuproject.openid.RelyingParty
 
RelyingParty(OpenIdContext, OpenIdUserManager) - Constructor for class com.dyuproject.openid.RelyingParty
 
RelyingParty.Listener - Interface in com.dyuproject.openid
 
RelyingParty.ListenerCollection - Class in com.dyuproject.openid
 
RelyingParty.ListenerCollection() - Constructor for class com.dyuproject.openid.RelyingParty.ListenerCollection
 
remove(Object) - Method in class com.dyuproject.ext.jpa.DefaultDao
 
remove(Object) - Method in class com.dyuproject.web.rest.dispatcher.LocalizedVelocityContext
 
removeAttribute(String) - Method in class com.dyuproject.openid.OpenIdUser
 
removeAttribute(String) - Method in interface com.dyuproject.util.xml.Node
 
removeAttribute(String) - Method in class com.dyuproject.util.xml.SimpleNode
 
removeAttribute(String) - Method in class com.dyuproject.web.CookieSession
 
removeNode(int) - Method in interface com.dyuproject.util.xml.Node
 
removeNode(Node) - Method in interface com.dyuproject.util.xml.Node
 
removeNode(int) - Method in class com.dyuproject.util.xml.SimpleNode
 
removeNode(Node) - Method in class com.dyuproject.util.xml.SimpleNode
 
RequestContext - Class in com.dyuproject.web.rest
Wraps the request and response plus the bits and pieces needed in handling a REST requset.
RequestContext() - Constructor for class com.dyuproject.web.rest.RequestContext
 
RequestContext.Local - Class in com.dyuproject.web.rest
 
RequestContext.Local() - Constructor for class com.dyuproject.web.rest.RequestContext.Local
 
RequestUtil - Class in com.dyuproject.web
Util for reading request parameters from a PUT request.
RequestUtil() - Constructor for class com.dyuproject.web.RequestUtil
 
REQUIRED_PARAMS_CHANGE_PASSWORD - Static variable in class com.dyuproject.demos.todolist.Feedback
 
REQUIRED_PARAMS_USER_CREATE - Static variable in class com.dyuproject.demos.todolist.Feedback
 
RequiredParametersValidator - Class in com.dyuproject.web
 
RequiredParametersValidator() - Constructor for class com.dyuproject.web.RequiredParametersValidator
 
RequiredParametersValidator(String[]) - Constructor for class com.dyuproject.web.RequiredParametersValidator
 
resolve(Identifier, OpenIdContext) - Method in class com.dyuproject.openid.ext.EmailResolver
 
resolve(String) - Method in class com.dyuproject.openid.Identifier
 
resolve(String, boolean) - Method in class com.dyuproject.openid.Identifier
 
resolve(String, String) - Method in class com.dyuproject.openid.Identifier
 
resolve(String, boolean, String) - Method in class com.dyuproject.openid.Identifier
 
resolve(Identifier, OpenIdContext) - Method in interface com.dyuproject.openid.Identifier.Resolver
 
resolve(Identifier, OpenIdContext) - Method in class com.dyuproject.openid.Identifier.ResolverCollection
 
Resource - Interface in com.dyuproject.web.rest.service
The REST resource.
RESOURCE_LOCATION - Static variable in class com.dyuproject.web.rest.SpringServletContextListener
 
ResourceUtil - Class in com.dyuproject.util
Util for files and streams.
ResourceUtil() - Constructor for class com.dyuproject.util.ResourceUtil
 
RESTControllerContext - Class in com.dyuproject.web.rest.mvc
Deprecated. 
RESTControllerContext() - Constructor for class com.dyuproject.web.rest.mvc.RESTControllerContext
Deprecated.  
RESTServiceContext - Class in com.dyuproject.web.rest.service
The application context using REST services and resources
RESTServiceContext() - Constructor for class com.dyuproject.web.rest.service.RESTServiceContext
 
RESTServlet - Class in com.dyuproject.web.rest
The REST servlet to handle all the requests dispatched to the webapp.
RESTServlet() - Constructor for class com.dyuproject.web.rest.RESTServlet
 
root() - Method in class com.dyuproject.demos.helloworld.HelloWorldService
 
root() - Method in class com.dyuproject.demos.todolist.service.MainService
 
ROOT - Static variable in class com.dyuproject.web.rest.service.PathHandler
 
ROOT_P - Static variable in class com.dyuproject.util.format.XMLConverter
 
ROOT_S - Static variable in class com.dyuproject.util.format.XMLConverter
 
rootElement(String, String) - Method in interface com.dyuproject.util.xml.LazyHandler
 
rootElement(String, String) - Method in class com.dyuproject.util.xml.SimpleHandler
 
run(String[]) - Static method in class com.dyuproject.util.Application
 
runExploded(String[]) - Static method in class com.dyuproject.util.Application
 

S

saveOrUpdate(User) - Method in class com.dyuproject.demos.todolist.dao.UserDao
 
saveUser(OpenIdUser, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.openid.manager.CookieBasedUserManager
 
saveUser(OpenIdUser, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.openid.manager.HttpSessionUserManager
 
saveUser(OpenIdUser, HttpServletRequest, HttpServletResponse) - Method in interface com.dyuproject.openid.OpenIdUserManager
 
SEMI_COLON - Static variable in class com.dyuproject.util.Delim
 
sendChallenge(String, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.auth.DigestAuthentication
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.DevScriptServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.rest.RESTServlet
 
Service - Interface in com.dyuproject.web.rest.service
A bean which contain annotated methods w/c will be a REST resource.
service(HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.rest.WebContext
 
SESSION_COOKIE_DOMAIN - Static variable in class com.dyuproject.web.CookieSessionManager
 
SESSION_COOKIE_INCLUDE_REMOTE_ADDRESS - Static variable in class com.dyuproject.web.CookieSessionManager
 
SESSION_COOKIE_MAX_AGE - Static variable in class com.dyuproject.web.CookieSessionManager
 
SESSION_COOKIE_NAME - Static variable in class com.dyuproject.web.CookieSessionManager
 
SESSION_COOKIE_PATH - Static variable in class com.dyuproject.web.CookieSessionManager
 
SESSION_COOKIE_SECRET_KEY - Static variable in class com.dyuproject.web.CookieSessionManager
 
SESSION_DH_SHA1 - Static variable in interface com.dyuproject.openid.Association
 
SESSION_DH_SHA256 - Static variable in interface com.dyuproject.openid.Association
 
SESSION_ENABLED - Static variable in class com.dyuproject.web.rest.WebContext
 
SESSION_NO_ENCRYPTION - Static variable in interface com.dyuproject.openid.Association
 
SESSION_TYPE - Static variable in class com.dyuproject.openid.Constants.Assoc
 
SessionType - Class in com.dyuproject.openid
The type of session for an association.
setAllowMethodOverride(boolean) - Method in class com.dyuproject.web.rest.mvc.controller.CRUDController
Deprecated.  
setAssociation(Association) - Method in class com.dyuproject.openid.OpenIdContext
 
setAttribute(String, Object) - Method in class com.dyuproject.openid.OpenIdUser
 
setAttribute(String, String) - Method in interface com.dyuproject.util.xml.Node
 
setAttribute(String, String) - Method in class com.dyuproject.util.xml.SimpleNode
 
setAttribute(String, Object) - Method in class com.dyuproject.web.CookieSession
 
setAttributes(Map<String, Object>) - Method in class com.dyuproject.web.rest.WebContext
 
setBaseDir(String) - Method in class com.dyuproject.web.rest.dispatcher.VelocityDispatcher
 
setBaseDir(String) - Method in class com.dyuproject.web.rest.JSPDispatcher
 
setBufferSize(int) - Static method in class com.dyuproject.openid.SimpleHttpConnector
 
setCompleted(boolean) - Method in class com.dyuproject.demos.todolist.model.Todo
 
setContent(String) - Method in class com.dyuproject.demos.todolist.model.Todo
 
setControllers(Controller[]) - Method in class com.dyuproject.web.rest.mvc.controller.ContextController
Deprecated.  
setControllers(List<Controller>) - Method in class com.dyuproject.web.rest.mvc.controller.ContextController
Deprecated.  
setControllers(Controller[]) - Method in class com.dyuproject.web.rest.mvc.RESTControllerContext
Deprecated.  
setControllers(List<Controller>) - Method in class com.dyuproject.web.rest.mvc.RESTControllerContext
Deprecated.  
setCookieDomain(String) - Method in class com.dyuproject.openid.manager.CookieBasedUserManager
 
setCookieName(String) - Method in class com.dyuproject.openid.manager.CookieBasedUserManager
 
setCookiePath(String) - Method in class com.dyuproject.openid.manager.CookieBasedUserManager
 
setCredentialSource(CredentialSource) - Method in class com.dyuproject.web.auth.Authentication
 
setCurrentFeedback(Feedback) - Static method in class com.dyuproject.demos.todolist.dao.AbstractDao
 
setDefaultBufferSize(int) - Static method in class com.dyuproject.util.xml.SimpleNode
 
setDefaultBufferSize(int) - Static method in class com.dyuproject.util.xml.XMLParser
 
setDefaultController(Controller) - Method in class com.dyuproject.web.rest.mvc.controller.ContextController
Deprecated.  
setDefaultController(Controller) - Method in class com.dyuproject.web.rest.mvc.RESTControllerContext
Deprecated.  
setDiscovery(Discovery) - Method in class com.dyuproject.openid.OpenIdContext
 
setEmail(String) - Method in class com.dyuproject.demos.todolist.model.User
 
setEncrypted(boolean) - Method in class com.dyuproject.openid.manager.CookieBasedUserManager
 
setEntityManagerManager(EntityManagerManager) - Method in class com.dyuproject.ext.jpa.DefaultDao
 
setEntityManagerManager() - Method in class com.dyuproject.ext.jpa.DefaultDao
 
setEnv(Properties) - Method in class com.dyuproject.web.rest.WebContext
 
setEnv(InputStream) - Method in class com.dyuproject.web.rest.WebContext
 
setEnv(File) - Method in class com.dyuproject.web.rest.WebContext
 
setEnv(URL) - Method in class com.dyuproject.web.rest.WebContext
 
setFileExtension(String) - Method in class com.dyuproject.web.rest.dispatcher.VelocityDispatcher
 
setFirstName(String) - Method in class com.dyuproject.demos.todolist.model.User
 
setHttpConnector(HttpConnector) - Method in class com.dyuproject.openid.OpenIdContext
 
setId(Long) - Method in class com.dyuproject.demos.todolist.model.Todo
 
setId(Long) - Method in class com.dyuproject.demos.todolist.model.User
 
setIdentifier(String) - Method in class com.dyuproject.web.rest.mvc.AbstractController
Deprecated.  
setIdentifierAttribute(String) - Method in class com.dyuproject.web.rest.mvc.AbstractController
Deprecated.  
setInterceptor(Interceptor) - Method in class com.dyuproject.web.rest.mvc.AbstractController
Deprecated.  
setInterceptor(Interceptor) - Method in class com.dyuproject.web.rest.WrapperInterceptor
 
setInterceptors(Interceptor[]) - Method in class com.dyuproject.web.rest.InterceptorCollection
 
setInterceptors(Map<String, Interceptor>) - Method in class com.dyuproject.web.rest.service.RESTServiceContext
 
setLastName(String) - Method in class com.dyuproject.demos.todolist.model.User
 
setLoginTimeout(int) - Method in class com.dyuproject.openid.manager.CookieBasedUserManager
 
setMaxAge(int) - Method in class com.dyuproject.openid.manager.CookieBasedUserManager
 
setMaxAge(int) - Method in class com.dyuproject.web.auth.SmartDigestAuthentication
 
setMethodParam(String) - Method in class com.dyuproject.web.rest.mvc.controller.CRUDController
Deprecated.  
setMime(Properties) - Method in class com.dyuproject.web.rest.WebContext
 
setMime(InputStream) - Method in class com.dyuproject.web.rest.WebContext
 
setMime(File) - Method in class com.dyuproject.web.rest.WebContext
 
setMime(URL) - Method in class com.dyuproject.web.rest.WebContext
 
setName(String) - Method in interface com.dyuproject.util.xml.Node
 
setName(String) - Method in class com.dyuproject.util.xml.SimpleNode
 
setNamespace(String) - Method in interface com.dyuproject.util.xml.Node
 
setNamespace(String) - Method in class com.dyuproject.util.xml.SimpleNode
 
setOpenIdContext(OpenIdContext) - Method in class com.dyuproject.openid.RelyingParty
 
setOpenIdUserManager(OpenIdUserManager) - Method in class com.dyuproject.openid.RelyingParty
 
setParent(Node) - Method in interface com.dyuproject.util.xml.Node
 
setParent(Node) - Method in class com.dyuproject.util.xml.SimpleNode
 
setPassword(String) - Method in class com.dyuproject.demos.todolist.model.User
 
setPersistenceUnitName(String) - Method in class com.dyuproject.ext.jpa.EntityManagerManager
 
setProperties(Properties) - Method in class com.dyuproject.web.auth.SimpleCredentialSource
 
setProperties(InputStream) - Method in class com.dyuproject.web.auth.SimpleCredentialSource
 
setProperties(File) - Method in class com.dyuproject.web.auth.SimpleCredentialSource
 
setProperties(URL) - Method in class com.dyuproject.web.auth.SimpleCredentialSource
 
setProperties(Properties) - Method in class com.dyuproject.web.rest.dispatcher.VelocityDispatcher
 
setProperties(InputStream) - Method in class com.dyuproject.web.rest.dispatcher.VelocityDispatcher
 
setProperties(File) - Method in class com.dyuproject.web.rest.dispatcher.VelocityDispatcher
 
setProperties(URL) - Method in class com.dyuproject.web.rest.dispatcher.VelocityDispatcher
 
setRequiredParams(String[]) - Method in class com.dyuproject.web.RequiredParametersValidator
 
setResources(Map<String, Resource>) - Method in class com.dyuproject.web.rest.service.RESTServiceContext
 
setSecretKey(String) - Method in class com.dyuproject.openid.manager.CookieBasedUserManager
 
setSecretKey(String) - Method in class com.dyuproject.web.auth.SmartDigestAuthentication
 
setServices(Service[]) - Method in class com.dyuproject.web.rest.service.RESTServiceContext
 
setServices(List<Service>) - Method in class com.dyuproject.web.rest.service.RESTServiceContext
 
setSessionAssociationType(SessionType) - Method in class com.dyuproject.openid.DiffieHellmanAssociation
 
setTempDir(File) - Static method in class com.dyuproject.util.ArchiveUtil
 
setTitle(String) - Method in class com.dyuproject.demos.todolist.model.Todo
 
setTodos(Set<Todo>) - Method in class com.dyuproject.demos.todolist.model.User
 
setUser(User) - Method in class com.dyuproject.demos.todolist.model.Todo
 
setUsername(String) - Method in class com.dyuproject.demos.todolist.model.User
 
setView(String) - Method in class com.dyuproject.web.rest.mvc.controller.JSPViewController
Deprecated.  
setViewDispatchers(Map<String, ViewDispatcher>) - Method in class com.dyuproject.web.rest.WebContext
 
SHA1 - Static variable in class com.dyuproject.util.DigestUtil
 
SHA256 - Static variable in class com.dyuproject.util.DigestUtil
 
SHORT - Static variable in class com.dyuproject.util.reflect.ParameterType
 
SimpleCredentialSource - Class in com.dyuproject.web.auth
The credentials are retrieved from java.util.Properties.
SimpleCredentialSource() - Constructor for class com.dyuproject.web.auth.SimpleCredentialSource
 
SimpleCredentialSource(Properties) - Constructor for class com.dyuproject.web.auth.SimpleCredentialSource
 
SimpleHandler - Class in com.dyuproject.util.xml
Simple Handler to generate a root node with all its child nodes.
SimpleHandler() - Constructor for class com.dyuproject.util.xml.SimpleHandler
 
SimpleHttpConnector - Class in com.dyuproject.openid
Simple http connector using the built-in HttpURLConnection
SimpleHttpConnector() - Constructor for class com.dyuproject.openid.SimpleHttpConnector
 
SimpleInterceptor - Class in com.dyuproject.demos.helloworld
 
SimpleInterceptor() - Constructor for class com.dyuproject.demos.helloworld.SimpleInterceptor
 
SimpleInterceptorWC1 - Class in com.dyuproject.demos.helloworld
 
SimpleInterceptorWC1() - Constructor for class com.dyuproject.demos.helloworld.SimpleInterceptorWC1
 
SimpleInterceptorWC2 - Class in com.dyuproject.demos.helloworld
 
SimpleInterceptorWC2() - Constructor for class com.dyuproject.demos.helloworld.SimpleInterceptorWC2
 
SimpleNode - Class in com.dyuproject.util.xml
Simple XML to POJO bean
SimpleNode(String) - Constructor for class com.dyuproject.util.xml.SimpleNode
 
SimpleNode(String, String) - Constructor for class com.dyuproject.util.xml.SimpleNode
 
SimpleNode(String, Node) - Constructor for class com.dyuproject.util.xml.SimpleNode
 
SimpleNode(String, Node, String) - Constructor for class com.dyuproject.util.xml.SimpleNode
 
size() - Method in interface com.dyuproject.util.xml.Node
 
size() - Method in class com.dyuproject.util.xml.SimpleNode
 
SLASH - Static variable in class com.dyuproject.util.Delim
 
SmartDigestAuthentication - Class in com.dyuproject.web.auth
Web authorization using MD5 digest with expiry and prevents session hi-jacking
SmartDigestAuthentication(CredentialSource, String) - Constructor for class com.dyuproject.web.auth.SmartDigestAuthentication
 
SmartDigestAuthentication(CredentialSource, String, int) - Constructor for class com.dyuproject.web.auth.SmartDigestAuthentication
 
SpringServletContextListener - Class in com.dyuproject.web.rest
 
SpringServletContextListener() - Constructor for class com.dyuproject.web.rest.SpringServletContextListener
 
SReg - Class in com.dyuproject.openid.ext
 
SReg() - Constructor for class com.dyuproject.openid.ext.SReg
 
SREG_COUNTRY - Static variable in class com.dyuproject.openid.Constants
 
SREG_DOB - Static variable in class com.dyuproject.openid.Constants
 
SREG_EMAIL - Static variable in class com.dyuproject.openid.Constants
 
SREG_FULLNAME - Static variable in class com.dyuproject.openid.Constants
 
SREG_GENDER - Static variable in class com.dyuproject.openid.Constants
 
SREG_LANGUAGE - Static variable in class com.dyuproject.openid.Constants
 
SREG_NICKNAME - Static variable in class com.dyuproject.openid.Constants
 
SREG_POSTCODE - Static variable in class com.dyuproject.openid.Constants
 
SREG_TIMEZONE - Static variable in class com.dyuproject.openid.Constants
 
SRegConfigListener - Class in com.dyuproject.openid.ext
 
SRegConfigListener() - Constructor for class com.dyuproject.openid.ext.SRegConfigListener
 
startElement(String, String) - Method in interface com.dyuproject.util.xml.LazyHandler
 
startElement(String, String) - Method in class com.dyuproject.util.xml.SimpleHandler
 
StaticResourceController - Class in com.dyuproject.web.rest.mvc.controller
Deprecated. 
StaticResourceController() - Constructor for class com.dyuproject.web.rest.mvc.controller.StaticResourceController
Deprecated.  
STRING - Static variable in class com.dyuproject.util.reflect.ParameterType
 
SUPPORTED_FILES - Static variable in class com.dyuproject.util.ArchiveUtil
 

T

TEXT_HTML - Static variable in class com.dyuproject.demos.todolist.Constants
 
TEXT_HTML - Static variable in class com.dyuproject.util.format.FormatConverter
 
TEXT_JAVASCRIPT - Static variable in class com.dyuproject.util.format.FormatConverter
 
TEXT_PLAIN - Static variable in class com.dyuproject.demos.todolist.Constants
 
TEXT_PLAIN - Static variable in class com.dyuproject.util.format.FormatConverter
 
TEXT_XML - Static variable in class com.dyuproject.demos.todolist.Constants
 
TEXT_XML - Static variable in class com.dyuproject.util.format.FormatConverter
 
TITLE - Static variable in class com.dyuproject.demos.todolist.Constants
 
TODO - Static variable in class com.dyuproject.demos.todolist.Constants
 
Todo - Class in com.dyuproject.demos.todolist.model
 
Todo() - Constructor for class com.dyuproject.demos.todolist.model.Todo
 
TODO_CREATED - Static variable in class com.dyuproject.demos.todolist.Feedback
 
TODO_DELETED - Static variable in class com.dyuproject.demos.todolist.Feedback
 
TODO_NOT_FOUND - Static variable in class com.dyuproject.demos.todolist.Feedback
 
TODO_UPDATED - Static variable in class com.dyuproject.demos.todolist.Feedback
 
TodoDao - Class in com.dyuproject.demos.todolist.dao
 
TodoDao() - Constructor for class com.dyuproject.demos.todolist.dao.TodoDao
 
TODOS - Static variable in class com.dyuproject.demos.todolist.Constants
 
TodoService - Class in com.dyuproject.demos.todolist.service
 
TodoService() - Constructor for class com.dyuproject.demos.todolist.service.TodoService
 
toJSON(JSON.Output) - Method in class com.dyuproject.openid.ext.SReg
 
toJSON(JSON.Output) - Method in class com.dyuproject.openid.OpenIdUser
 
toJSON(JSON.Output) - Method in class com.dyuproject.web.CookieSession
 
tokenValidate(char[], int, int) - Static method in class com.dyuproject.util.validate.IPDomainValidator
 
toProperty(int, String) - Static method in class com.dyuproject.util.reflect.ReflectUtil
 
toString() - Method in class com.dyuproject.demos.todolist.Feedback
 
toString() - Method in class com.dyuproject.openid.UrlEncodedParameterMap
 
toString() - Method in class com.dyuproject.util.Application
 
toString(Object, String) - Method in class com.dyuproject.util.format.FormatConverter
 
toString(Object[], String) - Method in class com.dyuproject.util.format.FormatConverter
 
toString(Collection<Object>, String) - Method in class com.dyuproject.util.format.FormatConverter
 
toString(Map<String, Object>, String) - Method in class com.dyuproject.util.format.FormatConverter
 
toString(FormatConverter.Bean, String) - Method in class com.dyuproject.util.format.FormatConverter
 
toString(Map<String, Object>[], String) - Method in class com.dyuproject.util.format.FormatConverter
 
toString(Object, String) - Method in class com.dyuproject.util.format.JSONConverter
 
toString(Object[], String) - Method in class com.dyuproject.util.format.JSONConverter
 
toString(Map<String, Object>, String) - Method in class com.dyuproject.util.format.JSONConverter
 
toString(Map<String, Object>[], String) - Method in class com.dyuproject.util.format.JSONConverter
 
toString(Collection<Object>, String) - Method in class com.dyuproject.util.format.JSONConverter
 
toString(FormatConverter.Bean, String) - Method in class com.dyuproject.util.format.JSONConverter
 
toString(Object, String) - Method in class com.dyuproject.util.format.XMLConverter
 
toString(Object[], String) - Method in class com.dyuproject.util.format.XMLConverter
 
toString(Collection<Object>, String) - Method in class com.dyuproject.util.format.XMLConverter
 
toString(Map<String, Object>, String) - Method in class com.dyuproject.util.format.XMLConverter
 
toString(FormatConverter.Bean, String) - Method in class com.dyuproject.util.format.XMLConverter
 
toString(Map<String, Object>[], String) - Method in class com.dyuproject.util.format.XMLConverter
 
toString() - Method in class com.dyuproject.util.xml.SimpleNode
 
toString() - Method in class com.dyuproject.web.CookieSession
 
toString() - Method in class com.dyuproject.web.rest.service.AnnotatedMethodResource
 
TYPE - Static variable in class com.dyuproject.web.auth.BasicAuthentication
 
TYPE - Static variable in class com.dyuproject.web.auth.DigestAuthentication
 

U

update(Todo) - Method in class com.dyuproject.demos.todolist.dao.TodoDao
 
update(User) - Method in class com.dyuproject.demos.todolist.dao.UserDao
 
update(HttpServletRequest, HttpServletResponse, String, String) - Method in class com.dyuproject.web.rest.mvc.controller.CRUDController
Deprecated.  
updateById() - Method in class com.dyuproject.demos.todolist.service.TodoService
 
updateById() - Method in class com.dyuproject.demos.todolist.service.UserService
 
URL_FORM_ENCODED - Static variable in class com.dyuproject.web.RequestUtil
 
UrlEncodedParameterMap - Class in com.dyuproject.openid
A parameter map where the values of the parameter names are url encoded on toString()
UrlEncodedParameterMap(String) - Constructor for class com.dyuproject.openid.UrlEncodedParameterMap
 
USER - Static variable in class com.dyuproject.demos.todolist.Constants
 
User - Class in com.dyuproject.demos.todolist.model
 
User() - Constructor for class com.dyuproject.demos.todolist.model.User
 
USER_CREATED - Static variable in class com.dyuproject.demos.todolist.Feedback
 
USER_DELETED - Static variable in class com.dyuproject.demos.todolist.Feedback
 
USER_NOT_FOUND - Static variable in class com.dyuproject.demos.todolist.Feedback
 
USER_UPDATED - Static variable in class com.dyuproject.demos.todolist.Feedback
 
UserDao - Class in com.dyuproject.demos.todolist.dao
 
UserDao() - Constructor for class com.dyuproject.demos.todolist.dao.UserDao
 
USERNAME - Static variable in class com.dyuproject.demos.todolist.Constants
 
USERNAME - Static variable in class com.dyuproject.web.auth.Authentication
 
USERS - Static variable in class com.dyuproject.demos.todolist.Constants
 
UserService - Class in com.dyuproject.demos.todolist.service
 
UserService() - Constructor for class com.dyuproject.demos.todolist.service.UserService
 

V

validate(String, int, int) - Static method in class com.dyuproject.util.validate.IPDomainValidator
 
validate(String) - Static method in class com.dyuproject.util.validate.IPDomainValidator
 
validate(char[]) - Static method in class com.dyuproject.util.validate.IPDomainValidator
 
validate(char[], int, int) - Static method in class com.dyuproject.util.validate.IPDomainValidator
 
validate(HttpServletRequest) - Method in class com.dyuproject.web.RequiredParametersValidator
 
validate(HttpServletRequest) - Method in interface com.dyuproject.web.Validator
 
Validator - Interface in com.dyuproject.web
Checks if the request is valid.
VALUE_P - Static variable in class com.dyuproject.util.format.XMLConverter
 
VALUE_S - Static variable in class com.dyuproject.util.format.XMLConverter
 
VelocityDispatcher - Class in com.dyuproject.web.rest.dispatcher
 
VelocityDispatcher() - Constructor for class com.dyuproject.web.rest.dispatcher.VelocityDispatcher
 
velocityHelloworld() - Method in class com.dyuproject.demos.helloworld.HelloWorldService
 
velocityHelloworldEntity() - Method in class com.dyuproject.demos.helloworld.HelloWorldService
 
verb_change_password() - Method in class com.dyuproject.demos.todolist.service.UserService
 
verb_complete() - Method in class com.dyuproject.demos.todolist.service.TodoService
 
verb_create() - Method in class com.dyuproject.demos.todolist.service.UserService
 
verb_delete() - Method in class com.dyuproject.demos.todolist.service.TodoService
 
verb_delete() - Method in class com.dyuproject.demos.todolist.service.UserService
 
verb_edit() - Method in class com.dyuproject.demos.todolist.service.TodoService
 
verb_edit() - Method in class com.dyuproject.demos.todolist.service.UserService
 
verb_new() - Method in class com.dyuproject.demos.todolist.service.TodoService
 
VerbMappedController - Class in com.dyuproject.web.rest.mvc.controller
Deprecated. 
VerbMappedController() - Constructor for class com.dyuproject.web.rest.mvc.controller.VerbMappedController
Deprecated.  
verifyAuth(OpenIdUser, Map<String, String>, OpenIdContext) - Method in interface com.dyuproject.openid.Association
 
verifyAuth(OpenIdUser, Map<String, String>, OpenIdContext) - Method in class com.dyuproject.openid.DiffieHellmanAssociation
 
verifyAuth(OpenIdUser, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.openid.RelyingParty
 
VERSION - Static variable in class com.dyuproject.openid.Constants.Sreg
 
ViewDispatcher - Interface in com.dyuproject.web.rest
Dispatches a request to generate a view from a Model

W

WebContext - Class in com.dyuproject.web.rest
The REST web application context.
WebContext() - Constructor for class com.dyuproject.web.rest.WebContext
 
WrapperInterceptor - Class in com.dyuproject.web.rest
Wraps an interceptor for pre-handling and post-handling.
WrapperInterceptor() - Constructor for class com.dyuproject.web.rest.WrapperInterceptor
 
WWW_AUTHENTICATE - Static variable in class com.dyuproject.web.auth.Authentication
 

X

X_WWW_FORM_URLENCODED - Static variable in interface com.dyuproject.openid.HttpConnector
 
XML - Static variable in class com.dyuproject.demos.todolist.Constants
 
XML - Static variable in class com.dyuproject.util.format.FormatConverter
 
XMLConverter - Class in com.dyuproject.util.format
Converts a bean to a string in XML format.
XMLParser - Class in com.dyuproject.util.xml
A simple XML parser that starts parsing right away and validates along the way.
XMLParser() - Constructor for class com.dyuproject.util.xml.XMLParser
 
xor(BigInteger, byte[], String) - Static method in class com.dyuproject.openid.DiffieHellmanAssociation
 
xor(byte[], byte[]) - Static method in class com.dyuproject.openid.DiffieHellmanAssociation
 

Y

YadisDiscovery - Class in com.dyuproject.openid
Yadis Discovery
YadisDiscovery() - Constructor for class com.dyuproject.openid.YadisDiscovery
 

_

__ISO_8859_1 - Static variable in class com.dyuproject.util.B64Code
 
_defaultErrorMsg - Variable in class com.dyuproject.openid.OpenIdServletFilter
 
_entityManagerManager - Variable in class com.dyuproject.ext.jpa.DefaultDao
 
_forwardUri - Variable in class com.dyuproject.openid.OpenIdServletFilter
 
_idNotFoundMsg - Variable in class com.dyuproject.openid.OpenIdServletFilter
 
_relyingParty - Variable in class com.dyuproject.openid.OpenIdServletFilter
 

A B C D E F G H I J L M N O P R S T U V W X Y _

Copyright © 2013. All Rights Reserved.