A B C D F G H I J L N P R S T U V W

A

AbstractAuthenticationBindingsFactoryTest - Class in net.sf.jguard.jee.authentication.callbacks
 
AbstractAuthenticationBindingsFactoryTest() - Constructor for class net.sf.jguard.jee.authentication.callbacks.AbstractAuthenticationBindingsFactoryTest
 
accessDenied(AccessContext) - Method in class net.sf.jguard.jee.authorization.http.HttpServletAuthorizationBindings
 
AccessFilter - Class in net.sf.jguard.jee.authentication.http
Bound HTTP call (contained into AccessContext) to AuthenticationLifeCycle via via AuthenticationBindings.
AccessFilter() - Constructor for class net.sf.jguard.jee.authentication.http.AccessFilter
Creates a new instance of HttpServletAuthenticationFilter
advanceToNextScheme(HttpServletRequest) - Static method in class net.sf.jguard.jee.authentication.http.AuthSchemesHelper
advance tp to the next scheme.
anonymize(AccessContext) - Method in class net.sf.jguard.jee.provisioning.HttpServletProvisioningServicePoint
 
AnonymizerRequestWrapper - Class in net.sf.jguard.jee.authentication.http
wrap the ServletRequest object to 'decorate' it to anonymize the user by hiding some request parameters and identifying as GUEST.
AnonymizerRequestWrapper(HttpServletRequest) - Constructor for class net.sf.jguard.jee.authentication.http.AnonymizerRequestWrapper
 
AnonymizerRequestWrapper(HttpServletRequest, String, String) - Constructor for class net.sf.jguard.jee.authentication.http.AnonymizerRequestWrapper
 
attributeAdded(HttpSessionBindingEvent) - Method in class net.sf.jguard.jee.listeners.SessionAttributeListener
 
attributeRemoved(HttpSessionBindingEvent) - Method in class net.sf.jguard.jee.listeners.SessionAttributeListener
 
attributeReplaced(HttpSessionBindingEvent) - Method in class net.sf.jguard.jee.listeners.SessionAttributeListener
 
AUTH_SCHEME - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 
AUTH_SCHEMES - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 
AUTHENTICATION_CONFIGURATION_LOCATION - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 
AUTHENTICATION_FAILED_URI - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 
AUTHENTICATION_SUCCEED_URI - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 
authenticationFailed(AccessContext) - Method in class net.sf.jguard.jee.authentication.schemes.HttpServletFormSchemeHandler
 
authenticationSucceed(AccessContext) - Method in class net.sf.jguard.jee.authentication.schemes.HttpServletFormSchemeHandler
 
AUTHORIZATION_CONFIGURATION_LOCATION - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 
Authorized - Class in net.sf.jguard.jee.taglib
display the jsp fragment if the user has got the right to access to the ressource protected by the permission.
Authorized() - Constructor for class net.sf.jguard.jee.taglib.Authorized
 
AuthSchemesHelper - Class in net.sf.jguard.jee.authentication.http
Authentication utility class to handle authentication schemes.
AuthSchemesHelper() - Constructor for class net.sf.jguard.jee.authentication.http.AuthSchemesHelper
 

B

BASIC_AUTH - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 
buildCaptchaChallenge(HttpServletRequest, HttpServletResponse) - Static method in class net.sf.jguard.jee.authentication.http.CaptchaChallengeBuilder
 
buildChallenge(AccessContext) - Method in class net.sf.jguard.jee.authentication.schemes.HttpServletFormSchemeHandler
 

C

CaptchaChallengeBuilder - Class in net.sf.jguard.jee.authentication.http
 
CaptchaChallengeBuilder() - Constructor for class net.sf.jguard.jee.authentication.http.CaptchaChallengeBuilder
 
checkPermission(HttpSession, Permission) - Static method in class net.sf.jguard.jee.authorization.http.HttpAccessControllerUtils
checks if the Subject bound to the HttpSession has got the Permission.
CLIENT_CERT_AUTH - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 
condition() - Method in class net.sf.jguard.jee.taglib.Authorized
allow or not to display jsp content;depends on access rights.
condition() - Method in class net.sf.jguard.jee.taglib.HasPermission
 
