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

A

AbstractConsumer - Class in com.dyuproject.web.rest.consumer
 
AbstractConsumer() - Constructor for class com.dyuproject.web.rest.consumer.AbstractConsumer
 
AbstractController - Class in com.dyuproject.web.rest.mvc
Deprecated. 
AbstractController() - Constructor for class com.dyuproject.web.rest.mvc.AbstractController
Deprecated.  
AbstractExtension - Class in com.dyuproject.openid.ext
Base class for extensions
AbstractExtension(String, String) - Constructor for class com.dyuproject.openid.ext.AbstractExtension
 
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
 
AbstractLifeCycle - Class in com.dyuproject.web.rest
Base lifecycle that handles the initialized and destroyed state.
AbstractLifeCycle() - Constructor for class com.dyuproject.web.rest.AbstractLifeCycle
 
AbstractResolver - Class in com.dyuproject.ioc
Base class for resolvers
AbstractResolver() - Constructor for class com.dyuproject.ioc.AbstractResolver
 
AbstractResolver(Charset, int) - Constructor for class com.dyuproject.ioc.AbstractResolver
 
AbstractService - Class in com.dyuproject.web.rest.service
Base service to handle requests.
AbstractService() - Constructor for class com.dyuproject.web.rest.service.AbstractService
 
AbstractValidator - Class in com.dyuproject.web.rest.validator
Base class for validators that have generic error messages.
AbstractValidator() - Constructor for class com.dyuproject.web.rest.validator.AbstractValidator
 
ACCESS_TOKEN - Static variable in class com.dyuproject.oauth.Token
Access token state.
ACCESS_TOKEN - Static variable in class com.dyuproject.oauth.TokenExchange
Exchanges the request token for an access token from the service provider.
add(String, String) - Method in class com.dyuproject.openid.ext.EmailResolver
Add the domain of an email (e.g gmail.com) mapped with the given openid server url.
add(String, String) - Method in class com.dyuproject.util.http.UrlEncodedParameterMap
 
add(Interceptor) - Method in class com.dyuproject.web.rest.InterceptorCollection
 
addAttribute(String, Object) - Method in class com.dyuproject.web.rest.WebContext
 
addConsumer(String, String) - Method in class com.dyuproject.oauth.sp.ConcurrentMapHashStore
Adds a consumer entry (consumerKey and consumerSecret); If there is an existing consumerKey, it will not be added.
addConsumer(ValidatingConsumer) - Method in class com.dyuproject.web.rest.ConsumerInterceptor
 
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.  
addConvertor(Class<?>, JSON.Convertor) - Method in interface com.dyuproject.json.ConvertorCache
Adds the convertor mapped to the given clazz.
addConvertor(Class<?>, JSON.Convertor) - Method in class com.dyuproject.json.StandardConvertorCache
 
addDomain(String, String) - Method in class com.dyuproject.openid.ext.EmailResolver
Add the domain of an email (e.g gmail.com) mapped with the given openid server url.
addEndpoint(Endpoint) - Method in class com.dyuproject.oauth.Consumer
Adds an endpoint ep which would also be added to the wrapped ConsumerContext.
addEndpoint(Endpoint) - Method in class com.dyuproject.oauth.ConsumerContext
Adds an Endpoint to this context.
addExchange(String) - Method in class com.dyuproject.openid.ext.AxSchemaExtension
Adds an exchange (field) to be included in the extension parameters.
addExchange(String, String) - Method in class com.dyuproject.openid.ext.AxSchemaExtension
Adds an exchange (field) to be included in the extension parameters.
addExchange(Extension.Exchange) - Method in class com.dyuproject.openid.ext.AxSchemaExtension
 
addExchange(String) - Method in class com.dyuproject.openid.ext.SRegExtension
Adds an exchange (field) to be included in the extension parameters.
addExchange(Extension.Exchange) - Method in class com.dyuproject.openid.ext.SRegExtension
 
addExtension(String, String) - Method in class com.dyuproject.openid.OpenIdUser
Adds an extension mapping for this user's openid provider if this extension truly is available on the user's openid provider.
addImport(ApplicationContext) - Method in class com.dyuproject.ioc.ApplicationContext
Adds another ApplicationContext as an import to this context.
addInterceptor(Interceptor) - Method in class com.dyuproject.web.rest.InterceptorCollection
 
addInterceptor(String, Interceptor) - Method in class com.dyuproject.web.rest.service.RESTServiceContext
 
addJSON(StringBuffer) - Method in class com.dyuproject.web.rest.JSONDispatcher.SimpleResponse
 
addListener(RelyingParty.Listener) - Method in class com.dyuproject.openid.RelyingParty
Adds a custom listener.
addListener(RelyingParty.Listener) - Method in class com.dyuproject.openid.RelyingParty.ListenerCollection
Adds a listener.
addNode(Node) - Method in interface com.dyuproject.util.xml.Node
Adds a child node.
addNode(Node) - Method in class com.dyuproject.util.xml.SimpleNode
 
addRefs(References) - Method in class com.dyuproject.ioc.ApplicationContext
Adds References to this context.
addRefs(References) - Method in class com.dyuproject.ioc.config.References
Add refs to this References object.
addResolver(Identifier.Resolver) - Method in class com.dyuproject.openid.Identifier.ResolverCollection
Adds a resolver to the chain.
addResolver(Identifier.Resolver) - Method in class com.dyuproject.openid.RelyingParty
Adds a custom resolver.
addResource(String, Resource) - Method in class com.dyuproject.web.rest.service.RESTServiceContext
 
addService(Service) - Method in class com.dyuproject.web.rest.service.RESTServiceContext
 
addSetter(String, Method) - Method in class com.dyuproject.json.OverloadPojoConvertor
 
addSetter(String, Method) - Method in class com.dyuproject.json.StandardPojoConvertor
 
addSetter(String, Method) - Method in class com.dyuproject.web.rest.consumer.SimpleJSONConsumer.ValidatingPojoConvertor
 
addText(char[], int, int) - Method in interface com.dyuproject.util.xml.Node
Adds text content as char array.
addText(String) - Method in interface com.dyuproject.util.xml.Node
Adds text content as String.
addText(StringBuilder) - Method in interface com.dyuproject.util.xml.Node
Adds text content as StringBuilder.
addText(StringBuffer) - Method in interface com.dyuproject.util.xml.Node
Adds text content as StringBuffer.
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
 
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
 
append(T[], T) - Static method in class com.dyuproject.util.ArrayUtil
Copies the elements of the oldArray to a new array with extra space to append the given element toAppend.
append(T[], T, T[]) - Static method in class com.dyuproject.util.ArrayUtil
Copies the elements of the oldArray to a new array with extra space to append the given element toAppend1 and the array toAppend2.
append(T[], T[]) - Static method in class com.dyuproject.util.ArrayUtil
Copies the elements of the oldArray to a new array with extra space to append the given array toAppend.
append(T[], T[], T) - Static method in class com.dyuproject.util.ArrayUtil
Copies the elements of the oldArray to a new array with extra space to append the given array toAppend1 and the element toAppend2.
append(T[], T[], T[]) - Static method in class com.dyuproject.util.ArrayUtil
Copies the elements of the oldArray to a new array with extra space to append the given array toAppend1 and the array toAppend2.
appendToUrl(String, String, StringBuilder) - Static method in class com.dyuproject.oauth.Transport
Appends the key and the value; Encodes the value before it is appended.
ApplicationContext - Class in com.dyuproject.ioc
The context where you can find/get objects configured via json
ApplicationContext() - Constructor for class com.dyuproject.ioc.ApplicationContext
 
ApplicationContext(ApplicationContext) - Constructor for class com.dyuproject.ioc.ApplicationContext
 
ApplicationServletContextListener - Class in com.dyuproject.web.rest
Loads a json config file and uses that for Inversion of Control.
ApplicationServletContextListener() - Constructor for class com.dyuproject.web.rest.ApplicationServletContextListener
 
ArchiveUtil - Class in com.dyuproject.util
Util for extracting *.jar, *.war and *.zip archives.
ArchiveUtil() - Constructor for class com.dyuproject.util.ArchiveUtil
 
ArrayUtil - Class in com.dyuproject.util
 
ArrayUtil() - Constructor for class com.dyuproject.util.ArrayUtil
 
ASSIGNED_PREFIX - Static variable in class com.dyuproject.openid.Identifier
"http://"
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
Associates the user with his openid provider and stores the association data for future verification.
ASSOCIATE - Static variable in class com.dyuproject.openid.Constants.Mode
 
associate(OpenIdUser, OpenIdContext) - Method in class com.dyuproject.openid.DiffieHellmanAssociation
 