condition() - Method in class net.sf.jguard.jee.taglib.HasPrincipal
allow or not to display jsp content;depends on user's principalsArray (Principals).
contextDestroyed(ServletContextEvent) - Method in class net.sf.jguard.jee.listeners.ContextListener
method called when the webapp shutdown: this method unregister the webapp in the JGuardPolicy repository.
contextInitialized(ServletContextEvent) - Method in class net.sf.jguard.jee.listeners.ContextListener
method called when the webapp start.
ContextListener - Class in net.sf.jguard.jee.listeners
handle webapp classloader reference in the JGuardPolicy classloaders repository.
ContextListener() - Constructor for class net.sf.jguard.jee.listeners.ContextListener
 
ContextUtil - Class in net.sf.jguard.jee.util
utility class to resolve path in a jee environment.
ContextUtil() - Constructor for class net.sf.jguard.jee.util.ContextUtil
 
CURRENT_AUTH_SCHEME - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 

D

DEBUG - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 
DEFAULT_AUTHENTICATION_CONFIGURATION_LOCATION - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 
DEFAULT_AUTHORIZATION_CONFIGURATION_LOCATION - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 
destroy() - Method in class net.sf.jguard.jee.authentication.http.AccessFilter
 
DIGEST_AUTH - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 
doEndTag() - Method in class net.sf.jguard.jee.taglib.PrivCredential
 
doEndTag() - Method in class net.sf.jguard.jee.taglib.PubCredential
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.sf.jguard.jee.authentication.http.AccessFilter
 
doFilter(AccessContext, FilterChain) - Method in class net.sf.jguard.jee.authorization.http.HttpServletAuthorizationBindings
 

F

FILTER_CHAIN - Static variable in class net.sf.jguard.jee.authentication.http.AccessFilter
 
FORM_AUTH - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 

G

getActions() - Method in class net.sf.jguard.jee.taglib.HasPermission
 
getApplicationAttribute(String) - Method in class net.sf.jguard.jee.authentication.http.HttpServletAuthenticationBindings
 
getApplicationName() - Method in class net.sf.jguard.jee.taglib.HasPrincipal
 
getAuthenticationBindings(AccessContext) - Method in class net.sf.jguard.jee.authentication.http.HttpServletAuthenticationBindingsFactory
 
getAuthorizationUtils(HttpSession) - Static method in class net.sf.jguard.jee.authorization.http.HttpAccessControllerUtils
return the Subject from the HttpSession, or null if no Subject is present.
getCallbackHandler() - Method in class net.sf.jguard.jee.authentication.http.HttpServletAuthenticationBindings
 
getClassName() - Method in class net.sf.jguard.jee.taglib.HasPermission
 
getClazz() - Method in class net.sf.jguard.jee.taglib.HasPrincipal
 
getContextPath(ServletContext, String) - Static method in class net.sf.jguard.jee.util.ContextUtil
resolve the abstract path provided into a real path.
getContextPath(PortletContext, String) - Static method in class net.sf.jguard.jee.util.ContextUtil
resolve the abstract path provided into a real path.
getCurrentAuthScheme(HttpServletRequest) - Static method in class net.sf.jguard.jee.authentication.http.AuthSchemesHelper
return the authScheme used to try to authenticate the user among an AuthSChemes list.
getDefault() - Method in class net.sf.jguard.jee.taglib.PrivCredential
 
getDefault() - Method in class net.sf.jguard.jee.taglib.PubCredential
 
getGrantedPermissions() - Method in class net.sf.jguard.jee.provisioning.HttpServletProvisioningServicePoint
 
getHeader(String) - Method in class net.sf.jguard.jee.authentication.http.AnonymizerRequestWrapper
 
getHeader(String) - Method in class net.sf.jguard.jee.authentication.http.JGuardServletRequestWrapper
 
getId() - Method in class net.sf.jguard.jee.taglib.PrivCredential
 
getId() - Method in class net.sf.jguard.jee.taglib.PubCredential
 
getInitApplicationAttribute(String) - Method in class net.sf.jguard.jee.authentication.http.HttpServletAuthenticationBindings
 
getLogin(AccessContext) - Method in class net.sf.jguard.jee.authentication.schemes.HttpServletFormSchemeHandler
 
getLogoffPermission() - Method in class net.sf.jguard.jee.authentication.schemes.HttpServletFormSchemeHandler
 
getLogonPermission() - Method in class net.sf.jguard.jee.authentication.schemes.HttpServletFormSchemeHandler
 
getlogonProcessPermission() - Method in class net.sf.jguard.jee.authentication.schemes.HttpServletFormSchemeHandler
 
getName() - Method in class net.sf.jguard.jee.taglib.HasPermission
 
getOperator() - Method in class net.sf.jguard.jee.taglib.HasPrincipal
 
getParameter(String) - Method in class net.sf.jguard.jee.authentication.http.AnonymizerRequestWrapper
 
getParameterTypes() - Method in class net.sf.jguard.jee.taglib.HasPrincipal
 
getPassword(AccessContext) - Method in class net.sf.jguard.jee.authentication.schemes.HttpServletFormSchemeHandler
 
getPermission(AccessContext) - Method in class net.sf.jguard.jee.authentication.schemes.HttpServletFormSchemeHandler
 
getPermission(AccessContext) - Method in class net.sf.jguard.jee.HttpPermissionFactory
 
getPermission(AccessContext) - Method in interface net.sf.jguard.jee.PermissionFactory
 
getPermission() - Method in class net.sf.jguard.jee.taglib.Authorized
 
getPermissionRequested(AccessContext) - Method in class net.sf.jguard.jee.authorization.http.HttpServletAuthorizationBindings
 
getPrincipals() - Method in class net.sf.jguard.jee.taglib.HasPrincipal
 
getRegisterPermission() - Method in class net.sf.jguard.jee.provisioning.HttpServletProvisioningServicePoint
 
getRegisterProcessPermission() - Method in class net.sf.jguard.jee.provisioning.HttpServletProvisioningServicePoint
 
getRemoteUser(AuthenticationUtils, AuthenticationManager) - Static method in class net.sf.jguard.jee.authentication.http.JEERequestWrapperUtil
return the 'identity' credential value converted to a String.
getRemoteUser() - Method in class net.sf.jguard.jee.authentication.http.JGuardServletRequestWrapper
return login of the user.
getRequestAttribute(String) - Method in class net.sf.jguard.jee.authentication.http.HttpServletAuthenticationBindings
 
getSessionAttribute(String) - Method in class net.sf.jguard.jee.authentication.http.HttpServletAuthenticationBindings
 
getSubject(PageContext) - Static method in class net.sf.jguard.jee.taglib.TagUtils
grab the Subject from the user's session and authenticate
getUri() - Method in class net.sf.jguard.jee.taglib.Authorized
 
getUserPrincipal(AuthenticationUtils) - Static method in class net.sf.jguard.jee.authentication.http.JEERequestWrapperUtil
return a UserPrincipal which embeds a Subject.
getUserPrincipal() - Method in class net.sf.jguard.jee.authentication.http.JGuardServletRequestWrapper
return a SubjectAsPrincipal object which wrap the Subject in a Principal.
GO_TO_LAST_ACCESS_DENIED_URI_ON_SUCCESS - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 

H

handleNonSchemeCallbacks(List<Callback>) - Method in class net.sf.jguard.jee.authentication.callbacks.HttpServletCallbackHandler
we fill callbacks not directly related to an AuthenticationSchemeHandler like InetAddressCallback and LanguageCallback.
hasNext() - Method in class net.sf.jguard.jee.taglib.Principals
 
hasPermission(HttpServletRequest, Permission) - Static method in class net.sf.jguard.jee.authorization.http.HttpAccessControllerUtils
check if the user has got the permission and return the result as a boolean.
HasPermission - Class in net.sf.jguard.jee.taglib
display the jsp fragment if the Subject has got this Permission.
HasPermission() - Constructor for class net.sf.jguard.jee.taglib.HasPermission
 