associate(OpenIdUser, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.openid.RelyingParty
Returns true if the user is successfully associated with his openid provider; The OpenIdUser is persisted if successful.
associateAndAuthenticate(OpenIdUser, HttpServletRequest, HttpServletResponse, String, String, String) - Method in class com.dyuproject.openid.RelyingParty
Returns true if the user is successfully associated and redirected to his openid provider for authentication; The OpenIdUser is persisted if successful.
Association - Interface in com.dyuproject.openid
Association - associates and verifies whether the openid provider's response tied to the OpenIdUser is authentic.
ATTR_NAME - Static variable in class com.dyuproject.openid.ext.AxSchemaExtension
The attribute name set on the OpenIdUser.
ATTR_NAME - Static variable in class com.dyuproject.openid.ext.SRegExtension
The attribute name set on the OpenIdUser.
ATTR_NAME - Static variable in class com.dyuproject.openid.OpenIdUser
 
ATTR_NAME - Static variable in class com.dyuproject.web.CookieSession
 
attribute(String, String) - Method in interface com.dyuproject.util.xml.LazyHandler
Callback after traversing the attributes of an element.
attribute(String, String) - Method in class com.dyuproject.util.xml.SimpleHandler
 
authenticate(OpenIdUser, HttpServletRequest, HttpServletResponse, String, String, String) - Method in class com.dyuproject.openid.RelyingParty
 
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 - authenticates users via the "Authorization" and "WWW-Authenticate" header.
Authentication(CredentialSource) - Constructor for class com.dyuproject.web.auth.Authentication
 
AUTHORIZATION - Static variable in class com.dyuproject.web.auth.Authentication
 
authorize(String, String) - Method in class com.dyuproject.oauth.Token
Checks whether the key and the verifier is authorized or not.
AUTHORIZED - Static variable in class com.dyuproject.oauth.Token
Authorized state.
AuthRedirection - Interface in com.dyuproject.openid
AuthRedireciton - its sole purpose is to redirect the user to the authentication url of his openid provider.
AxSchemaExtension - Class in com.dyuproject.openid.ext
AxSchema Extension for http://www.axschema.org/types/ - see also http://openid.net/specs/openid-attribute-exchange-1_0-05.html
AxSchemaExtension() - Constructor for class com.dyuproject.openid.ext.AxSchemaExtension
 
AxSchemaExtension(String) - Constructor for class com.dyuproject.openid.ext.AxSchemaExtension
 
AxSchemaExtension.AbstractExchange - Class in com.dyuproject.openid.ext
Base class for an axschema exchange which requires a namespace for each field.
AxSchemaExtension.AbstractExchange(String) - Constructor for class com.dyuproject.openid.ext.AxSchemaExtension.AbstractExchange
 
AxSchemaExtension.SimpleExchange - Class in com.dyuproject.openid.ext
SimpleExchange - exchanges a key with a value from the user's openid provider.
AxSchemaExtension.SimpleExchange(String, String) - Constructor for class com.dyuproject.openid.ext.AxSchemaExtension.SimpleExchange
 

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; Use only if in secure https mode because the user/pass is passed in clear test.
BasicAuthentication(CredentialSource) - Constructor for class com.dyuproject.web.auth.BasicAuthentication
 
BEAN_NAME - Static variable in class com.dyuproject.web.rest.SpringServletContextListener
 
begin() - Static method in class com.dyuproject.ext.jpa.DefaultDao
 
beginAndCommit() - Static method in class com.dyuproject.ext.jpa.DefaultDao
 
BOOLEAN - Static variable in class com.dyuproject.util.reflect.ParameterType
 
BOOLEAN_P - Static variable in class com.dyuproject.util.reflect.ParameterType
 
buildAuthUrl(String, Token) - Static method in class com.dyuproject.oauth.Transport
Builds the auth url as StringBuilder to redirect the user to, based from the given token.
buildAuthUrl(String, Token, String) - Static method in class com.dyuproject.oauth.Transport
Builds the auth url as StringBuilder to redirect the user to, based from the given token and callback url.

C

CACHE_KEY - Static variable in class com.dyuproject.web.rest.consumer.SimpleJSONConsumer
 
CANCEL - Static variable in class com.dyuproject.openid.Constants.Mode
 
ChainedDiscovery - Class in com.dyuproject.openid
ChainedDiscovery - chains and delegates the discovery to its wrapped discoveries until an OpenIdUser is successfully discovered.
ChainedDiscovery(Discovery[]) - Constructor for class com.dyuproject.openid.ChainedDiscovery
 
ChainedDiscovery(List<Discovery>) - Constructor for class com.dyuproject.openid.ChainedDiscovery
 
characters(char[], int, int) - Method in interface com.dyuproject.util.xml.LazyHandler
Callback after traversing the text content of an element.
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
"http"
CHECKID_SETUP - Static variable in class com.dyuproject.openid.Constants.Mode
 
ClassLoaderUtil - Class in com.dyuproject.util
ClassLoader util for loading classes and finding resources.
ClassLoaderUtil() - Constructor for class com.dyuproject.util.ClassLoaderUtil
 
ClasspathResolver - Class in com.dyuproject.ioc
A resolver that resolves a resource by loading it from the classpath.
ClasspathResolver() - Constructor for class com.dyuproject.ioc.ClasspathResolver
 
clear() - Method in class com.dyuproject.ioc.Context
 
close() - Static method in class com.dyuproject.ext.jpa.DefaultDao
 
close() - Method in interface com.dyuproject.util.http.HttpConnector.Response
Closes/destroys this object after reading data.
COLON - Static variable in class com.dyuproject.util.Delim
 
com.dyuproject.ext.jpa - package com.dyuproject.ext.jpa
 
com.dyuproject.ext.stringtemplate - package com.dyuproject.ext.stringtemplate
 
com.dyuproject.ioc - package com.dyuproject.ioc
 
com.dyuproject.ioc.config - package com.dyuproject.ioc.config
 
com.dyuproject.json - package com.dyuproject.json
 
com.dyuproject.oauth - package com.dyuproject.oauth
 
com.dyuproject.oauth.manager - package com.dyuproject.oauth.manager
 
com.dyuproject.oauth.sp - package com.dyuproject.oauth.sp
 
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.http - package com.dyuproject.util.http
 
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.annotation - package com.dyuproject.web.rest.annotation
 
com.dyuproject.web.rest.consumer - package com.dyuproject.web.rest.consumer
 
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
 
com.dyuproject.web.rest.validator - package com.dyuproject.web.rest.validator
 
COMMA - Static variable in class com.dyuproject.util.Delim
 
commit() - Static method in class com.dyuproject.ext.jpa.DefaultDao
 
ConcurrentMapHashStore - Class in com.dyuproject.oauth.sp
ConcurrentHashMap - in-memory consumer keys
ConcurrentMapHashStore(String, String) - Constructor for class com.dyuproject.oauth.sp.ConcurrentMapHashStore
 
ConcurrentMapHashStore(String, String, String, long, long, long) - Constructor for class com.dyuproject.oauth.sp.ConcurrentMapHashStore
 
Constants - Class in com.dyuproject.oauth
OAuth constants
Constants() - Constructor for class com.dyuproject.oauth.Constants
 
Constants - Class in com.dyuproject.openid
Constants - openid
Constants() - Constructor for class com.dyuproject.openid.Constants
 
Constants.Assoc - Class in com.dyuproject.openid
The types of fields for the assocation request and response.
Constants.Assoc() - Constructor for class com.dyuproject.openid.Constants.Assoc
 
Constants.Mode - Class in com.dyuproject.openid
The possible values for openid mode.
Constants.Mode() - Constructor for class com.dyuproject.openid.Constants.Mode
 
Constants.Sreg - Class in com.dyuproject.openid
Sreg constants
Constants.Sreg() - Constructor for class com.dyuproject.openid.Constants.Sreg
 
Consume - Annotation Type in com.dyuproject.web.rest.annotation
An annotation for methods to be able to map request based on Content-Type.
consume(RequestContext) - Method in class com.dyuproject.web.rest.consumer.SimpleJSONConsumer
 
consume(RequestContext) - Method in class com.dyuproject.web.rest.consumer.SimpleParameterConsumer
 
consume(RequestContext) - Method in interface com.dyuproject.web.rest.ValidatingConsumer
 
Consumer - Class in com.dyuproject.oauth
OAuth Consumer helper class which manages the oauth consumer lifecycle
Consumer(ConsumerContext, TokenManager) - Constructor for class com.dyuproject.oauth.Consumer
 
CONSUMER_PROPERTIES_CACHE - Static variable in class com.dyuproject.web.rest.WebContext
 
ConsumerContext - Class in com.dyuproject.oauth
ConsumerContext - contains all necessary objects to operate on oauth procedures.
ConsumerContext(HttpConnector, NonceAndTimestamp, Map<String, Endpoint>) - Constructor for class com.dyuproject.oauth.ConsumerContext
 
ConsumerInterceptor - Class in com.dyuproject.web.rest
An interceptor that checks sets the mapped Consumer in the RequestContext for use with the REST handlers.
ConsumerInterceptor() - Constructor for class com.dyuproject.web.rest.ConsumerInterceptor
 
containsKey(Object) - Method in class com.dyuproject.web.rest.dispatcher.LocalizedVelocityContext
 
CONTENT_LENGTH_HEADER - Static variable in interface com.dyuproject.util.http.HttpConnector
 
CONTENT_TYPE - Static variable in class com.dyuproject.web.DevScriptServlet
 
CONTENT_TYPE_HEADER - Static variable in interface com.dyuproject.util.http.HttpConnector
 
Context - Class in com.dyuproject.ioc
The parsing context
Context(Resource, ApplicationContext, Parser) - Constructor for class com.dyuproject.ioc.Context
 
CONTEXT_PARAM_RESOURCE_LOCATION - Static variable in class com.dyuproject.web.rest.ApplicationServletContextListener
 
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.web.rest.ApplicationServletContextListener
 
contextDestroyed(ServletContextEvent) - Method in class com.dyuproject.web.rest.SpringServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class com.dyuproject.web.rest.ApplicationServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class com.dyuproject.web.rest.SpringServletContextListener
 
Controller - Interface in com.dyuproject.web.rest.mvc
Deprecated. 
ConvertorCache - Interface in com.dyuproject.json
A convertor cache to allow re-use of convertors.
CookieBasedTokenManager - Class in com.dyuproject.oauth.manager
CookieBasedTokenManager - stores the token in the cookie encrypted.
CookieBasedTokenManager() - Constructor for class com.dyuproject.oauth.manager.CookieBasedTokenManager
 
CookieBasedTokenManager(String) - Constructor for class com.dyuproject.oauth.manager.CookieBasedTokenManager
 
CookieBasedTokenManager(String, String, String, int, int) - Constructor for class com.dyuproject.oauth.manager.CookieBasedTokenManager
 
CookieBasedUserManager - Class in com.dyuproject.openid.manager
The OpenIdUser is serialized and persisted in an http cookie.
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
Copies the contents of the input url to the output url.
copy(File, File) - Static method in class com.dyuproject.util.ResourceUtil
Copies the contents of the input file to the output file.
copy(URL, File) - Static method in class com.dyuproject.util.ResourceUtil
Copies the contents of the input url to the output file.
copy(InputStream, OutputStream) - Static method in class com.dyuproject.util.ResourceUtil
Copies the contents of the input stream to the output stream.
copy(InputStream, OutputStream, int) - Static method in class com.dyuproject.util.ResourceUtil
Copies the contents of the input stream to the output stream with the specified buffer size to use for copying.
copyFileToDir(File, File) - Static method in class com.dyuproject.util.ResourceUtil
Copies the given file to the given dir.
create(String, char) - Static method in class com.dyuproject.util.Cryptography
Creates a new instance with the given secretKey and the character pad for padding if the key is not long enough.
create(String, String) - Static method in class com.dyuproject.util.Cryptography
Creates a new instance with the given secretKey and algorithm.
create(String, String, String) - Static method in class com.dyuproject.util.Cryptography
Creates a new instance with the given secretKey, charset and algorithm.
create(byte[], String) - Static method in class com.dyuproject.util.Cryptography
Creates a new instance with the given bytes secretKey and algorithm.
create(HttpServletRequest, HttpServletResponse, String) - Method in class com.dyuproject.web.rest.mvc.controller.CRUDController
Deprecated.  
createDES(String) - Static method in class com.dyuproject.util.Cryptography
Creates a new instance with the given secretKey.
createDESede(String) - Static method in class com.dyuproject.util.Cryptography
Creates a new instance with the given secretKey.
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
 
createResource(String) - Method in class com.dyuproject.ioc.ClasspathResolver
 
createResource(String) - Method in class com.dyuproject.ioc.DefaultResolver
 
createResource(String) - Method in class com.dyuproject.ioc.FileResolver
 
createResource(File) - Method in class com.dyuproject.ioc.FileResolver
Creates a resource from a given file.
createResource(String) - Method in class com.dyuproject.ioc.ResolverCollection
 
createResource(String) - Method in interface com.dyuproject.ioc.Resource.Resolver
Creates a resource from a given path string.
createResource(String) - Method in class com.dyuproject.ioc.URLResolver
 
createResource(URL) - Method in class com.dyuproject.ioc.URLResolver
Creates a resource from a given url.
createStringTemplate() - Method in class com.dyuproject.ext.stringtemplate.CustomTemplateGroup
 
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
CURRENT_VERSION - Static variable in class com.dyuproject.oauth.Constants
"1.0"
CustomTemplate - Class in com.dyuproject.ext.stringtemplate
 
CustomTemplate() - Constructor for class com.dyuproject.ext.stringtemplate.CustomTemplate
 
CustomTemplateGroup - Class in com.dyuproject.ext.stringtemplate
 
CustomTemplateGroup(String, String, StringTemplateErrorListener) - Constructor for class com.dyuproject.ext.stringtemplate.CustomTemplateGroup
 

D

decode(String) - Static method in class com.dyuproject.oauth.Signature
Decodes the string via the oauth encoding Constants.ENCODING; The spec is RFC3986 which is basically a standard for URI encoding.
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.
decode(String) - Static method in class com.dyuproject.util.http.UrlEncodedParameterMap
Decodes (url encoding) the value with the default charset UTF-8.
decode(String, String) - Static method in class com.dyuproject.util.http.UrlEncodedParameterMap
Decodes (url encoding) the value with the specified charset.
decode(String, int, int, String) - Static method in class com.dyuproject.util.http.UrlEncodedParameterMap
Decodes (url encoding) the value with the specified charset, starting at start with the length len.
decrypt(byte[]) - Method in class com.dyuproject.util.Cryptography
Decrypts the given bytes input.
decrypt(String) - Method in class com.dyuproject.util.Cryptography
Decrypts the given string input with ISO-8859-1 encoding.
decrypt(String, String) - Method in class com.dyuproject.util.Cryptography
Decrypts the given string input with ISO-8859-1 encoding.
decryptDecode(String) - Method in class com.dyuproject.util.Cryptography
Decodes the given string input with base 64 using ISO-8859-1 and decrypts the decoded string.
decryptDecode(String, String) - Method in class com.dyuproject.util.Cryptography
Decodes the given string input with base 64 using the given charset and decrypts the decoded string.
DEFAULT - Static variable in class com.dyuproject.ioc.ClasspathResolver
The default instance
DEFAULT - Static variable in class com.dyuproject.ioc.DefaultResolver
The default instance
DEFAULT - Static variable in class com.dyuproject.ioc.FileResolver
 
DEFAULT - Static variable in class com.dyuproject.ioc.Parser
The default instance.
DEFAULT - Static variable in class com.dyuproject.ioc.URLResolver
The default instance.
DEFAULT - Static variable in class com.dyuproject.oauth.HttpAuthTransport
The default instance.
DEFAULT - Static variable in class com.dyuproject.oauth.HttpGetTransport
The default instance.
DEFAULT - Static variable in class com.dyuproject.oauth.HttpPostTransport
The default instance.
DEFAULT - Static variable in class com.dyuproject.oauth.SimpleNonceAndTimestamp
The default instance.
DEFAULT_ACCESS_TIMEOUT - Static variable in class com.dyuproject.oauth.sp.HashStore
the default access timeout (60*60*1000 or the defined property "hashstore.access_timeout")
DEFAULT_BASE_DIR - Static variable in class com.dyuproject.ext.stringtemplate.StringTemplateDispatcher
 
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_BUFFER_SIZE - Static variable in class com.dyuproject.ioc.AbstractResolver
Default buffer size (4096 or the system property "resolver.default_buffer_size")
DEFAULT_BUFFER_SIZE - Static variable in class com.dyuproject.util.http.SimpleHttpConnector
THe default buffer size (4096 or the system property "shc.buffer_size")
DEFAULT_CHECK_TIMESTAMP - Static variable in class com.dyuproject.oauth.sp.ServiceProvider
 
DEFAULT_CONNECT_TIMEOUT - Static variable in class com.dyuproject.util.http.SimpleHttpConnector
The default connect timeout (10000 or the system property "shc.connect_timeout")
DEFAULT_CONTENT_TYPE - Static variable in class com.dyuproject.web.rest.consumer.SimpleParameterConsumer
 
DEFAULT_DISPATCHER_NAME - Static variable in class com.dyuproject.web.rest.consumer.SimpleJSONConsumer
 
DEFAULT_ENCODING - Static variable in class com.dyuproject.ioc.AbstractResolver
Default encoding (UTF-8)
DEFAULT_ENCODING - Static variable in class com.dyuproject.openid.Constants
 
DEFAULT_ENCODING - Static variable in interface com.dyuproject.util.http.HttpConnector
 
DEFAULT_ENV_LOCATION - Static variable in class com.dyuproject.web.rest.WebContext
 
DEFAULT_ERROR_MSG - Static variable in class com.dyuproject.openid.OpenIdServletFilter
 
DEFAULT_EXCHANGE_TIMEOUT - Static variable in class com.dyuproject.oauth.sp.HashStore
the default exchange timeout (60*10*1000 or the defined property "hashstore.exchange_timeout")
DEFAULT_FILE_EXTENSION - Static variable in class com.dyuproject.ext.stringtemplate.StringTemplateDispatcher
 
DEFAULT_FILE_EXTENSION - Static variable in class com.dyuproject.web.rest.dispatcher.VelocityDispatcher
 
DEFAULT_FILE_EXTENSION - Static variable in class com.dyuproject.web.rest.JSPDispatcher
 
DEFAULT_FOLLOW_REDIRECT - Static variable in class com.dyuproject.util.http.SimpleHttpConnector
The defualt follow redirect flag (false or the system property "shc.follow_redirects")
DEFAULT_FORWARD_URI_HANDLER - Static variable in class com.dyuproject.openid.OpenIdServletFilter
The default forward uri handler that basically executes: request.getRequestDispatcher(forwardUri).forward(request, response);
DEFAULT_IDENTIFIER_PARAMETER - Static variable in class com.dyuproject.openid.RelyingParty
"openid_identifier"
DEFAULT_LOGIN_TIMEOUT - Static variable in class com.dyuproject.oauth.sp.HashStore
the default login timeout (HashStore.DEFAULT_EXCHANGE_TIMEOUT/2 or the defined property "hashstore.login_timeout")
DEFAULT_MAC_ALGORITHM - Static variable in class com.dyuproject.oauth.sp.HashStore
the default mac algorithm ("HMACSHA1")
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.ioc.ApplicationContext
The default resource location ("application.json")
DEFAULT_RESOURCE_LOCATION - Static variable in class com.dyuproject.openid.ext.EmailResolver
The default resource location.
DEFAULT_RESOURCE_LOCATION - Static variable in class com.dyuproject.openid.IdentifierSelectUserCache
The default resource location (classpath).
DEFAULT_RESOURCE_LOCATION - Static variable in class com.dyuproject.web.rest.ApplicationServletContextListener
 
DEFAULT_RESOURCE_PATH - Static variable in class com.dyuproject.oauth.Consumer
The default resource path.
DEFAULT_RESOURCE_PATH - Static variable in class com.dyuproject.openid.RelyingParty
The default resource path ("openid.properties" from classpath).
DEFAULT_RESPONSE_CONTENT_TYPE - Static variable in class com.dyuproject.web.rest.consumer.SimpleParameterConsumer
 
DEFAULT_TITLE - Static variable in class com.dyuproject.openid.FormRedirection
 
DEFAULT_VERSION - Static variable in class com.dyuproject.openid.Constants
 
DefaultConvertorCache - Class in com.dyuproject.ioc
The default convertor cache which creates a DefaultPojoConvertor for a given pojo.
DefaultConvertorCache() - Constructor for class com.dyuproject.ioc.DefaultConvertorCache
 
DefaultDao - Class in com.dyuproject.ext.jpa
 
DefaultDao() - Constructor for class com.dyuproject.ext.jpa.DefaultDao
 
DefaultDiscovery - Class in com.dyuproject.openid
Initially delegates discovery to YadisDiscovery and then to HtmlBasedDiscovery if the former is not successful.
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
 
DefaultParser - Class in com.dyuproject.ioc
The default parser which allows the occurrence of $ in json text.
DefaultParser() - Constructor for class com.dyuproject.ioc.DefaultParser
 
DefaultParser(ConvertorCache) - Constructor for class com.dyuproject.ioc.DefaultParser
 
DefaultParser(ConvertorCache, Resource.Resolver) - Constructor for class com.dyuproject.ioc.DefaultParser
 
DefaultParser(Resource.Resolver) - Constructor for class com.dyuproject.ioc.DefaultParser
 
DefaultPojoConvertor - Class in com.dyuproject.ioc
The default pojo convertor trasparently handles a Reference.
DefaultPojoConvertor(Class<?>) - Constructor for class com.dyuproject.ioc.DefaultPojoConvertor
 
DefaultPojoConvertor(Class<?>, boolean) - Constructor for class com.dyuproject.ioc.DefaultPojoConvertor
 
DefaultPojoConvertor.DefaultSetter - Class in com.dyuproject.ioc
 
DefaultPojoConvertor.DefaultSetter(String, Method) - Constructor for class com.dyuproject.ioc.DefaultPojoConvertor.DefaultSetter
 
DefaultResolver - Class in com.dyuproject.ioc
The default resolver which delegates the resolution to FileResolver, URLResolver and ClasspathResolver.
DELETE - Static variable in interface com.dyuproject.util.http.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
 
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
The algorithm used for 8-character secret keys.
DESede - Static variable in class com.dyuproject.util.Cryptography
The algorithm used for 24-character secret keys.
destroy() - Method in class com.dyuproject.ext.jpa.EntityManagerManager
 
destroy() - Method in class com.dyuproject.ioc.ApplicationContext
Destroys this object and clears all references to other objects.
destroy() - Method in class com.dyuproject.ioc.config.References
Destroy this object and all its references to other objects.
destroy() - Method in class com.dyuproject.openid.OpenIdServletFilter
 
destroy(WebContext) - Method in class com.dyuproject.web.rest.AbstractLifeCycle
 
destroy() - Method in class com.dyuproject.web.rest.AbstractLifeCycle
 
destroy() - Method in class com.dyuproject.web.rest.InterceptorCollection
 
destroy(WebContext) - Method in class com.dyuproject.web.rest.JSONDispatcher
 
destroy(WebContext) - Method in interface com.dyuproject.web.rest.LifeCycle
 
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.AnnotatedMethodResource
 
destroy() - Method in class com.dyuproject.web.rest.service.PathHandler
 
destroy() - Method in class com.dyuproject.web.rest.service.RESTServiceContext
 
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
The default diffie hellman modulus being used by the openid association.
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.
DiffieHellman(BigInteger) - Constructor for class com.dyuproject.util.DiffieHellman
 
DiffieHellmanAssociation - Class in com.dyuproject.openid
Association using DiffieHellman session - which allows two parties that have no prior knowledge of each other to jointly establish a shared secret key over an insecure communications channel.
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
 
digestMD5(String) - Static method in class com.dyuproject.util.DigestUtil
Digests the data with MD5 and returns the raw unencoded bytes.
digestMD5(String, String) - Static method in class com.dyuproject.util.DigestUtil
Digests the data with MD5 and the specified charset and returns the raw unencoded bytes.
digestSHA1(String) - Static method in class com.dyuproject.util.DigestUtil
Digests the data with SHA-1 and returns the raw unencoded bytes.
digestSHA1(String, String) - Static method in class com.dyuproject.util.DigestUtil
Digests the data with SHA-1 and the specified charset and returns the raw unencoded bytes.
digestSHA256(String) - Static method in class com.dyuproject.util.DigestUtil
Digests the data with SHA-256 and returns the raw unencoded bytes.
digestSHA256(String, String) - Static method in class com.dyuproject.util.DigestUtil
Digests the data with SHA-256 and the specified charset and returns the raw unencoded bytes.
DigestUtil - Class in com.dyuproject.util
Util for digesting and encoding bytes/strings.
DigestUtil() - Constructor for class com.dyuproject.util.DigestUtil
 
discover(Identifier, OpenIdContext) - Method in class com.dyuproject.openid.ChainedDiscovery
 
discover(Identifier, OpenIdContext) - Method in interface com.dyuproject.openid.Discovery
Discovers the user's openid server endpoint and local id (optional).
discover(Identifier, OpenIdContext) - Method in class com.dyuproject.openid.HtmlBasedDiscovery
 
discover(Identifier, OpenIdContext) - Method in class com.dyuproject.openid.RegexHtmlBasedDiscovery
 
discover(HttpServletRequest) - Method in class com.dyuproject.openid.RelyingParty
Return the current user, either an already authenticated one, or the one just discovered from the openid.identifier.parameter (= "openid_identifier" by default).
Returns null if the Constants.OPENID_MODE associated with the request is set to Constants.Mode.CANCEL (in order to login under a different id), or if the authentification is timed out.
If returned user is null and RelyingParty.isAuthResponse(HttpServletRequest) is true then we have an authentication timeout.
discover(Identifier, 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 - the mechanism to obtain information about a user's openid provider and its available services.
Discovery.UserCache - Interface in com.dyuproject.openid
The cached user objects used by relyingParty will be filled with data.
dispatch(String, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.ext.stringtemplate.StringTemplateDispatcher
 
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.JSONDispatcher
 
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.util.http.HttpConnector
Makes a DELETE request with the given http headers.
doDELETE(String, Iterable<HttpConnector.Parameter>) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a DELETE request with the given http headers.
doDELETE(String, Map<?, ?>, Map<?, ?>) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a DELETE request with the given http headers, parameters.
doDELETE(String, Iterable<HttpConnector.Parameter>, Map<?, ?>) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a DELETE request with the given http headers, parameters.
doDELETE(String, Iterable<HttpConnector.Parameter>, Iterable<HttpConnector.Parameter>) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a DELETE request with the given http headers, parameters.
doDELETE(String, Map<?, ?>) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doDELETE(String, Iterable<HttpConnector.Parameter>) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doDELETE(String, Map<?, ?>, Map<?, ?>) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doDELETE(String, Iterable<HttpConnector.Parameter>, Map<?, ?>) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doDELETE(String, Iterable<HttpConnector.Parameter>, Iterable<HttpConnector.Parameter>) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.dyuproject.ext.jpa.EntityManagerManager
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.dyuproject.openid.OpenIdServletFilter
Delegates to the filter chain if the user associated with this request is authenticated.
doGET(String, Map<?, ?>) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a GET request with the given http headers.
doGET(String, Iterable<HttpConnector.Parameter>) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a GET request with the given http headers.
doGET(String, Map<?, ?>, Map<?, ?>) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a GET request with the given http headers, parameters.
doGET(String, Iterable<HttpConnector.Parameter>, Map<?, ?>) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a GET request with the given http headers, parameters.
doGET(String, Iterable<HttpConnector.Parameter>, Iterable<HttpConnector.Parameter>) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a GET request with the given http headers, parameters.
doGET(String, Map<?, ?>) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doGET(String, Iterable<HttpConnector.Parameter>) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doGET(String, Map<?, ?>, Map<?, ?>) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doGET(String, Iterable<HttpConnector.Parameter>, Map<?, ?>) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doGET(String, Iterable<HttpConnector.Parameter>, Iterable<HttpConnector.Parameter>) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doHEAD(String, Map<?, ?>) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a HEAD request with the given http headers.
doHEAD(String, Iterable<HttpConnector.Parameter>) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a HEAD request with the given http headers.
doHEAD(String, Map<?, ?>) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doHEAD(String, Iterable<HttpConnector.Parameter>) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doPOST(String, Map<?, ?>, Map<?, ?>, String) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a POST request with the given http headers, parameters and the charset - which will be appended in the Content-Type header.
doPOST(String, Map<?, ?>, Iterable<HttpConnector.Parameter>, String) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a POST request with the given http headers, parameters and the charset - which will be appended in the Content-Type header.
doPOST(String, Iterable<HttpConnector.Parameter>, Map<?, ?>, String) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a POST request with the given http headers, parameters and the charset - which will be appended in the Content-Type header.
doPOST(String, Iterable<HttpConnector.Parameter>, Iterable<HttpConnector.Parameter>, String) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a POST request with the given http headers, parameters and the charset - which will be appended in the Content-Type header.
doPOST(String, Map<?, ?>, String, byte[]) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a POST request with the given http headers, parameters and the content data.
doPOST(String, Iterable<HttpConnector.Parameter>, String, byte[]) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a POST request with the given http headers, parameters, contentType and the content data.
doPOST(String, Map<?, ?>, String, InputStreamReader) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a POST request with the given http headers, parameters, contentType and the content reader as InputStreamReader.
doPOST(String, Iterable<HttpConnector.Parameter>, String, InputStreamReader) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a POST request with the given http headers, parameters, contentType and the content reader as InputStreamReader.
doPOST(String, Map<?, ?>, Map<?, ?>, String) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doPOST(String, Map<?, ?>, Iterable<HttpConnector.Parameter>, String) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doPOST(String, Iterable<HttpConnector.Parameter>, Map<?, ?>, String) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doPOST(String, Iterable<HttpConnector.Parameter>, Iterable<HttpConnector.Parameter>, String) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doPOST(String, Map<?, ?>, String, byte[]) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doPOST(String, Iterable<HttpConnector.Parameter>, String, byte[]) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doPOST(String, Map<?, ?>, String, InputStreamReader) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doPOST(String, Iterable<HttpConnector.Parameter>, String, InputStreamReader) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doPUT(String, Map<?, ?>, Map<?, ?>, String) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a PUT request with the given http headers, parameters and the charset - which will be appended in the Content-Type header.
doPUT(String, Map<?, ?>, Iterable<HttpConnector.Parameter>, String) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a PUT request with the given http headers, parameters and the charset - which will be appended in the Content-Type header.
doPUT(String, Iterable<HttpConnector.Parameter>, Map<?, ?>, String) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a PUT request with the given http headers, parameters and the charset - which will be appended in the Content-Type header.
doPUT(String, Iterable<HttpConnector.Parameter>, Iterable<HttpConnector.Parameter>, String) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a PUT request with the given http headers, parameters and the charset - which will be appended in the Content-Type header.
doPUT(String, Map<?, ?>, String, byte[]) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a PUT request with the given http headers, parameters and the content data.
doPUT(String, Iterable<HttpConnector.Parameter>, String, byte[]) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a PUT request with the given http headers, parameters and the content data.
doPUT(String, Map<?, ?>, String, InputStreamReader) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a PUT request with the given http headers, parameters, contentType and the content reader as InputStreamReader.
doPUT(String, Iterable<HttpConnector.Parameter>, String, InputStreamReader) - Method in interface com.dyuproject.util.http.HttpConnector
Makes a PUT request with the given http headers, parameters, contentType and the content reader as InputStreamReader.
doPUT(String, Map<?, ?>, Map<?, ?>, String) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doPUT(String, Map<?, ?>, Iterable<HttpConnector.Parameter>, String) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doPUT(String, Iterable<HttpConnector.Parameter>, Map<?, ?>, String) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doPUT(String, Iterable<HttpConnector.Parameter>, Iterable<HttpConnector.Parameter>, String) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doPUT(String, Map<?, ?>, String, byte[]) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doPUT(String, Iterable<HttpConnector.Parameter>, String, byte[]) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doPUT(String, Map<?, ?>, String, InputStreamReader) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
doPUT(String, Iterable<HttpConnector.Parameter>, String, InputStreamReader) - Method in class com.dyuproject.util.http.SimpleHttpConnector
 
DOUBLE - Static variable in class com.dyuproject.util.reflect.ParameterType
 
DOUBLE_P - Static variable in class com.dyuproject.util.reflect.ParameterType
 

E

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
 
EmailValidator - Class in com.dyuproject.web.rest.validator
Validates input that resembles an email.
EmailValidator() - Constructor for class com.dyuproject.web.rest.validator.EmailValidator
 
EmailValidator(String) - Constructor for class com.dyuproject.web.rest.validator.EmailValidator
 
EMPTY_RESPONSE_MAP - Static variable in class com.dyuproject.web.rest.JSONDispatcher
 
ENC_MAC_KEY - Static variable in class com.dyuproject.openid.Constants.Assoc
 
encode(String) - Static method in class com.dyuproject.oauth.Signature
Encodes the string via the oauth encoding Constants.ENCODING; The spec is RFC3986 which is basically a standard for URI encoding.
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.
encode(String) - Static method in class com.dyuproject.util.http.UrlEncodedParameterMap
Encodes (url encoding) the value with the default charset UTF-8.
encode(String, String) - Static method in class com.dyuproject.util.http.UrlEncodedParameterMap
Encodes (url encoding) the value with the specified charset.
encodedGet(String) - Method in class com.dyuproject.util.http.UrlEncodedParameterMap
Gets the url encoded value from the given key.
encodeRFC3986(String) - Static method in class com.dyuproject.util.http.UrlEncodedParameterMap
Encodes the value using RFC 3986 url encoding - which basically skips {'-', '.', '_', '~'}.
encodeRFC3986(String, String) - Static method in class com.dyuproject.util.http.UrlEncodedParameterMap
Encodes the value with the given charset using RFC 3986 url encoding - which basically skips {'-', '.', '_', '~'}.
ENCODING - Static variable in class com.dyuproject.oauth.Constants
"UTF-8"
encrypt(byte[]) - Method in class com.dyuproject.util.Cryptography
Encrypts the given bytes input.
encrypt(String) - Method in class com.dyuproject.util.Cryptography
Encrypts the given string input with ISO-8859-1 encoding.
encrypt(String, String) - Method in class com.dyuproject.util.Cryptography
Encrypts the given string input encoded with the given charset.
encryptEncode(String) - Method in class com.dyuproject.util.Cryptography
Encrypts the given string input encoded with ISO-8859-1; The encrypted bytes will then be b64 encoded.
encryptEncode(String, String) - Method in class com.dyuproject.util.Cryptography
Encrypts the given string input encoded with the given charset; The encrypted bytes will then be b64 encoded.
endElement() - Method in interface com.dyuproject.util.xml.LazyHandler
Callback after traversing the end of xml elements (E.g </foo> or />).
endElement() - Method in class com.dyuproject.util.xml.SimpleHandler
 
Endpoint - Class in com.dyuproject.oauth
Endpoint which contains all the information for the target webservice.
Endpoint(String, String, boolean, String, String, String, String, String, String) - Constructor for class com.dyuproject.oauth.Endpoint
 
Endpoint(String, String, boolean, String, String, String, String, Signature, Transport) - Constructor for class com.dyuproject.oauth.Endpoint
 
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(Object) - Method in class com.dyuproject.openid.ext.AbstractExtension
 
EQUALS - Static variable in class com.dyuproject.util.Delim
 
error(String, Throwable) - Method in class com.dyuproject.ext.stringtemplate.StringTemplateDispatcher
 
ERROR - Static variable in class com.dyuproject.web.rest.JSONDispatcher.SimpleResponse
 
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
 
Extension - Interface in com.dyuproject.openid.ext
Extension for openid which provides the ability to exchange information with the user's openid provider.
Extension.Exchange - Interface in com.dyuproject.openid.ext
Puts outgoing params and parses them accordingly if a response is available from the user's openid provider.
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
Extracts the file archive to the target dir targetDir and deletes the files extracted upon jvm exit if the flag deleteOnExit is true.

F

fetchToken(Endpoint, Token) - Method in class com.dyuproject.oauth.Consumer
Fetches the token using the given endpoint and token - and returns the http response HttpConnector.Response.
fetchToken(Endpoint, TokenExchange, Token) - Method in class com.dyuproject.oauth.Consumer
Fetches the token using the given endpoint, exchange and token - and returns the http response HttpConnector.Response.
fetchToken(Endpoint, UrlEncodedParameterMap, TokenExchange, Token) - Method in class com.dyuproject.oauth.Consumer
Fetches the token using the given endpoint, params, exchange and token - and returns the http response HttpConnector.Response.
FileResolver - Class in com.dyuproject.ioc
A resolver that resolves a resource by from the filesystem.
FileResolver() - Constructor for class com.dyuproject.ioc.FileResolver
 
fillWithSimpleType(Map<Class<?>, ParameterType>) - Static method in class com.dyuproject.util.reflect.ParameterType
 
find(Class<T>, Object) - Method in class com.dyuproject.ext.jpa.DefaultDao
 
findAndBegin(Class<T>, Object) - Method in class com.dyuproject.ext.jpa.DefaultDao
 
findPojo(String) - Method in class com.dyuproject.ioc.ApplicationContext
Finds an object from a given key - the imports are included in the lookup.
findRef(String) - Method in class com.dyuproject.ioc.ApplicationContext
Finds an object bound to References in this context - the imports are included in the lookup.
FLOAT - Static variable in class com.dyuproject.util.reflect.ParameterType
 
FLOAT_P - Static variable in class com.dyuproject.util.reflect.ParameterType
 
FormRedirection - Class in com.dyuproject.openid
Forwards the user to an html page that contains a form where the user will be automatically redirected upon page load.
FormRedirection() - Constructor for class com.dyuproject.openid.FormRedirection
 
FormRedirection(String) - Constructor for class com.dyuproject.openid.FormRedirection
 
fromJSON(Map) - Method in class com.dyuproject.ioc.config.Import
 
fromJSON(Map) - Method in class com.dyuproject.ioc.config.References
 
fromJSON(Map) - Method in class com.dyuproject.json.StandardConvertorCache
 
fromJSON(Map) - Method in class com.dyuproject.oauth.Token
 
fromJSON(Map) - Method in class com.dyuproject.openid.OpenIdUser
 
fromJSON(Map) - Method in class com.dyuproject.web.CookieSession
 

G

generate(UrlEncodedParameterMap, String, Token, String, Signature.Listener, StringBuilder, StringBuilder) - Method in class com.dyuproject.oauth.Signature
Generates a signature and puts it on the params based from the given params, consumer secret and token.
generateDefaultPojoAttrName(Class<?>) - Static method in class com.dyuproject.web.rest.consumer.SimpleParameterConsumer
 
generateDESedeRandom() - Static method in class com.dyuproject.util.Cryptography
Creates a new instance with a random secret that is 24 characters long.
generateDESRandom() - Static method in class com.dyuproject.util.Cryptography
Creates a new instance with a random secret that is 8 characters long.
generatePublicKey(BigInteger, BigInteger) - Method in class com.dyuproject.util.DiffieHellman
Generates a public key from the given privateKey and modulus.
generateRandom(String) - Static method in class com.dyuproject.util.Cryptography
Creates a new instance with a random secret with the given algorithm.
generateRandomKeys(BigInteger) - Method in class com.dyuproject.util.DiffieHellman
Generates a random private Key (element 0) and a random public key (element 1) from the given modulus.
generateToken(String, String, String) - Method in class com.dyuproject.oauth.sp.HashStore
 
generateTypeFromClass(Class<?>) - Static method in class com.dyuproject.ioc.AbstractResolver
Generates a type based from simple name of a class.
get(StringTemplate, String) - Method in class com.dyuproject.ext.stringtemplate.CustomTemplate
 
get(String) - Method in class com.dyuproject.ioc.config.References
Gets a referenced object with the given key.
get(String) - Static method in class com.dyuproject.oauth.Signature
Gets a signature based from the given method name.
get(String) - Static method in class com.dyuproject.oauth.Transport
Gets a transport based from the given name.
get(String, boolean) - Method in interface com.dyuproject.openid.Discovery.UserCache
Gets the user assoicated with the given key from the cache; The flag clone is whether to create a different instance containting the same properties (useful when the OpenIdUser is not deserialized but instead held in memory).
get(OpenIdUser) - Static method in class com.dyuproject.openid.ext.AxSchemaExtension
Gets the axchema value set on the user.
get(OpenIdUser) - Static method in class com.dyuproject.openid.ext.SRegExtension
Gets the sreg value set on the user.
get(String, boolean) - Method in class com.dyuproject.openid.IdentifierSelectUserCache
 
GET - Static variable in interface com.dyuproject.util.http.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
Shorthand for OpenIdUser.getAttributes(), which is convenient for views/templates.
getAccessToken(String, String) - Method in class com.dyuproject.oauth.sp.HashStore
 
getAccessToken(HttpServletRequest) - Method in class com.dyuproject.oauth.sp.ServiceProvider
 
getAccessToken(String, String) - Method in interface com.dyuproject.oauth.sp.ServiceToken.Store
Gets the access token to be verified by the caller; Returns null if the access token is invalid.
getAccessTokenUrl() - Method in class com.dyuproject.oauth.Endpoint
Gets the url for exchanging the request token with an access token.
getActualValue(String) - Method in class com.dyuproject.util.reflect.ParameterType
Gets the actual value from a string value.
getAlgorithm() - Method in class com.dyuproject.openid.SessionType
Gets the algorithm.
getAlias() - Method in class com.dyuproject.openid.ext.AbstractExtension
 
getAlias() - Method in class com.dyuproject.openid.ext.AxSchemaExtension.AbstractExchange
 
getAlias() - Method in interface com.dyuproject.openid.ext.Extension.Exchange
Gets the alias of this exchange.
getAlias() - Method in interface com.dyuproject.openid.ext.Extension
Gets the alias of this extension.
getAlias() - Method in class com.dyuproject.openid.ext.SRegExtension.SimpleExchange
 
getAppContext() - Method in class com.dyuproject.ioc.Context
Gets the ApplicationContext tied to this context.
getAppContext() - Method in class com.dyuproject.web.rest.ApplicationServletContextListener
 
getAssocHandle() - Method in class com.dyuproject.openid.OpenIdUser
Gets the handle/key for the openid associated.
getAssociation() - Method in class com.dyuproject.openid.OpenIdContext
Gets the association.
getAssociationType() - Method in class com.dyuproject.openid.SessionType
Gets the association type.
getAttribute(String) - Static method in class com.dyuproject.ext.jpa.DefaultDao
 
getAttribute(String) - Static method in class com.dyuproject.ext.jpa.EntityManagerManager
 
getAttribute(String) - Method in class com.dyuproject.oauth.Token
Gets an attribute based from the given key.
getAttribute(String) - Method in class com.dyuproject.openid.OpenIdUser
Gets the custom, persistent attribute mapped to the given key.
getAttribute(String) - Method in interface com.dyuproject.util.xml.Node
Gets an attribute mapped with the given name.
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.oauth.Token
Gets the attributes of this token.
getAttributes() - Method in class com.dyuproject.openid.OpenIdUser
Gets the custom attributes that was peristed across different http requests.
getAttributes() - Method in class com.dyuproject.web.CookieSession
 
getAttrs() - Method in class com.dyuproject.web.CookieSession
 
getAuthCallbackOrVerifier(String, String) - Method in class com.dyuproject.oauth.sp.HashStore
 
getAuthCallbackOrVerifier(String, String) - Method in class com.dyuproject.oauth.sp.ServiceProvider
 
getAuthCallbackOrVerifier(String, String) - Method in interface com.dyuproject.oauth.sp.ServiceToken.Store
Gets the auth callback or verifier; This could either be the url with oauth_token and oauth_verifier params, or the verifier "oob".
getAuthHeaderValue(UrlEncodedParameterMap, Endpoint, Token, NonceAndTimestamp, Signature) - Static method in class com.dyuproject.oauth.HttpAuthTransport
Gets the computed value for the "Authorization" header.
getAuthorizationUrl() - Method in class com.dyuproject.oauth.Endpoint
Gets the url for authorizing the request token.
getAuthParameters(HttpServletRequest) - Static method in class com.dyuproject.openid.RelyingParty
Copies all the request parameters into a Map object.
getAuthRedirection() - Method in class com.dyuproject.openid.RelyingParty
Gets the auth redirection scheme.
getAuthUrl(String, Token) - Static method in class com.dyuproject.oauth.Transport
Gets the auth url based from the given token.
getAuthUrl(String, Token, String) - Static method in class com.dyuproject.oauth.Transport
Gets the auth url based from the given token and callback url.
getAuthUrlBuffer(OpenIdUser, String, String, String) - Static method in class com.dyuproject.openid.RelyingParty
Gets the StringBuilder filled with the openid parameters that is used to redirect the user to his openid provider.
getAuthUrlMap(OpenIdUser, String, String, String) - Static method in class com.dyuproject.openid.RelyingParty
Gets the UrlEncodedParameterMap filled with the openid parameters that is used to redirect the user to his openid provider.
getAuthUrlString(OpenIdUser, String, String, String) - Static method in class com.dyuproject.openid.RelyingParty
Gets the string url with the openid parameters that is used to redirect the user to his openid provider.
getBase(UrlEncodedParameterMap, String) - Static method in class com.dyuproject.oauth.Signature
Gets the computed base string to be signed - based from the given params and http method.
getBaseAndPutDefaults(UrlEncodedParameterMap, String, Signature.Listener, StringBuilder, StringBuilder) - Method in class com.dyuproject.oauth.Signature
 
getBufferSize() - Method in class com.dyuproject.ioc.AbstractResolver
Gets the buffer size when reading from a stream.
getBufferSize() - Static method in class com.dyuproject.openid.RegexHtmlBasedDiscovery
Gets the buffer size used by the BufferedReader for parsing.
getBufferSize() - Method in class com.dyuproject.util.http.SimpleHttpConnector
Gets the buffer size.
getByteArrayOutputStream(InputStream) - Static method in class com.dyuproject.util.ResourceUtil
Gets the ByteArrayOutputStream that was filled when reading from the given input stream in.
getCk() - Method in class com.dyuproject.oauth.Token
Gets the consumer secret.
getClaimedId() - Method in class com.dyuproject.openid.OpenIdUser
Gets the claimed id of the user.
getConnectTimeout() - Method in class com.dyuproject.util.http.SimpleHttpConnector
Gets the connection timeout.
getConsumer() - Method in class com.dyuproject.web.rest.RequestContext
 
getConsumerContext() - Method in class com.dyuproject.oauth.Consumer
Gets the consumer context.
getConsumerKey() - Method in class com.dyuproject.oauth.Endpoint
Gets the consumer key.
getConsumerSecret() - Method in class com.dyuproject.oauth.Endpoint
Gets the consumer secret.
getConsumerSecret(String) - Method in class com.dyuproject.oauth.sp.ConcurrentMapHashStore
 
getConsumerSecret(String) - Method in class com.dyuproject.oauth.sp.HashStore
 
getConsumerSecret(String) - Method in class com.dyuproject.oauth.sp.PropertiesHashStore
 
getConsumerSecret() - Method in interface com.dyuproject.oauth.sp.ServiceToken
Gets the consumerSecret.
getConsumerSecret() - Method in class com.dyuproject.oauth.sp.SimpleServiceToken
 
getContentType() - Method in class com.dyuproject.web.rest.consumer.AbstractConsumer
 
getContentType() - Method in interface com.dyuproject.web.rest.ValidatingConsumer
 
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.  
getConvertor(Class<?>, boolean) - Method in interface com.dyuproject.json.ConvertorCache
Gets a convertor from the given clazz and will create one if not found the flag create is true
getConvertor(Class<?>, boolean, boolean) - Method in interface com.dyuproject.json.ConvertorCache
Gets a convertor from the given clazz and will create one if not found the flag create is true; If addClass is true, the convertor will be configured to include the classname upon serialization.
getConvertor(Class<?>) - Method in interface com.dyuproject.json.ConvertorCache
Gets a convertor from the given clazz.
getConvertor(Class<?>, boolean) - Method in class com.dyuproject.json.StandardConvertorCache
 
getConvertor(Class<?>, boolean, boolean) - Method in class com.dyuproject.json.StandardConvertorCache
 
getConvertor(Class<?>) - Method in class com.dyuproject.json.StandardConvertorCache
 
getConvertor(String) - Method in class com.dyuproject.json.StandardConvertorCache
 
getConvertor(Class) - Method in class com.dyuproject.json.StandardJSON
 
getConvertorCache() - Method in class com.dyuproject.json.StandardJSON
Gets the convertor cache.
getCopyBufferSize() - Static method in class com.dyuproject.util.ResourceUtil
Gets the buffer size to use when copying data from streams.
getCredentialSource() - Method in class com.dyuproject.web.auth.Authentication
 
getCurrent() - Static method in class com.dyuproject.ioc.Context
Gets the current thread local context.
getCurrent() - Static method in class com.dyuproject.web.rest.dispatcher.LocalizedVelocityContext
 
getCurrentEntityManager() - Static method in class com.dyuproject.ext.jpa.DefaultDao
 
getCurrentEntityManager() - Static method in class com.dyuproject.ext.jpa.EntityManagerManager
 
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.ioc.ClasspathResolver
Gets the default instance.
getDefault() - Static method in class com.dyuproject.ioc.DefaultResolver
Gets the default instance.
getDefault() - Static method in class com.dyuproject.ioc.FileResolver
Gets the default instance.
getDefault() - Static method in class com.dyuproject.ioc.Parser
Gets the default instance.
getDefault() - Static method in class com.dyuproject.ioc.URLResolver
Gets the default instance.
getDefault() - Static method in class com.dyuproject.oauth.HttpAuthTransport
Gets the default instance.
getDefault() - Static method in class com.dyuproject.oauth.HttpGetTransport
Gets the default instance.
getDefault() - Static method in class com.dyuproject.oauth.HttpPostTransport
Gets the default instance.
getDefault() - Static method in class com.dyuproject.oauth.SimpleNonceAndTimestamp
Gets the default instance.
getDefault() - Static method in class com.dyuproject.openid.SessionType
Gets the default session type SessionType.HMAC_SHA1.
getDefault() - Static method in class com.dyuproject.util.http.SimpleHttpConnector
Gets the default instance.
getDefaultContentType() - Method in class com.dyuproject.web.rest.consumer.AbstractConsumer
 
getDefaultContentType() - Method in class com.dyuproject.web.rest.consumer.SimpleJSONConsumer
 
getDefaultContentType() - Method in class com.dyuproject.web.rest.consumer.SimpleParameterConsumer
 
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
 
getDefaultErrorMsg(String) - Static method in class com.dyuproject.web.rest.consumer.AbstractConsumer
 
getDefaultResponseContentType() - Method in class com.dyuproject.web.rest.consumer.SimpleParameterConsumer
 
getDigestedValue(String, String, String) - Static method in class com.dyuproject.util.DigestUtil
Digests the data with the specified type and charset.
getDigestedValue(String, String) - Static method in class com.dyuproject.util.DigestUtil
Digests the data with the specified type.
getDigestType() - Method in class com.dyuproject.openid.SessionType
Gets the digest type.
getDiscovery() - Method in class com.dyuproject.openid.OpenIdContext
Gets the discovery.
getDisplayField(String) - Static method in class com.dyuproject.web.rest.consumer.AbstractConsumer
 
getDomain() - Method in class com.dyuproject.oauth.Endpoint
Gets the domain.
getEncoded(String) - Method in class com.dyuproject.util.http.UrlEncodedParameterMap
Gets the url encoded value from the given key.
getEncoding() - Method in class com.dyuproject.ioc.AbstractResolver
Gets the encoding as Charset.
getEndpoint(String) - Method in class com.dyuproject.oauth.Consumer
Gets the endpoint from the given domain.
getEndpoint(String) - Method in class com.dyuproject.oauth.ConsumerContext
Gets an endpoint from this context from the given domain.
getEntityManager() - Method in class com.dyuproject.ext.jpa.EntityManagerManager
 
getErrorMsg() - Method in class com.dyuproject.web.rest.consumer.SimpleJSONConsumer.ValidatingSetter
 
getErrorMsg() - Method in class com.dyuproject.web.rest.validator.AbstractValidator
 
getExchange(Token) - Static method in class com.dyuproject.oauth.TokenExchange
Gets the appropriate exchange to use based on the given token.
getExtension(String) - Method in class com.dyuproject.openid.OpenIdUser
Gets the alias of the extension mapped with the given namespace.
getExtensions() - Method in class com.dyuproject.openid.OpenIdUser
Gets the extensions added to this user's openid provider.
getField() - Method in exception com.dyuproject.web.rest.ValidationException
 
getFieldParam(String) - Method in class com.dyuproject.web.rest.consumer.AbstractConsumer
 
getFieldParam(String) - Method in class com.dyuproject.web.rest.consumer.SimpleJSONConsumer.ValidatingPojoConvertor
 
getFieldParams() - Method in class com.dyuproject.web.rest.consumer.AbstractConsumer
 
getFile() - Method in class com.dyuproject.ioc.Resource
Gets the file if any.
getFileExtension() - Method in class com.dyuproject.ext.stringtemplate.StringTemplateDispatcher
 
getFileExtension() - Method in class com.dyuproject.web.rest.dispatcher.VelocityDispatcher
 
getFileExtension() - Method in class com.dyuproject.web.rest.JSPDispatcher
 
getFilesByExtension(File, String[]) - Static method in class com.dyuproject.util.ResourceUtil
Returns a list of file filtered by their file types/extensions; (E.g ".zip")
getFirstNode() - Method in interface com.dyuproject.util.xml.Node
Gets the first child node.
getFirstNode() - Method in class com.dyuproject.util.xml.SimpleNode
 
getForwardUri() - Method in class com.dyuproject.openid.OpenIdServletFilter
Gets the configured forward uri.
getGetterMethods(Class<?>) - Static method in class com.dyuproject.util.reflect.ReflectUtil
Gets the getters of a pojo as a map of String as key and Method as value.
getHeader(String) - Method in interface com.dyuproject.util.http.HttpConnector.Response
Gets the response header value from the given header name.
getHexBytes(byte[]) - Static method in class com.dyuproject.util.DigestUtil
Returns the bytes data in hex form.
getHexChars(byte[]) - Static method in class com.dyuproject.util.DigestUtil
Returns the bytes data in hex form as characters.
getHexString(byte[], String) - Static method in class com.dyuproject.util.DigestUtil
Returns the bytes data in hex form as string.
getHttpConnector() - Method in class com.dyuproject.oauth.ConsumerContext
Gets the http connector.
getHttpConnector() - Method in class com.dyuproject.openid.OpenIdContext
Gets the http connector.
getHttpMethod() - Method in class com.dyuproject.web.rest.consumer.AbstractConsumer
 
getHttpMethod() - Method in class com.dyuproject.web.rest.service.AnnotatedMethodResource
 
getHttpMethod() - Method in interface com.dyuproject.web.rest.service.Resource
 
getHttpMethod() - Method in interface com.dyuproject.web.rest.ValidatingConsumer
 
getId() - Method in interface com.dyuproject.oauth.sp.ServiceToken
Gets the application assigned id when upon authorization of a user.
getId() - Method in class com.dyuproject.oauth.sp.SimpleServiceToken
 
getId() - Method in class com.dyuproject.openid.Identifier
Gets the id.
getId() - Method in class com.dyuproject.web.rest.service.PathHandler
 
getIdentifier(String, Identifier.Resolver, OpenIdContext) - Static method in class com.dyuproject.openid.Identifier
Returns an Identifier with the id same as the url if the given id is a valid url; If not, the given resolver will resolve the url.
getIdentifier() - Method in class com.dyuproject.openid.OpenIdUser
Gets the raw identifier (openid_identifier) supplied on the login form.
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.  
getIdentifierParameter() - Method in class com.dyuproject.openid.RelyingParty
Gets the identifier parameter - default is "openid_identifier".
getIdentity() - Method in class com.dyuproject.openid.OpenIdUser
Gets the user's openid identity.
getIndex(HttpServletRequest) - Method in class com.dyuproject.web.rest.mvc.controller.ContextController
Deprecated.  
getInputStream() - Method in interface com.dyuproject.util.http.HttpConnector.Response
Gets the response content via InputStream.
getInstance() - Static method in class com.dyuproject.oauth.Consumer
Gets the instance configured from the default resource path Consumer.DEFAULT_RESOURCE_PATH.
getInstance() - Static method in class com.dyuproject.openid.RelyingParty
Gets the default instance configured from the properties file found in the default resource path.
getInstance(Class<?>) - Static method in class com.dyuproject.util.reflect.ReflectUtil
Tries to invoke Foo.getInstance() if the method (public+static) getInstance() is there.
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
 
getIP() - Method in class com.dyuproject.web.CookieSession
 
getJSON() - Method in class com.dyuproject.oauth.manager.CookieBasedTokenManager
 
getJSON() - Method in class com.dyuproject.openid.manager.CookieBasedUserManager
 
getJSON() - Method in class com.dyuproject.web.CookieSessionManager
 
getJSPDispatcher() - Method in class com.dyuproject.web.rest.WebContext
 
getKey(String, String) - Static method in class com.dyuproject.oauth.Signature
Gets the computed key based from the given secret keys.
getKey() - Method in interface com.dyuproject.oauth.sp.ServiceToken
Gets the request or access token.
getKey() - Method in class com.dyuproject.oauth.sp.SimpleServiceToken
 
getKey() - Method in class com.dyuproject.oauth.Token
Gets the consumer key.
getKey() - Method in class com.dyuproject.util.Cryptography
Gets the secret key.
getKey() - Method in class com.dyuproject.util.http.HttpConnector.Parameter
Gets the key.
getKeys() - Method in class com.dyuproject.web.rest.dispatcher.LocalizedVelocityContext
 
getLast(References) - Static method in class com.dyuproject.ioc.config.References
Looks up the References starting from the last.
getLastNode() - Method in interface com.dyuproject.util.xml.Node
Gets the last child node.
getLastNode() - Method in class com.dyuproject.util.xml.SimpleNode
 
getMacSignature(String, String, String) - Static method in class com.dyuproject.oauth.Signature
Gets the computed mac signature from the given secret key, base string and algorithm.
getMethod() - Method in class com.dyuproject.oauth.HttpAuthTransport
 
getMethod() - Method in class com.dyuproject.oauth.HttpGetTransport
 
getMethod() - Method in class com.dyuproject.oauth.HttpPostTransport
 
getMethod() - Method in class com.dyuproject.oauth.Signature
Gets the method name of the signature used.
getMethod() - Method in class com.dyuproject.oauth.Transport
Gets the method name of this transport.
getMethod() - Method in class com.dyuproject.util.reflect.ParameterType.SimpleField
Gets the Method used to extract value via reflection.
getMime() - Method in class com.dyuproject.web.rest.RequestContext
 
getMsg() - Method in class com.dyuproject.web.rest.JSONDispatcher.SimpleResponse
 
getName() - Method in class com.dyuproject.oauth.HttpAuthTransport
 
getName() - Method in class com.dyuproject.oauth.HttpGetTransport
 
getName() - Method in class com.dyuproject.oauth.HttpPostTransport
 
getName() - Method in class com.dyuproject.oauth.Transport
Gets the name of this transport.
getName() - Method in class com.dyuproject.util.reflect.ParameterType.SimpleField
Gets the name.
getName() - Method in interface com.dyuproject.util.xml.Node
Gets the name.
getName() - Method in class com.dyuproject.util.xml.SimpleNode
 
getNamespace() - Method in class com.dyuproject.openid.ext.AbstractExtension
 
getNamespace() - Method in class com.dyuproject.openid.ext.AxSchemaExtension.AbstractExchange
Gets the name space mapped with the alias.
getNamespace() - Method in class com.dyuproject.openid.ext.AxSchemaExtension.SimpleExchange
 
getNamespace() - Method in interface com.dyuproject.openid.ext.Extension
Gets the namespace (normally a url) for this extension.
getNamespace() - Method in interface com.dyuproject.util.xml.Node
Gets the namespace.
getNamespace() - Method in class com.dyuproject.util.xml.SimpleNode
 
getNode(int) - Method in interface com.dyuproject.util.xml.Node
Gets a child node from the given index.
getNode(String) - Method in interface com.dyuproject.util.xml.Node
Gets the first child node with the given name.
getNode(String, int) - Method in interface com.dyuproject.util.xml.Node
Gets the first child node with the given name, starting at startingIndex.
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
Gets the first child node with the given name, starting from the last.
getNodeFromLast(String, int) - Method in interface com.dyuproject.util.xml.Node
Gets the first child node with the given name, starting from the last with the specified startingIndex.
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
Gets the list of child nodes.
getNodes(String) - Method in interface com.dyuproject.util.xml.Node
Gets the list of child nodes with the given name (filtered).
getNodes() - Method in class com.dyuproject.util.xml.SimpleNode
 
getNodes(String) - Method in class com.dyuproject.util.xml.SimpleNode
 
getNonceAndTimestamp() - Method in class com.dyuproject.oauth.ConsumerContext
Gets the nonce and timestamp generator.
getOpenIdContext() - Method in class com.dyuproject.openid.RelyingParty
Gets the OpenIdContext.
getOpenIdDelegate() - Method in class com.dyuproject.openid.OpenIdUser
Gets the user's local id
getOpenIdServer() - Method in class com.dyuproject.openid.OpenIdUser
Gets the user's openid server.
getOpenIdUserManager() - Method in class com.dyuproject.openid.RelyingParty
Gets the OpenIdUser manager.
getParams(HttpServletRequest) - Static method in class com.dyuproject.web.RequestUtil
 
getParent() - Method in interface com.dyuproject.util.xml.Node
Gets the parent.
getParent() - Method in class com.dyuproject.util.xml.SimpleNode
 
getParser() - Method in class com.dyuproject.ioc.Context
Gets the Parser tied to this context.
getPassword(String, String, HttpServletRequest) - Method in interface com.dyuproject.web.auth.CredentialSource
 
getPassword(String, String, HttpServletRequest) - Method in class com.dyuproject.web.auth.SimpleCredentialSource
 
getPath() - Method in class com.dyuproject.ioc.Resource
Gets the path.
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
Digests the data with the specified type and returns the raw unencoded bytes.
getPojo(String) - Method in class com.dyuproject.ioc.ApplicationContext
Finds an object from a given key.
getPojo() - Method in exception com.dyuproject.web.rest.ValidationException
 
getPojoClass() - Method in class com.dyuproject.web.rest.consumer.AbstractConsumer
 
getProperty(String) - Method in class com.dyuproject.web.rest.WebContext
 
getProps() - Method in class com.dyuproject.ioc.config.Reference
Gets the properties of a referenced object to be able to set or override existing properties.
getReader() - Method in class com.dyuproject.ioc.Resource
Gets the reader
getRef(String) - Method in class com.dyuproject.ioc.ApplicationContext
Finds an object bound to References in this context.
getRef() - Method in class com.dyuproject.ioc.config.Reference
Gets the object being referenced.
getRef(String, References) - Static method in class com.dyuproject.ioc.config.References
Gets a referenced object from the provided refs.
getRelyingParty() - Method in class com.dyuproject.openid.OpenIdServletFilter
Gets the configured relying party.
getRequest() - Method in class com.dyuproject.web.rest.RequestContext
 
getRequestContext() - Method in class com.dyuproject.web.rest.WebContext
 
getRequestToken(String, String) - Method in class com.dyuproject.oauth.sp.HashStore
Gets the request token with secret to be verified by the caller; Returns null if the request token is invalid.
getRequestToken(String, String) - Method in interface com.dyuproject.oauth.sp.ServiceToken.Store
Gets the request token with secret to be verified by the caller; Returns null if the request token is invalid.
getRequestTokenUrl() - Method in class com.dyuproject.oauth.Endpoint
Gets the url for obtaining the request token.
getResolver() - Method in class com.dyuproject.ioc.Parser
Gets the resolver.
getResolver(String) - Method in class com.dyuproject.ioc.ResolverCollection
Gets a resolver based from the given type.
getResolvers() - Method in class com.dyuproject.openid.Identifier.ResolverCollection
Gets the wrapped array of resolvers.
getResource(String, Class<?>) - Static method in class com.dyuproject.ioc.ClasspathResolver
Loads a URL resource from the classloader; If not found, the classloader of the context class specified will be used.
getResource(String) - Static method in class com.dyuproject.ioc.ClasspathResolver
Loads a URL resource from the classloader.
getResource() - Method in class com.dyuproject.ioc.Context
Gets the Resource tied to this context.
getResource(String, Class<?>, boolean) - Static method in class com.dyuproject.json.StandardJSON
Gets a URL resource from the classloader; If not found, the classloader of the context class specified will be used along with its parent if the flag checkParents is true.
getResource(String) - Static method in class com.dyuproject.json.StandardJSON
Gets a URL resource from the classloader.
getResource(String, Class<?>) - Static method in class com.dyuproject.util.ClassLoaderUtil
Loads a URL resource from the classloader; If not found, the classloader of the context class specified will be used.
getResource(String, Class<?>, boolean) - Static method in class com.dyuproject.util.ClassLoaderUtil
Loads a URL resource from the classloader; If not found, the classloader of the context class specified will be used.
getResource(String) - Static method in class com.dyuproject.web.rest.WebContext
 
getResponse() - Method in class com.dyuproject.web.rest.RequestContext
 
getRoot() - Method in class com.dyuproject.oauth.Endpoint
Gets the root ("http://" or "https://")
getScript() - Method in class com.dyuproject.web.DevScriptServlet
 
getSecret() - Method in interface com.dyuproject.oauth.sp.ServiceToken
Gets the token secret.
getSecret() - Method in class com.dyuproject.oauth.sp.SimpleServiceToken
 
getSecret() - Method in class com.dyuproject.oauth.Token
Gets the secret key; This is obtained from the exchanges (OAuth dance).
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
Gets the session type of this association.
getSessionType() - Method in class com.dyuproject.openid.SessionType
Gets the session type as string.
getSetterMethods(Class<?>) - Static method in class com.dyuproject.util.reflect.ReflectUtil
Gets the setters of a pojo as a map of String as key and Method as value.
getSharedSecretKey(BigInteger, BigInteger, BigInteger) - Static method in class com.dyuproject.util.DiffieHellman
Gets/computes the shared secret key from the given privateKey, modulus and responseKey - which is a public key.
getSignature() - Method in class com.dyuproject.oauth.Endpoint
Gets the signature used for this endpoint.
getSignature(byte[], byte[]) - Method in class com.dyuproject.openid.SessionType
Returns the byte array signed by this session type.
getSimpleFieldGetters(Class<?>) - Static method in class com.dyuproject.util.reflect.ParameterType
Gets the getters of a pojo as a map of String as key and ParameterType.SimpleField as value.
getSimpleFieldSetters(Class<?>) - Static method in class com.dyuproject.util.reflect.ParameterType
Gets the setters of a pojo as a map of String as key and ParameterType.SimpleField as value.
getSimpleType(Class<?>) - Static method in class com.dyuproject.util.reflect.ParameterType
Gets the simple types (basically primitive types).
getSource() - Method in class com.dyuproject.ioc.Resource
Gets the reader source that can be used for parsing json.
getState() - Method in class com.dyuproject.oauth.Token
Gets the state of the token.
getStatus() - Method in interface com.dyuproject.util.http.HttpConnector.Response
Gets the response http status.
getStore() - Method in class com.dyuproject.oauth.sp.ServiceProvider
 
getStringTemplateWriter(Writer) - Method in class com.dyuproject.ext.stringtemplate.CustomTemplateGroup
 
getTempDir() - Static method in class com.dyuproject.util.ArchiveUtil
Gets the temp dir (the sys property "java.io.tmpdir" if not overridden via ArchiveUtil.setTempDir(File)).
getText() - Method in interface com.dyuproject.util.xml.Node
Gets the text content as StringBuilder.
getText() - Method in class com.dyuproject.util.xml.SimpleNode
 
getTimeUpdated() - Method in class com.dyuproject.web.CookieSession
 
getTitle() - Method in class com.dyuproject.openid.FormRedirection
 
getToken(String, HttpServletRequest) - Method in class com.dyuproject.oauth.Consumer
Gets a token from the request and delegates to the wrapped TokenManager if not found.
getToken(String, HttpServletRequest) - Method in class com.dyuproject.oauth.manager.CookieBasedTokenManager
 
getToken(String, HttpServletRequest) - Method in class com.dyuproject.oauth.manager.HttpSessionTokenManager
 
getToken(String, HttpServletRequest) - Method in interface com.dyuproject.oauth.TokenManager
Gets the token.
getTokenManager() - Method in class com.dyuproject.oauth.Consumer
Gets the token manager.
getTransport() - Method in class com.dyuproject.oauth.Endpoint
Gets the transport used for this endpoint; This could either be HttpAuthTransport, HttpGetTransport or HttpPostTransport.
getType() - Method in class com.dyuproject.ioc.ClasspathResolver
 
getType() - Method in class com.dyuproject.ioc.FileResolver
 
getType() - Method in class com.dyuproject.ioc.ResolverCollection
 
getType() - Method in class com.dyuproject.ioc.Resource
Gets the type.
getType() - Method in interface com.dyuproject.ioc.Resource.Resolver
Gets the type (id) of resolver
getType() - Method in class com.dyuproject.ioc.URLResolver
 
getType() - Method in class com.dyuproject.util.reflect.ParameterType.SimpleField
Gets the ParameterType.
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
Gets the class of this given type.
getUrl() - Method in class com.dyuproject.openid.Identifier
Gets the url.
getUrl() - Method in class com.dyuproject.util.http.UrlEncodedParameterMap
 
getUrlFormEncodedBytes(String) - Method in class com.dyuproject.util.http.UrlEncodedParameterMap
 
getUrlFormEncodedBytesRFC3986(String) - Method in class com.dyuproject.util.http.UrlEncodedParameterMap
 
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
Gets/reads the user associated with the given request.
getUserCache() - Method in class com.dyuproject.openid.RelyingParty
Gets the user cache.
getValidatedParams(HttpServletRequest) - Method in class com.dyuproject.web.RequiredParametersValidator
 
getValidator() - Method in class com.dyuproject.web.rest.consumer.SimpleJSONConsumer.ValidatingSetter
 
getValue() - Method in class com.dyuproject.util.http.HttpConnector.Parameter
Gets the value.
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.AbstractLifeCycle
 
getWebContext() - Method in class com.dyuproject.web.rest.mvc.AbstractController
Deprecated.  

H

handle(HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.oauth.sp.ServiceProvider
 
handle(String, HttpServletRequest, HttpServletResponse) - Method in interface com.dyuproject.openid.OpenIdServletFilter.ForwardUriHandler
Dispatches the request to a view/template.
handle(HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.openid.OpenIdServletFilter
Returns true if the user associated with this request is authenticated.
handle(HttpServletRequest, HttpServletResponse, String) - Static method in class com.dyuproject.openid.OpenIdServletFilter
Returns true if the user associated with this request is authenticated.
handle(HttpServletRequest, HttpServletResponse, RelyingParty, OpenIdServletFilter.ForwardUriHandler, String) - Static method in class com.dyuproject.openid.OpenIdServletFilter
Returns true if the user associated with this request is authenticated.
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(RequestContext) - Method in class com.dyuproject.web.rest.service.AnnotatedMethodResource
 
handle(String[], RequestContext) - Method in class com.dyuproject.web.rest.service.PathHandler
 
handle(RequestContext) - 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.  
handleOAuthParameter(String, String, StringBuilder) - Method in class com.dyuproject.oauth.HttpAuthTransport
 
handleOAuthParameter(String, String, StringBuilder) - Method in class com.dyuproject.oauth.HttpGetTransport
 
handleOAuthParameter(String, String, StringBuilder) - Method in class com.dyuproject.oauth.HttpPostTransport
 
handleOAuthParameter(String, String, StringBuilder) - Method in interface com.dyuproject.oauth.Signature.Listener
Handles the encoded oauth key and value.
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
 
handleRequestParameter(String, String, StringBuilder) - Method in interface com.dyuproject.oauth.Signature.Listener
Handles the encoded request key and value.
handleRequestParameter(String, String, StringBuilder) - Method in class com.dyuproject.oauth.Transport
 
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
 
handleTokenExchange(HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.oauth.sp.ServiceProvider
 
handleTokenRequest(HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.oauth.sp.ServiceProvider
 
handleUnknown(JSON.Source, char) - Method in class com.dyuproject.ioc.DefaultParser
 
hasAttribute(String) - Method in interface com.dyuproject.util.xml.Node
Checks whether the attribute name is present.
hasAttribute(String) - Method in class com.dyuproject.util.xml.SimpleNode
 
hasConvertor(Class<?>) - Method in interface com.dyuproject.json.ConvertorCache
Checks if a convertor is mapped to the given clazz.
hasConvertor(Class<?>) - Method in class com.dyuproject.json.StandardConvertorCache
 
hashCode() - Method in class com.dyuproject.oauth.Signature
 
hashCode() - Method in class com.dyuproject.util.reflect.ParameterType
 
HashStore - Class in com.dyuproject.oauth.sp
The hashed tokens are generated and parsed using encryption and mac signatures.
HashStore(String, String) - Constructor for class com.dyuproject.oauth.sp.HashStore
 
HashStore(String, String, String, long, long, long) - Constructor for class com.dyuproject.oauth.sp.HashStore
 
HEAD - Static variable in interface com.dyuproject.util.http.HttpConnector
 
HEXADECIMAL - Static variable in class com.dyuproject.util.DigestUtil
The hex chars as bytes.
HMAC_SHA1 - Static variable in class com.dyuproject.openid.SessionType
"DH-SHA1"
HMAC_SHA256 - Static variable in class com.dyuproject.openid.SessionType
"DH-SHA256"
HMACSHA1 - Static variable in class com.dyuproject.oauth.Signature
"HMAC-SHA1" signature.
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
 
HttpAuthTransport - Class in com.dyuproject.oauth
Sends the oauth request parameters via the HTTP Authorization header.
HttpAuthTransport() - Constructor for class com.dyuproject.oauth.HttpAuthTransport
 
HttpConnector - Interface in com.dyuproject.util.http
HttpConnector - reads/writes bytes from/to http endpoints.
HttpConnector.Parameter - Class in com.dyuproject.util.http
A key/value pair
HttpConnector.Parameter(String, String) - Constructor for class com.dyuproject.util.http.HttpConnector.Parameter
 
HttpConnector.Response - Interface in com.dyuproject.util.http
The http response which can be used to obtain the http status, headers and the content via input stream.
HttpGetTransport - Class in com.dyuproject.oauth
Sends the oauth request parameters using HTTP GET and appended with queryString
HttpGetTransport() - Constructor for class com.dyuproject.oauth.HttpGetTransport
 
HttpPostTransport - Class in com.dyuproject.oauth
Sends the oauth request parameters via HTTP POST with application/x-www-form-urlencoded content type.
HttpPostTransport() - Constructor for class com.dyuproject.oauth.HttpPostTransport
 
HttpSessionTokenManager - Class in com.dyuproject.oauth.manager
HttpSessionTokenManager - stores the token in the HttpSession
HttpSessionTokenManager() - Constructor for class com.dyuproject.oauth.manager.HttpSessionTokenManager
 
HttpSessionUserManager - Class in com.dyuproject.openid.manager
The 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_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
Resolves the non-url identifier by assigning the openid server endpoint url or the location of the xrds document.
Identifier.ResolverCollection - Class in com.dyuproject.openid
Allows for chaining the resolution until it is successfully resolved.
Identifier.ResolverCollection() - Constructor for class com.dyuproject.openid.Identifier.ResolverCollection
 
IDENTIFIER_SELECT - Static variable in class com.dyuproject.openid.YadisDiscovery
 
IdentifierSelectUserCache - Class in com.dyuproject.openid
A cache for providers that have generic identifiers (not tied to a single user) E.g google and yahoo's openid_identifier parameters
IdentifierSelectUserCache() - Constructor for class com.dyuproject.openid.IdentifierSelectUserCache
 
IdentifierSelectUserCache(String) - Constructor for class com.dyuproject.openid.IdentifierSelectUserCache
 
IdentifierSelectUserCache(Map<String, String>) - Constructor for class com.dyuproject.openid.IdentifierSelectUserCache
 
Import - Class in com.dyuproject.ioc.config
A configuration component from a json context file w/c imports and loads another ApplicationContext into the current parsing context Context.
Import() - Constructor for class com.dyuproject.ioc.config.Import
 
indexOf(Identifier.Resolver) - Method in class com.dyuproject.openid.Identifier.ResolverCollection
Gets the index of the given resolver.
indexOf(RelyingParty.Listener) - Method in class com.dyuproject.openid.RelyingParty.ListenerCollection
Gets the index of the listener on the wrapped array.
indexOf(char[], char, int) - Static method in class com.dyuproject.util.validate.IPDomainValidator
Returns the index of the char c from the char array ch.
indexOf(String) - Method in interface com.dyuproject.util.xml.Node
Gets the index of the child node with the given name.
indexOf(String, int) - Method in interface com.dyuproject.util.xml.Node
Gets the index of the child node with the given name, starting at startingIndex.
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.ext.jpa.EntityManagerManager
 
init(FilterConfig) - Method in class com.dyuproject.ext.jpa.EntityManagerManager
 
init() - Method in class com.dyuproject.ext.stringtemplate.StringTemplateDispatcher
 
init(Properties) - Method in class com.dyuproject.oauth.manager.CookieBasedTokenManager
 
init() - Method in class com.dyuproject.oauth.manager.CookieBasedTokenManager
 
init(Properties) - Method in class com.dyuproject.oauth.manager.HttpSessionTokenManager
 
init(Properties) - Method in interface com.dyuproject.oauth.TokenManager
Initialize this manager based from the given properties.
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
This method is called by the servlet container to configure this filter; The init parameter "forwardUri" is required.
init(Properties) - Method in interface com.dyuproject.openid.OpenIdUserManager
Initialize this object via user-configured properties.
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.AbstractLifeCycle
 
init() - Method in class com.dyuproject.web.rest.AbstractLifeCycle
 
init() - Method in class com.dyuproject.web.rest.consumer.SimpleJSONConsumer
 
init() - Method in class com.dyuproject.web.rest.consumer.SimpleParameterConsumer
 
init() - Method in class com.dyuproject.web.rest.ConsumerInterceptor
 
init() - Method in class com.dyuproject.web.rest.DefaultDispatcher
 
init() - Method in class com.dyuproject.web.rest.dispatcher.VelocityDispatcher
 
init() - Method in class com.dyuproject.web.rest.InterceptorCollection
 
init(WebContext) - Method in class com.dyuproject.web.rest.JSONDispatcher
 
init() - Method in class com.dyuproject.web.rest.JSPDispatcher
 
init(WebContext) - Method in interface com.dyuproject.web.rest.LifeCycle
 
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.AnnotatedMethodResource
 
init() - Method in class com.dyuproject.web.rest.service.PathHandler
 
init() - Method in class com.dyuproject.web.rest.service.RESTServiceContext
 
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
 
INTEGER_P - 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 array 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(String, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.oauth.Consumer
Invalidates the token based from its key; Delegates to the TokenManager.
invalidate(Token, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.oauth.Consumer
Invalidates the token.; Delegates to the TokenManager.
invalidate(String, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.oauth.manager.CookieBasedTokenManager
 
invalidate(String, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.oauth.manager.HttpSessionTokenManager
 
invalidate(String, HttpServletRequest, HttpServletResponse) - Method in interface com.dyuproject.oauth.TokenManager
Invalidates the token.
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
Invalidates/removes/deletes the user associated with the given request.
invalidate(HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.openid.RelyingParty
Invalidates/terminates the openid session of the user associated with the given request; To logout an authenticated user, you invoke this method.
invalidateSession(HttpServletResponse) - Method in class com.dyuproject.web.CookieSessionManager
 
invalidateSession(HttpServletResponse) - Method in class com.dyuproject.web.rest.WebContext
 
invoke(Object, Object) - Method in class com.dyuproject.json.OverloadPojoConvertor.OverloadSetter
 
invoke(Object, Object) - Method in class com.dyuproject.json.StandardPojoConvertor.StandardSetter
 
invokeObject(Object, Object) - Method in class com.dyuproject.ioc.DefaultPojoConvertor.DefaultSetter
 
invokeObject(Object, Object, StandardPojoConvertor.StandardSetter) - Static method in class com.dyuproject.json.StandardPojoConvertor.StandardSetter
 
invokeObject(Object, Object) - Method in class com.dyuproject.web.rest.consumer.SimpleJSONConsumer.ValidatingSetter
 
IP - Static variable in class com.dyuproject.util.validate.IPDomainValidator
 
IPDomainValidator - Class in com.dyuproject.util.validate
A string input validator for IPs and domains.
IPDomainValidator() - Constructor for class com.dyuproject.util.validate.IPDomainValidator
 
isAddClass() - Method in class com.dyuproject.json.StandardJSON
Checks whether the classname of a pojo is included upon serialization.
isAllowed(char) - Method in class com.dyuproject.ioc.DefaultParser
 
isAllowMethodOverride() - Method in class com.dyuproject.web.rest.mvc.controller.CRUDController
Deprecated.  
isAssociated() - Method in class com.dyuproject.openid.OpenIdUser
Checks whether this user is already associated with his openid provider.
isAuthCancel(HttpServletRequest) - Static method in class com.dyuproject.openid.RelyingParty
Returns true if the user has cancelled the authentication on his openid provider.
isAuthentic() - Method in class com.dyuproject.oauth.Token
Checks whether the token is authentic (aka useable to make auth requests against the service provider.
isAuthenticated() - Method in class com.dyuproject.openid.OpenIdUser
Checks whether this user is already authenticated.
isAuthResponse(HttpServletRequest) - Static method in class com.dyuproject.openid.RelyingParty
Returns true if we have a positive response from the OpenID provider.
isAutomaticRedirect() - Method in class com.dyuproject.openid.RelyingParty
Checks whether the relying party should automatically redirect the user if he navigates back to the relying party's site.
isCheckParents() - Static method in class com.dyuproject.ioc.ClasspathResolver
Gets the flag whether to lookup the resource from the classloader including its parent.
isCheckParents() - Static method in class com.dyuproject.json.StandardJSON
Checks whether classloading should check parent classloaders.
isCheckTimestamp() - Method in class com.dyuproject.oauth.sp.ServiceProvider
 
isDestroyed() - Method in class com.dyuproject.web.rest.AbstractLifeCycle
 
isError() - Method in class com.dyuproject.web.rest.JSONDispatcher.SimpleResponse
 
isFollowRedirects() - Method in class com.dyuproject.util.http.SimpleHttpConnector
Checks whether this instance follows redirects or not.
isInitialized() - Method in class com.dyuproject.web.rest.AbstractLifeCycle
 
isInitialized() - Method in class com.dyuproject.web.rest.mvc.AbstractController
Deprecated.  
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
 
isPrimitive() - Method in class com.dyuproject.util.reflect.ParameterType
Checks whether this type is a java primitive.
isRequired() - Method in class com.dyuproject.web.rest.consumer.SimpleJSONConsumer.ValidatingSetter
 
isResolved() - Method in class com.dyuproject.ioc.Resource
Checks if this resource is already resolved.
isResolved() - Method in class com.dyuproject.openid.Identifier
Checks whether this identifier is resolved - meaning the url (openid server endpoint) is provided.
isRoot() - Method in interface com.dyuproject.util.xml.Node
Checks whether this node is root.
isRoot() - Method in class com.dyuproject.util.xml.SimpleNode
 
isSecure() - Method in class com.dyuproject.oauth.Endpoint
Checks whether this endpoint is secure.
isSessionEnabled() - Method in class com.dyuproject.web.rest.WebContext
 
isSupported(String) - Static method in class com.dyuproject.util.ArchiveUtil
Returns true if the given resource is either a zip, jar or war file.
isTrimText() - Method in class com.dyuproject.util.xml.SimpleHandler
 
isUrlContentTypeXrds() - Method in class com.dyuproject.openid.Identifier
Checks whether the url is an xrds document.
isValid(String) - Static method in class com.dyuproject.util.validate.IPDomainValidator
Checks whether the string domain is valid.
isValid(char[]) - Static method in class com.dyuproject.util.validate.IPDomainValidator
Checks whether the char array domain is valid.
isValid(String, int, int) - Static method in class com.dyuproject.util.validate.IPDomainValidator
Checks whether the string domain is valid.
isValid(char[], int, int) - Static method in class com.dyuproject.util.validate.IPDomainValidator
Checks whether the char array domain is valid.
iterator() - Method in class com.dyuproject.util.http.HttpConnector.Parameter
 

J

JSON_DATA - Static variable in class com.dyuproject.web.rest.JSONDispatcher
 
JSONDispatcher - Class in com.dyuproject.web.rest
Generates a JSON response from the object on the request attribute identified by JSONDispatcher.JSON_DATA.
JSONDispatcher() - Constructor for class com.dyuproject.web.rest.JSONDispatcher
 
JSONDispatcher.SimpleResponse - Class in com.dyuproject.web.rest
 
JSONDispatcher.SimpleResponse(String) - Constructor for class com.dyuproject.web.rest.JSONDispatcher.SimpleResponse
 
JSONDispatcher.SimpleResponse(String, boolean) - Constructor for class com.dyuproject.web.rest.JSONDispatcher.SimpleResponse
 
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

lastIndexOf(char[], char, int) - Static method in class com.dyuproject.util.validate.IPDomainValidator
Returns the index (starting from the last) of the char c from the array of characters ch.
lastIndexOf(String) - Method in interface com.dyuproject.util.xml.Node
Gets the index of the child node with the given name, starting from the last.
lastIndexOf(String, int) - Method in interface com.dyuproject.util.xml.Node
Gets the index of the child node with the given name, starting from last with the specified startingIndex.
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.
LifeCycle - Interface in com.dyuproject.web.rest
Web component that is notified of the initialization and destruction of the WebContext.
LIST - Static variable in class com.dyuproject.json.StandardPojoConvertor.StandardSetter
 
load() - Static method in class com.dyuproject.ioc.ApplicationContext
Loads the ApplicationContext from the default resource ApplicationContext.DEFAULT_RESOURCE_LOCATION}.
load(String) - Static method in class com.dyuproject.ioc.ApplicationContext
Loads the ApplicationContext from the given resource which could be a file, remote url (prefixed with "http://") or from the classpath (prefixed with "classpath:").
load(File) - Static method in class com.dyuproject.ioc.ApplicationContext
Loads the ApplicationContext from the specified File.
load(URL) - Static method in class com.dyuproject.ioc.ApplicationContext
Loads the ApplicationContext from the specified URL.
load(InputStream) - Static method in class com.dyuproject.ioc.ApplicationContext
Loads the ApplicationContext from the specified InputStream.
load(Reader) - Static method in class com.dyuproject.ioc.ApplicationContext
Loads the ApplicationContext from the specified Reader.
load(Resource, Parser) - Static method in class com.dyuproject.ioc.ApplicationContext
Loads the ApplicationContext from the specified Resource and Parser.
load(String[]) - Static method in class com.dyuproject.ioc.ApplicationContext
Loads the ApplicationContext from multiple resources.
load(String) - Static method in class com.dyuproject.oauth.Endpoint
Loads an endpoint from the given resource from the classpath.
load(URL) - Static method in class com.dyuproject.oauth.Endpoint
Loads an endpoint from the given URL resource.
load(InputStream) - Static method in class com.dyuproject.oauth.Endpoint
Loads an endpoint from the given InputStream in.
load(Properties) - Static method in class com.dyuproject.oauth.Endpoint
Loads an endpoint from the given Properties props.
load(Properties, String) - Static method in class com.dyuproject.oauth.Endpoint
Loads an endpoint from the given Properties props configured for the given domain.
load(String, Map<String, String>) - Static method in class com.dyuproject.openid.IdentifierSelectUserCache
Load the configured mappings from the properties file located at the given resourceLoc.
loadClass(String, Class<?>) - Static method in class com.dyuproject.ioc.ClasspathResolver
Loads a class from the classloader; If not found, the classloader of the context class specified will be used.
loadClass(String) - Static method in class com.dyuproject.ioc.ClasspathResolver
Loads a class from the classloader.
loadClass(String, Class<?>, boolean) - Static method in class com.dyuproject.json.StandardJSON
Loads a class from the classloader; If not found, the classloader of the context class specified will be used along with its parent if the flag checkParents is true.
loadClass(String) - Static method in class com.dyuproject.json.StandardJSON
Loads a class from the classloader.
loadClass(String, Class<?>) - Static method in class com.dyuproject.util.ClassLoaderUtil
Loads a class from the classloader; If not found, the classloader of the context class specified will be used.
loadClass(String, Class<?>, boolean) - Static method in class com.dyuproject.util.ClassLoaderUtil
Loads a class from the classloader; If not found, the classloader of the context class specified will be used.
loadPropertiesFromClass(Properties, Class<?>) - Method in class com.dyuproject.web.rest.service.RESTServiceContext
 
LocalizedVelocityContext - Class in com.dyuproject.web.rest.dispatcher
 
LONG - Static variable in class com.dyuproject.util.reflect.ParameterType
 
LONG_P - 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.ioc.ApplicationContext
 
map(String, Interceptor) - Method in class com.dyuproject.web.rest.service.PathHandler
 
map(String, Resource) - Method in class com.dyuproject.web.rest.service.PathHandler
 
mapConsumer(String, String, PathHandler, Consume) - Method in class com.dyuproject.web.rest.service.RESTServiceContext
 
MD5 - Static variable in class com.dyuproject.util.DigestUtil
"MD5"
merge(Object) - Method in class com.dyuproject.ext.jpa.DefaultDao
 
merge(Object, RequestContext) - Method in class com.dyuproject.web.rest.consumer.SimpleJSONConsumer
 
merge(Object, RequestContext) - Method in class com.dyuproject.web.rest.consumer.SimpleParameterConsumer
 
merge(Object, RequestContext) - Method in interface com.dyuproject.web.rest.ValidatingConsumer
 
MIXED - Static variable in class com.dyuproject.util.validate.IPDomainValidator
 
MODE_REQUEST - Static variable in class com.dyuproject.openid.ext.AxSchemaExtension
"fetch_request"
MODE_RESPONSE - Static variable in class com.dyuproject.openid.ext.AxSchemaExtension
"fetch_response"
MSG - Static variable in class com.dyuproject.web.rest.JSONDispatcher.SimpleResponse
 

N

NAME - Static variable in class com.dyuproject.oauth.HttpAuthTransport
"Authorization"
NAMESPACE - Static variable in class com.dyuproject.openid.ext.AxSchemaExtension
"http://openid.net/srv/ax/1.0"
NAMESPACE - Static variable in class com.dyuproject.openid.ext.SRegExtension
"http://openid.net/extensions/sreg/1.1"
newAccessToken(String, String, String) - Method in class com.dyuproject.oauth.sp.HashStore
 
newAccessToken(String, String, String, ServiceToken) - Method in class com.dyuproject.oauth.sp.HashStore
 
newAccessToken(String, String, String) - Method in interface com.dyuproject.oauth.sp.ServiceToken.Store
Generates a new access token that is basically exchanged from the given requestToken; Returns null if the requestToken is invalid.
newAccessToken(String, String, String, ServiceToken) - Method in interface com.dyuproject.oauth.sp.ServiceToken.Store
Generates a new access token that is basically exchanged from the given requestToken; Returns null if the requestToken is invalid.
newConvertor(Class<?>, boolean) - Method in class com.dyuproject.ioc.DefaultConvertorCache
 
newConvertor(Class<?>) - Method in interface com.dyuproject.json.ConvertorCache
Creats a convertor based from the given clazz.
newConvertor(Class<?>, boolean) - Method in interface com.dyuproject.json.ConvertorCache
Creats a convertor based from the given clazz; If addClass is true, the convertor will be configured to include the classname upon serialization.
newConvertor(Class<?>, boolean) - Method in class com.dyuproject.json.OverloadConvertorCache
 
newConvertor(Class<?>, boolean) - Method in class com.dyuproject.json.StandardConvertorCache
 
newConvertor(Class<?>) - Method in class com.dyuproject.json.StandardConvertorCache
 
newHybridRequestToken(String, String) - Method in class com.dyuproject.oauth.sp.HashStore
 
newHybridRequestToken(String, String) - Method in class com.dyuproject.oauth.sp.ServiceProvider
 
newHybridRequestToken(String, String) - Method in interface com.dyuproject.oauth.sp.ServiceToken.Store
Particularly useful for hybrid openid+oauth; The underlying implementation will loosen the validation/verification since openid authentication is being used.
newInstance(String) - Static method in class com.dyuproject.oauth.Consumer
Creates a new instance configured from the resource path resourceLoc.
newInstance(URL) - Static method in class com.dyuproject.oauth.Consumer
Creates a new instance configured from the URL resource.
newInstance(InputStream) - Static method in class com.dyuproject.oauth.Consumer
Creates a new instance configured from the InputStream in.
newInstance(Properties) - Static method in class com.dyuproject.oauth.Consumer
Creates a new instance configured form the Properties props.
newInstance(String) - Static method in class com.dyuproject.openid.RelyingParty
Creates a new instance from the specified resourceLoc in the classpath, which will be parsed/loaded to a Properties.
newInstance(URL) - Static method in class com.dyuproject.openid.RelyingParty
Creates a new instance from the specified URL resource, which will be parsed/loaded to a Properties.
newInstance(InputStream) - Static method in class com.dyuproject.openid.RelyingParty
Creates a new instance from the specified InputStream in, which will be parsed/loaded to a Properties.
newInstance(Properties) - Static method in class com.dyuproject.openid.RelyingParty
Creates a new instance configured from the given properties.
newInstance(String, Class<?>) - Static method in class com.dyuproject.util.ClassLoaderUtil
Instantiates an object using its default constructor if the className is found in the classpath and loaded.
newInstance(String, Class<?>, boolean) - Static method in class com.dyuproject.util.ClassLoaderUtil
Instantiates an object using its default constructor if the className is found in the classpath and loaded.
newInstance(Class<?>) - Static method in class com.dyuproject.util.reflect.ReflectUtil
Tries to invoke Foo.getInstance() if the method (public+static) getInstance() is there; If not, it creates a new instance via reflection.
newInstance(File) - Static method in class com.dyuproject.web.auth.SimpleCredentialSource
 
newInstance(URL) - Static method in class com.dyuproject.web.auth.SimpleCredentialSource
 
newInstance(InputStream) - Static method in class com.dyuproject.web.auth.SimpleCredentialSource
 
newMap() - Method in class com.dyuproject.ioc.DefaultParser
 
newNonce(HttpServletRequest) - Method in class com.dyuproject.web.auth.DigestAuthentication
 
newNonce(HttpServletRequest) - Method in class com.dyuproject.web.auth.SmartDigestAuthentication
 
newObjectInstance(String) - Static method in class com.dyuproject.web.rest.AbstractLifeCycle
 
newObjectInstance(String) - Static method in class com.dyuproject.web.rest.WebContext
 
newReader(InputStream) - Method in class com.dyuproject.ioc.AbstractResolver
 
newRequestToken(String, String) - Method in class com.dyuproject.oauth.sp.HashStore
 
newRequestToken(String, String) - Method in interface com.dyuproject.oauth.sp.ServiceToken.Store
Generates a new request token to be used by the caller to write a response.
newSetter(String, Method) - Method in class com.dyuproject.ioc.DefaultPojoConvertor
 
newSetter(String, Method) - Method in class com.dyuproject.json.OverloadPojoConvertor
 
newSetter(String, Method) - Method in class com.dyuproject.json.StandardPojoConvertor
 
Node - Interface in com.dyuproject.util.xml
An xml node for persistence - much like DOM.
NonceAndTimestamp - Interface in com.dyuproject.oauth
Nonce and timestamp generator for the request
NS - Static variable in class com.dyuproject.openid.Constants.Assoc
 
NS_KEY - Static variable in class com.dyuproject.openid.ext.SRegExtension
"openid.ns.sreg"

O

OAUTH_CALLBACK - Static variable in class com.dyuproject.oauth.Constants
"oauth_callback"
OAUTH_CALLBACK_CONFIRMED - Static variable in class com.dyuproject.oauth.Constants
"oauth_callback_confirmed"
OAUTH_CONSUMER_KEY - Static variable in class com.dyuproject.oauth.Constants
"oauth_consumer_key"
OAUTH_NONCE - Static variable in class com.dyuproject.oauth.Constants
"oauth_nonce"
OAUTH_PROBLEM - Static variable in class com.dyuproject.oauth.Constants
"oauth_problem"
OAUTH_SIGNATURE - Static variable in class com.dyuproject.oauth.Constants
oauth_signature
OAUTH_SIGNATURE_METHOD - Static variable in class com.dyuproject.oauth.Constants
"oauth_signature_method"
OAUTH_TIMESTAMP - Static variable in class com.dyuproject.oauth.Constants
"oauth_timestamp"
OAUTH_TOKEN - Static variable in class com.dyuproject.oauth.Constants
"oauth_token"
OAUTH_TOKEN_SECRET - Static variable in class com.dyuproject.oauth.Constants
"oauth_token_secret"
OAUTH_VERIFIER - Static variable in class com.dyuproject.oauth.Constants
"oauth_verifier"
OAUTH_VERSION - Static variable in class com.dyuproject.oauth.Constants
"oauth_version"
onAccess(OpenIdUser, HttpServletRequest) - Method in class com.dyuproject.openid.ext.AbstractExtension
Not needed by an extension.
onAccess(OpenIdUser, HttpServletRequest) - Method in interface com.dyuproject.openid.RelyingParty.Listener
Callback that gets called everytime an authenticated user accesses protected pages from the relying party's site.
onAccess(OpenIdUser, HttpServletRequest) - Method in class com.dyuproject.openid.RelyingParty.ListenerCollection
 
onAuthenticate(OpenIdUser, HttpServletRequest) - Method in class com.dyuproject.openid.ext.AxSchemaExtension
 
onAuthenticate(OpenIdUser, HttpServletRequest) - Method in class com.dyuproject.openid.ext.SRegExtension
 
onAuthenticate(OpenIdUser, HttpServletRequest) - Method in interface com.dyuproject.openid.RelyingParty.Listener
Callback that gets called when the user has been redirected back to the relying party's site and his authentication has been successfully verified.
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.openid.ext.AbstractExtension
Not needed by an extension.
onDiscovery(OpenIdUser, HttpServletRequest) - Method in interface com.dyuproject.openid.RelyingParty.Listener
Callback that gets called upon successful discovery.
onDiscovery(OpenIdUser, HttpServletRequest) - Method in class com.dyuproject.openid.RelyingParty.ListenerCollection
 
onPreAuthenticate(OpenIdUser, HttpServletRequest, UrlEncodedParameterMap) - Method in class com.dyuproject.openid.ext.AxSchemaExtension
 
onPreAuthenticate(OpenIdUser, HttpServletRequest, UrlEncodedParameterMap) - Method in class com.dyuproject.openid.ext.SRegExtension
 
onPreAuthenticate(OpenIdUser, HttpServletRequest, UrlEncodedParameterMap) - Method in interface com.dyuproject.openid.RelyingParty.Listener
Callback that gets called before the user is redirected to this provider for authentication.
onPreAuthenticate(OpenIdUser, HttpServletRequest, UrlEncodedParameterMap) - Method in class com.dyuproject.openid.RelyingParty.ListenerCollection
 
OOB - Static variable in class com.dyuproject.oauth.Constants
"oob"
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(Discovery, Association, HttpConnector) - Constructor for class com.dyuproject.openid.OpenIdContext
 
OpenIdServletFilter - Class in com.dyuproject.openid
A servlet filter that forwards users to the login page if they are not authenticated and redirects the user to their openid provider once they've submitted their openid identifier.
OpenIdServletFilter() - Constructor for class com.dyuproject.openid.OpenIdServletFilter
 
OpenIdServletFilter.ForwardUriHandler - Interface in com.dyuproject.openid
Pluggable handler to dispatch the request to a view/template.
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; This can get/read, save/update and invalidate/delete an OpenIdUser.
OPTIONAL - Static variable in class com.dyuproject.openid.Constants.Sreg
 
OPTIONAL_KEY - Static variable in class com.dyuproject.openid.ext.SRegExtension
"openid.sreg.optional"
OverloadConvertorCache - Class in com.dyuproject.json
A convertor cache that creates an OverloadPojoConvertor from a given class.
OverloadConvertorCache() - Constructor for class com.dyuproject.json.OverloadConvertorCache
 
OverloadPojoConvertor - Class in com.dyuproject.json
Sets the correct values for pojos with overloaded setters except when 2 methods overload a number type (limitation).
OverloadPojoConvertor(Class<?>) - Constructor for class com.dyuproject.json.OverloadPojoConvertor
 
OverloadPojoConvertor(Class<?>, boolean) - Constructor for class com.dyuproject.json.OverloadPojoConvertor
 
OverloadPojoConvertor.OverloadSetter - Class in com.dyuproject.json
A setter that handles overloading.
OverloadPojoConvertor.OverloadSetter(String, Method) - Constructor for class com.dyuproject.json.OverloadPojoConvertor.OverloadSetter
 
OverrideReferences - Class in com.dyuproject.ioc.config
A configuration component from a json context file which marks the References as overriden.
OverrideReferences() - Constructor for class com.dyuproject.ioc.config.OverrideReferences
 

P

pad(String, char) - Static method in class com.dyuproject.util.Cryptography
Returns a string padded with the given character pad if the length is not equal to 8 or 24.
PARAM - Static variable in class com.dyuproject.web.rest.service.PathHandler
 
ParameterType - Class in com.dyuproject.util.reflect
The java.lang.* primitive and primitive wrapper types
ParameterType() - Constructor for class com.dyuproject.util.reflect.ParameterType
 
ParameterType.SimpleField - Class in com.dyuproject.util.reflect
A single property of a pojo with contains the method where one can use reflection to extract value, the name and the ParameterType w/c can be used to extract value from a string.
parse(Resource, ApplicationContext) - Method in class com.dyuproject.ioc.DefaultParser
 
parse(Resource, ApplicationContext) - Method in class com.dyuproject.ioc.Parser
Parses the given resource and loads it into the ApplicationContext
parse(HttpServletRequest, UrlEncodedParameterMap) - Static method in class com.dyuproject.oauth.sp.ServiceProvider
 
parse(InputStreamReader, LazyHandler, boolean) - Static method in class com.dyuproject.util.xml.XMLParser
Lazily parses the given reader using the default buffer size XMLParser.__defaultBufferSize.
parse(InputStreamReader, LazyHandler, boolean, int) - Static method in class com.dyuproject.util.xml.XMLParser
Lazily parses the given reader.
parseAndPut(OpenIdUser, HttpServletRequest, Map<String, String>, String) - Method in class com.dyuproject.openid.ext.AxSchemaExtension.AbstractExchange
 
parseAndPut(OpenIdUser, HttpServletRequest, Map<String, String>, String) - Method in interface com.dyuproject.openid.ext.Extension.Exchange
Parses a single field parameter as a response from the user's openid provider and puts it in the attributes map.
parseAndPut(OpenIdUser, HttpServletRequest, Map<String, String>, String) - Method in class com.dyuproject.openid.ext.SRegExtension.SimpleExchange
 
parseHeader(String, UrlEncodedParameterMap) - Static method in class com.dyuproject.oauth.sp.ServiceProvider
 
parseInputByLineSeparator(BufferedReader, char, Map<String, Object>) - Static method in class com.dyuproject.openid.DiffieHellmanAssociation
Parses the key/value pair of each line separated by the given char keyValueSeparator.
parseObject(JSON.Source) - Method in class com.dyuproject.json.StandardJSON
 
parsePUTParams(HttpServletRequest) - Static method in class com.dyuproject.web.RequestUtil
 
Parser - Class in com.dyuproject.ioc
Base class for a parser.
Parser(ConvertorCache, Resource.Resolver) - Constructor for class com.dyuproject.ioc.Parser
 
PASSWORD - Static variable in class com.dyuproject.web.auth.Authentication
 
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
 
PLAINTEXT - Static variable in class com.dyuproject.oauth.Signature
"PLAINTEXT" signature.
populate(OpenIdUser) - Static method in class com.dyuproject.openid.OpenIdUser
Populate/clone the provided user.
populate(String, String, String) - Static method in class com.dyuproject.openid.OpenIdUser
Creates a new OpenIdUser pre-populated with discovery data (to skip discovery).
populate(String, String, String, String) - Static method in class com.dyuproject.openid.OpenIdUser
Creates a new OpenIdUser pre-populated with discovery data (to skip discovery).
POST - Static variable in interface com.dyuproject.util.http.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.ext.jpa.EntityManagerManager
 
postHandle(HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.CookieSessionManager
 
postHandle(boolean, RequestContext) - Method in class com.dyuproject.web.rest.ConsumerInterceptor
 
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(String, String, Class<?>, Map<?, ?>) - Method in class com.dyuproject.web.rest.consumer.AbstractConsumer
 
preConfigure(ServletConfig) - Method in class com.dyuproject.web.rest.mvc.RESTControllerContext
Deprecated.  
preConfigure(ServletConfig) - Method in class com.dyuproject.web.rest.service.RESTServiceContext
 
preConfigure(String, String, Class<?>, Map<?, ?>) - Method in interface com.dyuproject.web.rest.ValidatingConsumer
 
preConfigure(ServletConfig) - Method in class com.dyuproject.web.rest.WebContext
 
PREFIX - Static variable in class com.dyuproject.oauth.Constants
"oauth_"
preHandle(RequestContext) - Method in class com.dyuproject.ext.jpa.EntityManagerManager
 
preHandle(RequestContext) - Method in class com.dyuproject.web.rest.ConsumerInterceptor
 
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
 
prettyPrint(PrintStream) - Method in class com.dyuproject.util.http.UrlEncodedParameterMap
 
PropertiesHashStore - Class in com.dyuproject.oauth.sp
PropertiesHashStore - in-memory consumer keys
PropertiesHashStore(Properties, String, String) - Constructor for class com.dyuproject.oauth.sp.PropertiesHashStore
 
PropertiesHashStore(Properties, String, String, String, long, long, long) - Constructor for class com.dyuproject.oauth.sp.PropertiesHashStore
 
put(String, Object) - Method in class com.dyuproject.ioc.config.References
Puts a referenced object with the given key.
put(UrlEncodedParameterMap, String) - Method in interface com.dyuproject.oauth.NonceAndTimestamp
Puts the generated nonce and timestamp on the params which could optionally be derived from the consumerKey.
put(UrlEncodedParameterMap, String) - Method in class com.dyuproject.oauth.SimpleNonceAndTimestamp
 
put(UrlEncodedParameterMap, Endpoint, Token) - Method in class com.dyuproject.oauth.TokenExchange
Puts the necessary parameters on the request params based from the given endpoint and token.
put(String, OpenIdUser) - Method in interface com.dyuproject.openid.Discovery.UserCache
Puts the user associated with the key in the cache.
put(OpenIdUser, HttpServletRequest, UrlEncodedParameterMap, String) - Method in class com.dyuproject.openid.ext.AxSchemaExtension.AbstractExchange
 
put(OpenIdUser, HttpServletRequest, UrlEncodedParameterMap, String) - Method in interface com.dyuproject.openid.ext.Extension.Exchange
Puts a single field parameter on the params to be included in the request.
put(OpenIdUser, HttpServletRequest, UrlEncodedParameterMap, String) - Method in class com.dyuproject.openid.ext.SRegExtension.SimpleExchange
 
put(String, OpenIdUser) - Method in class com.dyuproject.openid.IdentifierSelectUserCache
 
PUT - Static variable in interface com.dyuproject.util.http.HttpConnector
 
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
 
putAll(Map<String, Object>) - Method in class com.dyuproject.ioc.config.References
Puts a collection of referenced objects.
putDefaultResolvers(Map<String, Resource.Resolver>) - Static method in class com.dyuproject.ioc.DefaultResolver
Puts the FileResolver, URLResolver and ClasspathResolver on the given map.
putDefaults(UrlEncodedParameterMap, Endpoint, Token, TokenExchange, NonceAndTimestamp, Signature, StringBuilder, StringBuilder) - Method in class com.dyuproject.oauth.Transport
Put the default oauth parameters on the UrlEncodedParameterMap params.
putResolver(Resource.Resolver) - Method in class com.dyuproject.ioc.ResolverCollection
Puts a resolver and using its type as the key.

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
Reads the contents of the file into a byte array.
readBytes(String) - Static method in class com.dyuproject.util.ResourceUtil
Reads the contents of the given file into a byte array.
readBytes(URI) - Static method in class com.dyuproject.util.ResourceUtil
Reads the contents of the given file into a byte array.
readBytes(URL) - Static method in class com.dyuproject.util.ResourceUtil
Reads the contents of the given file into a byte array.
readBytes(InputStream) - Static method in class com.dyuproject.util.ResourceUtil
Reads the contents of the given input stream into a byte array.
REALM - Static variable in class com.dyuproject.web.auth.Authentication
 
redirect(UrlEncodedParameterMap, HttpServletRequest, HttpServletResponse) - Method in interface com.dyuproject.openid.AuthRedirection
Redirects the user to the authentication url of his openid provider.
redirect(UrlEncodedParameterMap, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.openid.FormRedirection
 
redirect(UrlEncodedParameterMap, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.openid.SimpleRedirection
 
Reference - Class in com.dyuproject.ioc.config
A configuration component from a json context file which allows a pojo to be referenced by an id String.
Reference() - Constructor for class com.dyuproject.ioc.config.Reference
 
Reference(Object) - Constructor for class com.dyuproject.ioc.config.Reference
 
References - Class in com.dyuproject.ioc.config
A collection of multiple Reference objects.
References() - Constructor for class com.dyuproject.ioc.config.References
 
References(Map<String, Object>) - Constructor for class com.dyuproject.ioc.config.References
 
ReflectUtil - Class in com.dyuproject.util.reflect
Util for java reflections
ReflectUtil() - Constructor for class com.dyuproject.util.reflect.ReflectUtil
 
RegexHtmlBasedDiscovery - Class in com.dyuproject.openid
Same as HtmlBasedDiscvoery but uses regex to search for the openid2.provider, openid.server, openid2.local_id and openid.delegate.
RegexHtmlBasedDiscovery() - Constructor for class com.dyuproject.openid.RegexHtmlBasedDiscovery
 
register(Signature) - Static method in class com.dyuproject.oauth.Signature
Registers a custom signature.
register(Transport) - Static method in class com.dyuproject.oauth.Transport
Registers a custom transport.
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(boolean) - Constructor for class com.dyuproject.openid.RelyingParty
 
RelyingParty(OpenIdContext, OpenIdUserManager) - Constructor for class com.dyuproject.openid.RelyingParty
 
RelyingParty(OpenIdUserManager, Discovery.UserCache) - Constructor for class com.dyuproject.openid.RelyingParty
 
RelyingParty(OpenIdContext, OpenIdUserManager, boolean) - Constructor for class com.dyuproject.openid.RelyingParty
 
RelyingParty(OpenIdContext, OpenIdUserManager, Discovery.UserCache, boolean) - Constructor for class com.dyuproject.openid.RelyingParty
 
RelyingParty(OpenIdContext, OpenIdUserManager, Discovery.UserCache, boolean, boolean, AuthRedirection, String) - Constructor for class com.dyuproject.openid.RelyingParty
 
RelyingParty.Listener - Interface in com.dyuproject.openid
Enables users to get notified on certain points of the openid authentication lifecycle.
RelyingParty.ListenerCollection - Class in com.dyuproject.openid
A collection of listeners that wraps an array to delegate the methods from the relying party listener.
RelyingParty.ListenerCollection() - Constructor for class com.dyuproject.openid.RelyingParty.ListenerCollection
 
remove(Object) - Method in class com.dyuproject.ext.jpa.DefaultDao
 
remove(OpenIdUser) - Static method in class com.dyuproject.openid.ext.AxSchemaExtension
Removes the axchema value set on the user.
remove(OpenIdUser) - Static method in class com.dyuproject.openid.ext.SRegExtension
Removes the sreg value set on the user.
remove(T[], int) - Static method in class com.dyuproject.util.ArrayUtil
Returns a copy of the old array oldArray but with the element at the give index idx removed.
remove(Object) - Method in class com.dyuproject.web.rest.dispatcher.LocalizedVelocityContext
 
remove(Interceptor) - Method in class com.dyuproject.web.rest.InterceptorCollection
 
remove(int) - Method in class com.dyuproject.web.rest.InterceptorCollection
 
removeAttribute(String) - Method in class com.dyuproject.openid.OpenIdUser
Removes the custom, persistent attribute mapped to the given key.
removeAttribute(String) - Method in interface com.dyuproject.util.xml.Node
Removes an attribute mapped with the given name.
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
Removes a child node from the given index.
removeNode(Node) - Method in interface com.dyuproject.util.xml.Node
Removes a child node.
removeNode(int) - Method in class com.dyuproject.util.xml.SimpleNode
 
removeNode(Node) - Method in class com.dyuproject.util.xml.SimpleNode
 
REQUEST_CONTENT_TYPE - Static variable in interface com.dyuproject.web.rest.ValidatingConsumer
 
REQUEST_TOKEN - Static variable in class com.dyuproject.oauth.TokenExchange
This is the initial step; basically obtains a request token from the service provider.
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_OAUTH_HEADERS_TO_SIGN - Static variable in class com.dyuproject.oauth.Signature
The default headers to sign - Constants.OAUTH_CONSUMER_KEY, Constants.OAUTH_NONCE, Constants.OAUTH_TIMESTAMP, Constants.OAUTH_SIGNATURE_METHOD
RequiredParametersValidator - Class in com.dyuproject.web
Validates parameters by a doing a simple null check.
RequiredParametersValidator(String[]) - Constructor for class com.dyuproject.web.RequiredParametersValidator
 
resolve(Resource, Context) - Method in class com.dyuproject.ioc.ClasspathResolver
 
resolve(Resource, Context) - Method in class com.dyuproject.ioc.FileResolver
 
resolve(Resource, Context) - Method in class com.dyuproject.ioc.ResolverCollection
 
resolve(Reader) - Method in class com.dyuproject.ioc.Resource
Resolves the resource via setting the reader.
resolve(Reader, String) - Method in class com.dyuproject.ioc.Resource
Resolves the resource via setting the readerand type.
resolve(Reader, String, File) - Method in class com.dyuproject.ioc.Resource
Resolves the resource via setting the reader, type and file.
resolve(Resource, Context) - Method in interface com.dyuproject.ioc.Resource.Resolver
Resolves a resource by setting the Reader property of the Resource.
resolve(Resource, Context) - Method in class com.dyuproject.ioc.URLResolver
 
resolve(Identifier, OpenIdContext) - Method in class com.dyuproject.openid.ext.EmailResolver
 
resolve(String) - Method in class com.dyuproject.openid.Identifier
Resolves this identifier by providing a non-null url - which is the user's openid server.
resolve(String, boolean) - Method in class com.dyuproject.openid.Identifier
Resolves this identifier by providing a non-null url - which is the user's openid server.
resolve(String, String) - Method in class com.dyuproject.openid.Identifier
Resolves this identifier by providing a non-null url - which is the user's openid server, and also changing the id of this identifier.
resolve(String, boolean, String) - Method in class com.dyuproject.openid.Identifier
Resolves this identifier by providing a non-null url - which is the user's openid server.
resolve(Identifier, OpenIdContext) - Method in interface com.dyuproject.openid.Identifier.Resolver
 
resolve(Identifier, OpenIdContext) - Method in class com.dyuproject.openid.Identifier.ResolverCollection
 
resolveDefault(Resource, Context) - Method in class com.dyuproject.ioc.DefaultResolver
 
resolveDefault(Resource, Context) - Method in class com.dyuproject.ioc.ResolverCollection
 
ResolverCollection - Class in com.dyuproject.ioc
A composite resolver which wraps an map of resolvers.
ResolverCollection() - Constructor for class com.dyuproject.ioc.ResolverCollection
 
ResolverCollection(int) - Constructor for class com.dyuproject.ioc.ResolverCollection
 
ResolverCollection(int, String) - Constructor for class com.dyuproject.ioc.ResolverCollection
 
ResolverCollection(Map<String, Resource.Resolver>, String) - Constructor for class com.dyuproject.ioc.ResolverCollection
 
Resource - Class in com.dyuproject.ioc
An arbitrary resource where you can obtain a Reader to read data.
Resource(String) - Constructor for class com.dyuproject.ioc.Resource
 
Resource(String, String) - Constructor for class com.dyuproject.ioc.Resource
 
Resource(String, String, Reader) - Constructor for class com.dyuproject.ioc.Resource
 
Resource(Reader) - Constructor for class com.dyuproject.ioc.Resource
 
Resource - Interface in com.dyuproject.web.rest.service
The REST resource which basically handles the request.
Resource.Resolver - Interface in com.dyuproject.ioc
A Resource resolver that basically allows it to be read via Resource.getReader().
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 - Static variable in class com.dyuproject.web.rest.service.PathHandler
 
rootElement(String, String) - Method in interface com.dyuproject.util.xml.LazyHandler
Callback that gets called only once upon traversing the root xml element.
rootElement(String, String) - Method in class com.dyuproject.util.xml.SimpleHandler
 

S

saveToken(Token, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.oauth.Consumer
Saves the token; Delegates to the TokenManager.
saveToken(Token, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.oauth.manager.CookieBasedTokenManager
 
saveToken(Token, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.oauth.manager.HttpSessionTokenManager
 
saveToken(Token, HttpServletRequest, HttpServletResponse) - Method in interface com.dyuproject.oauth.TokenManager
Saves the token.
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
Saves/persists the user associated with the given request.
SEMI_COLON - Static variable in class com.dyuproject.util.Delim
 
send(UrlEncodedParameterMap, Endpoint, Token, TokenExchange, NonceAndTimestamp, Signature, HttpConnector) - Method in class com.dyuproject.oauth.HttpAuthTransport
 
send(UrlEncodedParameterMap, Endpoint, Token, TokenExchange, NonceAndTimestamp, Signature, HttpConnector) - Method in class com.dyuproject.oauth.HttpGetTransport
 
send(UrlEncodedParameterMap, Endpoint, Token, TokenExchange, NonceAndTimestamp, Signature, HttpConnector) - Method in class com.dyuproject.oauth.HttpPostTransport
 
send(UrlEncodedParameterMap, Endpoint, Token, TokenExchange, NonceAndTimestamp, Signature, HttpConnector) - Method in class com.dyuproject.oauth.Transport
Sends the params to the service provided and returns the http response HttpConnector.Response.
sendChallenge(String, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.auth.BasicAuthentication
 
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
 
ServiceProvider - Class in com.dyuproject.oauth.sp
Service Provider helper class which manages the oauth service provider lifecycle.
ServiceProvider(ServiceToken.Store) - Constructor for class com.dyuproject.oauth.sp.ServiceProvider
 
ServiceProvider(ServiceToken.Store, boolean) - Constructor for class com.dyuproject.oauth.sp.ServiceProvider
 
ServiceToken - Interface in com.dyuproject.oauth.sp
The token persisted by the service provider
ServiceToken.Store - Interface in com.dyuproject.oauth.sp
The token store.
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_SECURITY_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 session type of a DiffieHellmanAssociation.
SET - Static variable in class com.dyuproject.json.StandardPojoConvertor.StandardSetter
 
setAddClass(boolean) - Method in class com.dyuproject.json.StandardJSON
Sets the addClass to determine whether the classname of a pojo is included upon serialization.
setAllowMethodOverride(boolean) - Method in class com.dyuproject.web.rest.mvc.controller.CRUDController
Deprecated.  
setAttribute(String, Object) - Static method in class com.dyuproject.ext.jpa.DefaultDao
 
setAttribute(String, Object) - Static method in class com.dyuproject.ext.jpa.EntityManagerManager
 
setAttribute(String, Object) - Method in class com.dyuproject.oauth.Token
Sets an attribute based from the given key and value.
setAttribute(String, Object) - Method in class com.dyuproject.openid.OpenIdUser
Sets a custom attribute that will be peristent across different http requests.
setAttribute(String, String) - Method in interface com.dyuproject.util.xml.Node
Sets an attribute with the given name and value.
setAttribute(String, String) - Method in class com.dyuproject.util.xml.SimpleNode
 
setAttribute(String, Object) - Method in class com.dyuproject.web.CookieSession
 
setAttribute(String, Object) - Method in class com.dyuproject.web.rest.WebContext
 
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.RegexHtmlBasedDiscovery
Sets the buffer size used by the BufferedReader for parsing.
setCheckParents(boolean) - Static method in class com.dyuproject.ioc.ClasspathResolver
Sets the flag whether to lookup the resource from the classloader including its parent.
setCheckParents(boolean) - Static method in class com.dyuproject.json.StandardJSON
Sets the checkParents to determine whether classloading should check parent classloaders.
setConsumer(ValidatingConsumer) - Method in class com.dyuproject.web.rest.RequestContext
 
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.oauth.manager.CookieBasedTokenManager
 
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.oauth.manager.CookieBasedTokenManager
 
setCookiePath(String) - Method in class com.dyuproject.openid.manager.CookieBasedUserManager
 
setCopyBufferSize(int) - Static method in class com.dyuproject.util.ResourceUtil
Sets the buffer size to use when copying data from streams.
setCurrent(Context) - Static method in class com.dyuproject.ioc.Context
Sets the thread local context.
setDefaultBufferSize(int) - Static method in class com.dyuproject.util.xml.SimpleNode
Sets the default buffer size for the text content.
setDefaultBufferSize(int) - Static method in class com.dyuproject.util.xml.XMLParser
 
setDefaultContentType(String) - Static method in class com.dyuproject.web.rest.consumer.SimpleJSONConsumer
 
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.  
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
 
setErrorMsg(String) - Method in class com.dyuproject.web.rest.validator.AbstractValidator
 
setFileExtension(String) - Method in class com.dyuproject.web.rest.dispatcher.VelocityDispatcher
 
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
 
setLoginTimeout(int) - Method in class com.dyuproject.oauth.manager.CookieBasedTokenManager
 
setLoginTimeout(int) - Method in class com.dyuproject.openid.manager.CookieBasedUserManager
 
setMaxAge(int) - Method in class com.dyuproject.oauth.manager.CookieBasedTokenManager
 
setMaxAge(int) - Method in class com.dyuproject.openid.manager.CookieBasedUserManager
 
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
Sets the name.
setName(String) - Method in class com.dyuproject.util.xml.SimpleNode
 
setNamespace(String) - Method in interface com.dyuproject.util.xml.Node
Sets the namespace.
setNamespace(String) - Method in class com.dyuproject.util.xml.SimpleNode
 
setParent(Node) - Method in interface com.dyuproject.util.xml.Node
Sets the parent.
setParent(Node) - Method in class com.dyuproject.util.xml.SimpleNode
 
setPath(String) - Method in class com.dyuproject.ioc.Resource
Sets the path.
setPersistenceUnitName(String) - Method in class com.dyuproject.ext.jpa.EntityManagerManager
 
setPojo(String, Object) - Method in class com.dyuproject.ioc.ApplicationContext
Sets an object identified by the key.
setPojos(Map<String, Object>) - Method in class com.dyuproject.ioc.ApplicationContext
Sets a map of objects on this context identified by their corresponding keys.
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
 
setProps(Map<String, Object>) - Method in class com.dyuproject.ioc.config.Reference
Sets the properties of a reference object which can set or override existing properties.
setProps(Object, Map) - Method in class com.dyuproject.web.rest.consumer.SimpleJSONConsumer.ValidatingPojoConvertor
 
setRef(String, Object) - Method in class com.dyuproject.ioc.ApplicationContext
Sets an object bound to References in this context.
setRef(Object) - Method in class com.dyuproject.ioc.config.Reference
Sets the object to reference.
setResources(Map<String, Resource>) - Method in class com.dyuproject.web.rest.service.RESTServiceContext
 
setSecretKey(String) - Method in class com.dyuproject.oauth.manager.CookieBasedTokenManager
 
setSecretKey(String) - Method in class com.dyuproject.openid.manager.CookieBasedUserManager
 
setServices(Service[]) - Method in class com.dyuproject.web.rest.service.RESTServiceContext
 
setServices(List<Service>) - Method in class com.dyuproject.web.rest.service.RESTServiceContext
 
setTempDir(File) - Static method in class com.dyuproject.util.ArchiveUtil
 
setUrl(String) - Method in class com.dyuproject.util.http.UrlEncodedParameterMap
 
setView(String) - Method in class com.dyuproject.web.rest.mvc.controller.JSPViewController
Deprecated.  
setViewDispatcher(String, ViewDispatcher) - Method in class com.dyuproject.web.rest.WebContext
 
setViewDispatchers(Map<String, ViewDispatcher>) - Method in class com.dyuproject.web.rest.WebContext
 
SHA1 - Static variable in class com.dyuproject.util.DigestUtil
"SHA-1"
SHA256 - Static variable in class com.dyuproject.util.DigestUtil
"SHA-256"
SHORT - Static variable in class com.dyuproject.util.reflect.ParameterType
 
SHORT_P - Static variable in class com.dyuproject.util.reflect.ParameterType
 
sign(String, String, String) - Method in class com.dyuproject.oauth.Signature
Returns the signature string based from the given consumer secret, token secret and base string.
Signature - Class in com.dyuproject.oauth
Signature - for signing and verification of oauth requests
Signature() - Constructor for class com.dyuproject.oauth.Signature
 
Signature.Listener - Interface in com.dyuproject.oauth
Listens on the encoding of every single oauth and request parameter.
SimpleCredentialSource - Class in com.dyuproject.web.auth
The credentials are retrieved from java.util.Properties.
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
 
SimpleHandler(boolean) - Constructor for class com.dyuproject.util.xml.SimpleHandler
 
SimpleHttpConnector - Class in com.dyuproject.util.http
Simple http connector using the built-in HttpURLConnection
SimpleHttpConnector() - Constructor for class com.dyuproject.util.http.SimpleHttpConnector
 
SimpleHttpConnector(int, int, boolean) - Constructor for class com.dyuproject.util.http.SimpleHttpConnector
 
SimpleJSONConsumer - Class in com.dyuproject.web.rest.consumer
Consumes json content and converts it to pojos.
SimpleJSONConsumer() - Constructor for class com.dyuproject.web.rest.consumer.SimpleJSONConsumer
 
SimpleJSONConsumer.ValidatingPojoConvertor - Class in com.dyuproject.web.rest.consumer
 
SimpleJSONConsumer.ValidatingPojoConvertor(Class<?>, Map<?, ?>) - Constructor for class com.dyuproject.web.rest.consumer.SimpleJSONConsumer.ValidatingPojoConvertor
 
SimpleJSONConsumer.ValidatingSetter - Class in com.dyuproject.web.rest.consumer
 
SimpleJSONConsumer.ValidatingSetter(String, Method, boolean, ValidatingConsumer.FieldValidator, String) - Constructor for class com.dyuproject.web.rest.consumer.SimpleJSONConsumer.ValidatingSetter
 
SimpleNode - Class in com.dyuproject.util.xml
Simple node that persists the attributes in a Map, text content in a StringBuilder and child nodes in a List.
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
 
SimpleNonceAndTimestamp - Class in com.dyuproject.oauth
A simple nonce and timestamp generator.
SimpleNonceAndTimestamp() - Constructor for class com.dyuproject.oauth.SimpleNonceAndTimestamp
 
SimpleParameterConsumer - Class in com.dyuproject.web.rest.consumer
Consumes request parameters and converts it to pojos.
SimpleParameterConsumer() - Constructor for class com.dyuproject.web.rest.consumer.SimpleParameterConsumer
 
SimpleRedirection - Class in com.dyuproject.openid
SimpleRedirection - simply executes: response.sendRedirect(url);
SimpleRedirection() - Constructor for class com.dyuproject.openid.SimpleRedirection
 
SimpleServiceToken - Class in com.dyuproject.oauth.sp
Simple service token to hold the keys
SimpleServiceToken(String, String, String) - Constructor for class com.dyuproject.oauth.sp.SimpleServiceToken
 
SimpleServiceToken(String, String, String, String) - Constructor for class com.dyuproject.oauth.sp.SimpleServiceToken
 
size() - Method in interface com.dyuproject.util.xml.Node
Gets the number of child elements of this 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_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
 
SRegExtension - Class in com.dyuproject.openid.ext
Simple Registration Extension See http://openid.net/specs/openid-simple-registration-extension-1_1-01.html
SRegExtension() - Constructor for class com.dyuproject.openid.ext.SRegExtension
 
SRegExtension.SimpleExchange - Class in com.dyuproject.openid.ext
SimpleExchange - parses the value denoted by "openid.sreg.$alias = value".
SRegExtension.SimpleExchange(String) - Constructor for class com.dyuproject.openid.ext.SRegExtension.SimpleExchange
 
StandardConvertorCache - Class in com.dyuproject.json
The standard convertor cache.
StandardConvertorCache() - Constructor for class com.dyuproject.json.StandardConvertorCache
 
StandardJSON - Class in com.dyuproject.json
Standard JSON serialization of pojos using cached convertors with configurable classloading.
StandardJSON() - Constructor for class com.dyuproject.json.StandardJSON
 
StandardJSON(ConvertorCache) - Constructor for class com.dyuproject.json.StandardJSON
 
StandardJSON(ConvertorCache, boolean) - Constructor for class com.dyuproject.json.StandardJSON
 
StandardJSON(boolean) - Constructor for class com.dyuproject.json.StandardJSON
 
StandardPojoConvertor - Class in com.dyuproject.json
The standard pojo convertor.
StandardPojoConvertor(Class<?>) - Constructor for class com.dyuproject.json.StandardPojoConvertor
 
StandardPojoConvertor(Class<?>, String[]) - Constructor for class com.dyuproject.json.StandardPojoConvertor
 
StandardPojoConvertor(Class<?>, String[], boolean) - Constructor for class com.dyuproject.json.StandardPojoConvertor
 
StandardPojoConvertor(Class<?>, boolean) - Constructor for class com.dyuproject.json.StandardPojoConvertor
 
StandardPojoConvertor(Class<?>, boolean, Set<String>) - Constructor for class com.dyuproject.json.StandardPojoConvertor
 
StandardPojoConvertor.StandardSetter - Class in com.dyuproject.json
The standard setter.
StandardPojoConvertor.StandardSetter(String, Method) - Constructor for class com.dyuproject.json.StandardPojoConvertor.StandardSetter
 
startElement(String, String) - Method in interface com.dyuproject.util.xml.LazyHandler
Callback after traversing the start of xml elements (E.g <foo>).
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
 
StringTemplateDispatcher - Class in com.dyuproject.ext.stringtemplate
 
StringTemplateDispatcher() - Constructor for class com.dyuproject.ext.stringtemplate.StringTemplateDispatcher
 
SUPPORTED_FILES - Static variable in class com.dyuproject.util.ArchiveUtil
The suffixes of the files to support.

T

toField(int, String) - Static method in class com.dyuproject.util.reflect.ReflectUtil
Converts a method name into a camel-case field name, starting from start.
toJSON(JSON.Output) - Method in class com.dyuproject.ioc.config.Import
 
toJSON(JSON.Output) - Method in class com.dyuproject.ioc.config.References
 
toJSON(Object, JSON.Output) - Method in class com.dyuproject.json.StandardConvertorCache
 
toJSON(JSON.Output) - Method in class com.dyuproject.oauth.Token
 
toJSON(JSON.Output) - Method in class com.dyuproject.openid.OpenIdUser
 
toJSON(JSON.Output) - Method in class com.dyuproject.web.CookieSession
 
Token - Class in com.dyuproject.oauth
Token - stores the keys and state whether it is already useable or not.
Token() - Constructor for class com.dyuproject.oauth.Token
 
Token(String) - Constructor for class com.dyuproject.oauth.Token
 
Token(String, String, String) - Constructor for class com.dyuproject.oauth.Token
 
Token(String, String, String, int) - Constructor for class com.dyuproject.oauth.Token
 
TokenExchange - Class in com.dyuproject.oauth
Responsible for including certain oath request parameters based from the state of the token.
TokenExchange() - Constructor for class com.dyuproject.oauth.TokenExchange
 
TokenManager - Interface in com.dyuproject.oauth
Manages the token; Provides the ability to get, save or invalidate the token.
tokenValidate(char[], int, int) - Static method in class com.dyuproject.util.validate.IPDomainValidator
Returns 0 if the char array part is invalid.
toProperty(int, String) - Static method in class com.dyuproject.util.reflect.ReflectUtil
Converts a method name into a camel-case field name, starting from start.
toString() - Method in class com.dyuproject.util.http.UrlEncodedParameterMap
 
toString() - Method in class com.dyuproject.util.xml.SimpleNode
 
toString() - Method in class com.dyuproject.web.rest.JSONDispatcher.SimpleResponse
 
toString() - Method in class com.dyuproject.web.rest.service.AnnotatedMethodResource
 
toStringRFC3986() - Method in class com.dyuproject.util.http.UrlEncodedParameterMap
 
Transport - Class in com.dyuproject.oauth
The scheme/transport which determines how the oauth parameters are sent over http.
Transport() - Constructor for class com.dyuproject.oauth.Transport
 
TYPE - Static variable in class com.dyuproject.ioc.ClasspathResolver
The type of this resolver.
TYPE - Static variable in class com.dyuproject.ioc.DefaultResolver
The type of this resolver.
TYPE - Static variable in class com.dyuproject.ioc.FileResolver
The type of this resolver.
TYPE - Static variable in class com.dyuproject.ioc.ResolverCollection
The type of this resolver.
TYPE - Static variable in class com.dyuproject.ioc.URLResolver
The type of this resolver.
TYPE - Static variable in class com.dyuproject.web.auth.BasicAuthentication
 
TYPE - Static variable in class com.dyuproject.web.auth.DigestAuthentication
 

U

UNAUTHORIZED - Static variable in class com.dyuproject.oauth.Token
Unauthorized state.
UNITIALIZED - Static variable in class com.dyuproject.oauth.Token
Uninitialized state.
UNRESOLVED_CONVERTOR - Static variable in class com.dyuproject.json.StandardConvertorCache
The convertor for classes that cannot be loaded/resolved.
update(HttpServletRequest, HttpServletResponse, String, String) - Method in class com.dyuproject.web.rest.mvc.controller.CRUDController
Deprecated.  
URL_FORM_ENCODED - Static variable in class com.dyuproject.web.RequestUtil
 
UrlEncodedParameterMap - Class in com.dyuproject.util.http
A parameter map where the values of the parameter names are url encoded on toString()
UrlEncodedParameterMap() - Constructor for class com.dyuproject.util.http.UrlEncodedParameterMap
 
UrlEncodedParameterMap(String) - Constructor for class com.dyuproject.util.http.UrlEncodedParameterMap
 
URLResolver - Class in com.dyuproject.ioc
A resolver that resolves a resource by opening the stream to the URL.
URLResolver() - Constructor for class com.dyuproject.ioc.URLResolver
 
USERNAME - Static variable in class com.dyuproject.web.auth.Authentication
 

V

validate(String, int, int) - Static method in class com.dyuproject.util.validate.IPDomainValidator
Returns 0 if the string domain is invalid.
validate(String) - Static method in class com.dyuproject.util.validate.IPDomainValidator
Returns 0 if the string domain is invalid.
validate(char[]) - Static method in class com.dyuproject.util.validate.IPDomainValidator
Returns 0 if the char array domain is invalid.
validate(char[], int, int) - Static method in class com.dyuproject.util.validate.IPDomainValidator
Returns 0 if the char array domain is invalid.
validate(HttpServletRequest) - Method in class com.dyuproject.web.RequiredParametersValidator
 
validate(Object) - Method in interface com.dyuproject.web.rest.ValidatingConsumer.FieldValidator
 
validate(Object) - Method in class com.dyuproject.web.rest.validator.EmailValidator
 
validateCallbackUrl(String) - Method in class com.dyuproject.oauth.sp.HashStore
 
validateUrl(String) - Static method in class com.dyuproject.oauth.sp.HashStore
Returns null if the given url is invalid; This is a utility method.
ValidatingConsumer - Interface in com.dyuproject.web.rest
Consumes request content based on their Content-Type - and at the same time validates the content.
ValidatingConsumer.FieldValidator - Interface in com.dyuproject.web.rest
 
ValidationException - Exception in com.dyuproject.web.rest
An exception that is thrown when validation of request content fails.
ValidationException(String, String) - Constructor for exception com.dyuproject.web.rest.ValidationException
 
ValidationException(String, String, Object) - Constructor for exception com.dyuproject.web.rest.ValidationException
 
VelocityDispatcher - Class in com.dyuproject.web.rest.dispatcher
 
VelocityDispatcher() - Constructor for class com.dyuproject.web.rest.dispatcher.VelocityDispatcher
 
VerbMappedController - Class in com.dyuproject.web.rest.mvc.controller
Deprecated. 
VerbMappedController() - Constructor for class com.dyuproject.web.rest.mvc.controller.VerbMappedController
Deprecated.  
verify(String, String, String, UrlEncodedParameterMap) - Method in class com.dyuproject.oauth.Signature
Verifies whether the params and method generates the same exact signature.
verifyAuth(OpenIdUser, Map<String, String>, OpenIdContext) - Method in interface com.dyuproject.openid.Association
Verifies the authentication response by validating against the previous association data stored from Association.associate(OpenIdUser, OpenIdContext)
verifyAuth(OpenIdUser, Map<String, String>, OpenIdContext) - Method in class com.dyuproject.openid.DiffieHellmanAssociation
 
verifyAuth(OpenIdUser, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.openid.RelyingParty
Returns true if the user has succeeded authentication on his openid provider; The OpenIdUser is persisted if successful.
verifySignature(String, String, HttpServletRequest, UrlEncodedParameterMap) - Static method in class com.dyuproject.oauth.sp.ServiceProvider
 
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

warning(String) - Method in class com.dyuproject.ext.stringtemplate.StringTemplateDispatcher
 
WebContext - Class in com.dyuproject.web.rest
The REST web application context.
WebContext() - Constructor for class com.dyuproject.web.rest.WebContext
 
WEBCONTEXT_KEY - Static variable in class com.dyuproject.web.rest.ApplicationServletContextListener
 
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
 
wrapRefs(References, References) - Static method in class com.dyuproject.ioc.config.References
Wraps the refs into the wrapper.
write(Object, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.rest.JSONDispatcher
 
writeBody(Writer, UrlEncodedParameterMap, HttpServletRequest) - Method in class com.dyuproject.openid.FormRedirection
 
writeHead(Writer, UrlEncodedParameterMap, HttpServletRequest) - Method in class com.dyuproject.openid.FormRedirection
 
writeSimpleResponse(String, boolean, HttpServletRequest, HttpServletResponse) - Method in class com.dyuproject.web.rest.JSONDispatcher
 
WWW_AUTHENTICATE - Static variable in class com.dyuproject.oauth.HttpAuthTransport
"WWW-Authenticate"
WWW_AUTHENTICATE - Static variable in class com.dyuproject.web.auth.Authentication
 

X

X_WWW_FORM_URLENCODED - Static variable in interface com.dyuproject.util.http.HttpConnector
 
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
Digest the given sharedSecretKey into a byte array and performx xor of each single byte against the given encMacKey.
xor(byte[], byte[]) - Static method in class com.dyuproject.openid.DiffieHellmanAssociation
Performs xor of each single byte of the 2 byte arrays.

Y

YadisDiscovery - Class in com.dyuproject.openid
YadisDiscovery - parses xrds documents either specified by the header YadisDiscovery.X_XRDS_LOCATION or the identifier itself if the content type is YadisDiscovery.XRDS_CONTENT_TYPE.
YadisDiscovery() - Constructor for class com.dyuproject.openid.YadisDiscovery
 

_

__ISO_8859_1 - Static variable in class com.dyuproject.util.B64Code
 
_addClass - Variable in class com.dyuproject.json.StandardJSON
 
_alias - Variable in class com.dyuproject.openid.ext.AbstractExtension
 
_alias - Variable in class com.dyuproject.openid.ext.AxSchemaExtension.AbstractExchange
 
_bufferSize - Variable in class com.dyuproject.ioc.AbstractResolver
 
_collectionType - Variable in class com.dyuproject.json.StandardPojoConvertor.StandardSetter
 
_contentType - Variable in class com.dyuproject.web.rest.consumer.AbstractConsumer
 
_convertorCache - Variable in class com.dyuproject.json.StandardJSON
 
_encoding - Variable in class com.dyuproject.ioc.AbstractResolver
 
_entityManagerManager - Variable in class com.dyuproject.ext.jpa.DefaultDao
 
_error - Variable in class com.dyuproject.web.rest.JSONDispatcher.SimpleResponse
 
_errorMsg - Variable in class com.dyuproject.web.rest.consumer.SimpleJSONConsumer.ValidatingSetter
 
_errorMsg - Variable in class com.dyuproject.web.rest.validator.AbstractValidator
 
_fieldParams - Variable in class com.dyuproject.web.rest.consumer.AbstractConsumer
 
_forwardHandler - Variable in class com.dyuproject.openid.OpenIdServletFilter
 
_forwardUri - Variable in class com.dyuproject.openid.OpenIdServletFilter
 
_httpMethod - Variable in class com.dyuproject.web.rest.consumer.AbstractConsumer
 
_msg - Variable in class com.dyuproject.web.rest.JSONDispatcher.SimpleResponse
 
_namespace - Variable in class com.dyuproject.openid.ext.AbstractExtension
 
_next - Variable in class com.dyuproject.json.OverloadPojoConvertor.OverloadSetter
 
_pojoClass - Variable in class com.dyuproject.web.rest.consumer.AbstractConsumer
 
_props - Variable in class com.dyuproject.ioc.config.Reference
 
_ref - Variable in class com.dyuproject.ioc.config.Reference
 
_relyingParty - Variable in class com.dyuproject.openid.OpenIdServletFilter
 
_required - Variable in class com.dyuproject.web.rest.consumer.SimpleJSONConsumer.ValidatingSetter
 
_resolver - Variable in class com.dyuproject.ioc.Parser
 
_resolvers - Variable in class com.dyuproject.ioc.ResolverCollection
 
_type - Variable in class com.dyuproject.ioc.ResolverCollection
 
_validator - Variable in class com.dyuproject.web.rest.consumer.SimpleJSONConsumer.ValidatingSetter
 

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

Copyright © 2008-2013. All Rights Reserved.