HasPrincipal - Class in net.sf.jguard.jee.taglib
display the jsp fragment if the Subject has got this Principal/role.
HasPrincipal() - Constructor for class net.sf.jguard.jee.taglib.HasPrincipal
 
HttpAccessControllerUtils - Class in net.sf.jguard.jee.authorization.http
grab the AccessControllerUtils tied with the current HttpSession.
HttpAccessControllerUtils() - Constructor for class net.sf.jguard.jee.authorization.http.HttpAccessControllerUtils
 
HttpConstants - Interface in net.sf.jguard.jee.authentication.http
Interface whick regroup all of the HTTP Constants used.
HttpPermissionFactory - Class in net.sf.jguard.jee
return an URLPermission.
HttpPermissionFactory() - Constructor for class net.sf.jguard.jee.HttpPermissionFactory
Creates a new instance of URLPermissionFactory
HttpServletAuthenticationBindings - Class in net.sf.jguard.jee.authentication.http
 
HttpServletAuthenticationBindings(AuthenticationBindingsFactory, String, AccessContext) - Constructor for class net.sf.jguard.jee.authentication.http.HttpServletAuthenticationBindings
Creates a new instance of HttpServletAuthenticationBindings
HttpServletAuthenticationBindingsFactory - Class in net.sf.jguard.jee.authentication.http
 
HttpServletAuthenticationBindingsFactory(String) - Constructor for class net.sf.jguard.jee.authentication.http.HttpServletAuthenticationBindingsFactory
 
HttpServletAuthorizationBindings - Class in net.sf.jguard.jee.authorization.http
Servlet-based implementation of AuthorizationBindings.
HttpServletAuthorizationBindings() - Constructor for class net.sf.jguard.jee.authorization.http.HttpServletAuthorizationBindings
Creates a new instance of HttpServletAuthorizationBindings
HttpServletCallbackHandler - Class in net.sf.jguard.jee.authentication.callbacks
implementation for the HttpServlet underlying communication technology.
HttpServletCallbackHandler(AuthenticationBindings, AccessContext, List<AuthenticationSchemeHandler>) - Constructor for class net.sf.jguard.jee.authentication.callbacks.HttpServletCallbackHandler
 
HttpServletFormSchemeHandler - Class in net.sf.jguard.jee.authentication.schemes
implements an HTTP FORM Authentication scheme based on an HttpServlet API.
HttpServletFormSchemeHandler(Map<String, String>, AuthenticationBindingsFactory) - Constructor for class net.sf.jguard.jee.authentication.schemes.HttpServletFormSchemeHandler
 
HttpServletProvisioningServicePoint - Class in net.sf.jguard.jee.provisioning
 
HttpServletProvisioningServicePoint() - Constructor for class net.sf.jguard.jee.provisioning.HttpServletProvisioningServicePoint
Creates a new instance of HttpServletProvisioningServicePoint

I

init(FilterConfig) - Method in class net.sf.jguard.jee.authentication.http.AccessFilter
 
init(String) - Method in class net.sf.jguard.jee.provisioning.HttpServletProvisioningServicePoint
 
initSettings(Map<String, String>) - Method in class net.sf.jguard.jee.authentication.schemes.HttpServletFormSchemeHandler
 
invalidateSession() - Method in class net.sf.jguard.jee.authentication.http.HttpServletAuthenticationBindings
 
isAsynchronous() - Method in class net.sf.jguard.jee.authentication.callbacks.HttpServletCallbackHandler
 
isUserInRole(String, String, AuthenticationUtils) - Static method in class net.sf.jguard.jee.authentication.http.JEERequestWrapperUtil
 
isUserInRole(String) - Method in class net.sf.jguard.jee.authentication.http.JGuardServletRequestWrapper
wrap the isUserInRole method to check against all the RolePrincipal's set of the Subject object.

J

JEERequestWrapperUtil - Class in net.sf.jguard.jee.authentication.http
utility class for JEE wrappers like HttpServletRequestWrapper or JGuardPortletRequestWrapper.
JEERequestWrapperUtil() - Constructor for class net.sf.jguard.jee.authentication.http.JEERequestWrapperUtil
 
JGuardServletRequestWrapper - Class in net.sf.jguard.jee.authentication.http
wrap the ServletRequest object to 'decorate' it to respect the JAAS mechanism present in j2se.
JGuardServletRequestWrapper(HttpServletRequest) - Constructor for class net.sf.jguard.jee.authentication.http.JGuardServletRequestWrapper
 

L

loadConfiguration(Class<? extends AbstractAuthenticationBindingsFactory>, String) - Method in class net.sf.jguard.jee.authentication.callbacks.AbstractAuthenticationBindingsFactoryTest
 
logger - Static variable in class net.sf.jguard.jee.authorization.http.HttpAccessControllerUtils
 
logger - Static variable in class net.sf.jguard.jee.HttpPermissionFactory
 
logger - Static variable in class net.sf.jguard.jee.listeners.SessionAttributeListener
 
logger - Static variable in class net.sf.jguard.jee.listeners.SessionListener
 
LOGIN_FIELD - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 
LOGOFF_URI - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 
LOGOFF_URIS - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 
LOGON_PROCESS_URI - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 
LOGON_URI - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 

N

net.sf.jguard.jee - package net.sf.jguard.jee
 
net.sf.jguard.jee.authentication.callbacks - package net.sf.jguard.jee.authentication.callbacks
contains JAAS callbacks.
net.sf.jguard.jee.authentication.http - package net.sf.jguard.jee.authentication.http
contains jGuard servlet filters which control webapp access.
net.sf.jguard.jee.authentication.schemes - package net.sf.jguard.jee.authentication.schemes
 
net.sf.jguard.jee.authorization.http - package net.sf.jguard.jee.authorization.http
 
net.sf.jguard.jee.listeners - package net.sf.jguard.jee.listeners
contains jGuard servlet listeners.
net.sf.jguard.jee.provisioning - package net.sf.jguard.jee.provisioning
 
net.sf.jguard.jee.taglib - package net.sf.jguard.jee.taglib
contains jGuard taglib classes, to protect content fragment of html pages.
net.sf.jguard.jee.util - package net.sf.jguard.jee.util
 
next() - Method in class net.sf.jguard.jee.taglib.Principals
 

P

PASSWORD_FIELD - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 
PermissionFactory - Interface in net.sf.jguard.jee
return a Permission.
prepare() - Method in class net.sf.jguard.jee.taglib.Principals
 
Principals - Class in net.sf.jguard.jee.taglib
 
Principals() - Constructor for class net.sf.jguard.jee.taglib.Principals
 
PrivCredential - Class in net.sf.jguard.jee.taglib
display the Private Credential of the Subject.
PrivCredential() - Constructor for class net.sf.jguard.jee.taglib.PrivCredential
 
process() - Method in class net.sf.jguard.jee.authentication.http.HttpServletAuthenticationBindings
decorate the HttpServletRequest with a JGuardServletRequestWrapper.
PubCredential - Class in net.sf.jguard.jee.taglib
display the Public Credential of the Subject.
PubCredential() - Constructor for class net.sf.jguard.jee.taglib.PubCredential
 

R

REALPATH - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 
REGISTER_PROCESS_URI - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 
REGISTER_URI - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 
registerCoreProcess(AccessContext) - Method in class net.sf.jguard.jee.provisioning.HttpServletProvisioningServicePoint
register the user against the @link SubjectTemplate.
registerProcess(AccessContext) - Method in class net.sf.jguard.jee.provisioning.HttpServletProvisioningServicePoint
 
removeApplicationAttribute(String) - Method in class net.sf.jguard.jee.authentication.http.HttpServletAuthenticationBindings
 
removeRequestAttribute(String) - Method in class net.sf.jguard.jee.authentication.http.HttpServletAuthenticationBindings
 
removeSessionAttribute(String) - Method in class net.sf.jguard.jee.authentication.http.HttpServletAuthenticationBindings
 
reverseDns(String) - Static method in class net.sf.jguard.jee.authentication.callbacks.HttpServletCallbackHandler
return the host name related to the IP adress. this method comes from a blog entry about dnsjava.

S

sendThrowable(AccessContext, Throwable) - Method in class net.sf.jguard.jee.authorization.http.HttpServletAuthorizationBindings
 
SERVLET_CONTEXT - Static variable in class net.sf.jguard.jee.authentication.http.AccessFilter
 
SERVLET_REQUEST - Static variable in class net.sf.jguard.jee.authentication.http.AccessFilter
 
SERVLET_RESPONSE - Static variable in class net.sf.jguard.jee.authentication.http.AccessFilter
 
SessionAttributeListener - Class in net.sf.jguard.jee.listeners
Audit JGuard Subject of http sessions, generating log for Subject changes
SessionAttributeListener() - Constructor for class net.sf.jguard.jee.listeners.SessionAttributeListener
 
sessionCreated(HttpSessionEvent) - Method in class net.sf.jguard.jee.listeners.SessionListener
method called when the sesion is created.
sessionDestroyed(HttpSessionEvent) - Method in class net.sf.jguard.jee.listeners.SessionListener
method called when session expired: we logout the loginModules.
SessionListener - Class in net.sf.jguard.jee.listeners
Listener called when the Session is created or destroyed.
SessionListener() - Constructor for class net.sf.jguard.jee.listeners.SessionListener
constructor.
setActions(String) - Method in class net.sf.jguard.jee.taglib.HasPermission
 
setApplicationAttribute(String, Object) - Method in class net.sf.jguard.jee.authentication.http.HttpServletAuthenticationBindings
 
setApplicationName(String) - Method in class net.sf.jguard.jee.taglib.HasPrincipal
 
setClassName(String) - Method in class net.sf.jguard.jee.taglib.HasPermission
 
setClassName(String) - Method in class net.sf.jguard.jee.taglib.HasPrincipal
 
setClassName(String) - Method in class net.sf.jguard.jee.taglib.Principals
 
setDefault(String) - Method in class net.sf.jguard.jee.taglib.PrivCredential
 
setDefault(String) - Method in class net.sf.jguard.jee.taglib.PubCredential
 
setHeader(String, String) - Method in class net.sf.jguard.jee.authentication.http.JGuardServletRequestWrapper
 
setId(String) - Method in class net.sf.jguard.jee.taglib.PrivCredential
 
setId(String) - Method in class net.sf.jguard.jee.taglib.PubCredential
 
setLastAccessDeniedPermission(AccessContext, Permission) - Method in class net.sf.jguard.jee.authorization.http.HttpServletAuthorizationBindings
 
setName(String) - Method in class net.sf.jguard.jee.taglib.HasPermission
 
setOperator(String) - Method in class net.sf.jguard.jee.taglib.HasPrincipal
 
setPermission(String) - Method in class net.sf.jguard.jee.taglib.Authorized
 
setPrincipals(String) - Method in class net.sf.jguard.jee.taglib.HasPrincipal
 
setRequestAttribute(String, Object) - Method in class net.sf.jguard.jee.authentication.http.HttpServletAuthenticationBindings
 
setSessionAttribute(String, Object) - Method in class net.sf.jguard.jee.authentication.http.HttpServletAuthenticationBindings
 
setUri(String) - Method in class net.sf.jguard.jee.taglib.Authorized
 

T

TagUtils - Class in net.sf.jguard.jee.taglib
 
TagUtils() - Constructor for class net.sf.jguard.jee.taglib.TagUtils
 
testLoadConfiguration() - Method in class net.sf.jguard.jee.authentication.callbacks.AbstractAuthenticationBindingsFactoryTest
 

U

USERS_IN_SESSION - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 

V

validateAuthScheme(String) - Static method in class net.sf.jguard.jee.authentication.http.AuthSchemesHelper
validate that the authentication schemes are handled by jGuard.

W

WEBAPP_HOME_PATH - Static variable in interface net.sf.jguard.jee.authentication.http.HttpConstants
 

A B C D F G H I J L N P R S T U V W

Copyright © 2004-2009. All Rights Reserved.