Skip navigation links
A B C D G I L P S T W 

A

authenticate(AuthenticationRequest) - Method in interface com.github.achatain.javawebappauthentication.service.AuthenticationService
 
authenticate(AuthenticationRequest) - Method in class com.github.achatain.javawebappauthentication.service.impl.GoogleAuthenticationServiceImpl
 
AuthenticatedUser - Class in com.github.achatain.javawebappauthentication.entity
 
AuthenticatedUser.Builder - Class in com.github.achatain.javawebappauthentication.entity
 
AuthenticationException - Exception in com.github.achatain.javawebappauthentication.exception
 
AuthenticationException(String) - Constructor for exception com.github.achatain.javawebappauthentication.exception.AuthenticationException
 
AuthenticationModule - Class in com.github.achatain.javawebappauthentication.module
 
AuthenticationModule() - Constructor for class com.github.achatain.javawebappauthentication.module.AuthenticationModule
 
AuthenticationRequest - Class in com.github.achatain.javawebappauthentication.entity
 
AuthenticationRequest() - Constructor for class com.github.achatain.javawebappauthentication.entity.AuthenticationRequest
 
AuthenticationRequest.Builder - Class in com.github.achatain.javawebappauthentication.entity
 
AuthenticationService - Interface in com.github.achatain.javawebappauthentication.service
 

B

build() - Method in class com.github.achatain.javawebappauthentication.entity.AuthenticatedUser.Builder
 
build() - Method in class com.github.achatain.javawebappauthentication.entity.AuthenticationRequest.Builder
 
Builder() - Constructor for class com.github.achatain.javawebappauthentication.entity.AuthenticationRequest.Builder
 

C

com.github.achatain.javawebappauthentication.entity - package com.github.achatain.javawebappauthentication.entity
 
com.github.achatain.javawebappauthentication.exception - package com.github.achatain.javawebappauthentication.exception
 
com.github.achatain.javawebappauthentication.filter - package com.github.achatain.javawebappauthentication.filter
 
com.github.achatain.javawebappauthentication.module - package com.github.achatain.javawebappauthentication.module
 
com.github.achatain.javawebappauthentication.service - package com.github.achatain.javawebappauthentication.service
 
com.github.achatain.javawebappauthentication.service.impl - package com.github.achatain.javawebappauthentication.service.impl
 
com.github.achatain.javawebappauthentication.servlet - package com.github.achatain.javawebappauthentication.servlet
 
configure() - Method in class com.github.achatain.javawebappauthentication.module.AuthenticationModule
 
create() - Static method in class com.github.achatain.javawebappauthentication.entity.AuthenticatedUser
 
create() - Static method in class com.github.achatain.javawebappauthentication.entity.AuthenticationRequest
 

D

destroy() - Method in class com.github.achatain.javawebappauthentication.filter.SessionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.github.achatain.javawebappauthentication.filter.SessionFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.github.achatain.javawebappauthentication.servlet.SignOutServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.github.achatain.javawebappauthentication.servlet.GoogleSigninServlet
 

G

getEmail() - Method in class com.github.achatain.javawebappauthentication.entity.AuthenticatedUser
 
getFamilyName() - Method in class com.github.achatain.javawebappauthentication.entity.AuthenticatedUser
 
getGivenName() - Method in class com.github.achatain.javawebappauthentication.entity.AuthenticatedUser
 
getHostedDomain() - Method in class com.github.achatain.javawebappauthentication.entity.AuthenticatedUser
 
getId() - Method in class com.github.achatain.javawebappauthentication.entity.AuthenticatedUser
 
getName() - Method in class com.github.achatain.javawebappauthentication.entity.AuthenticatedUser
 
getPicture() - Method in class com.github.achatain.javawebappauthentication.entity.AuthenticatedUser
 
getToken() - Method in class com.github.achatain.javawebappauthentication.entity.AuthenticationRequest
 
getUserFromSession(HttpSession) - Method in class com.github.achatain.javawebappauthentication.service.impl.SessionServiceImpl
 
getUserFromSession(HttpSession) - Method in interface com.github.achatain.javawebappauthentication.service.SessionService
 
GoogleAuthenticationServiceImpl - Class in com.github.achatain.javawebappauthentication.service.impl
 
GoogleSigninServlet - Class in com.github.achatain.javawebappauthentication.servlet
 

I

init(FilterConfig) - Method in class com.github.achatain.javawebappauthentication.filter.SessionFilter
 
invalidateSession(HttpSession) - Method in class com.github.achatain.javawebappauthentication.service.impl.SessionServiceImpl
 
invalidateSession(HttpSession) - Method in interface com.github.achatain.javawebappauthentication.service.SessionService
 
isUserLoggedIn(HttpSession, String) - Method in class com.github.achatain.javawebappauthentication.service.impl.SessionServiceImpl
 
isUserLoggedIn(HttpSession, String) - Method in interface com.github.achatain.javawebappauthentication.service.SessionService
 

L

LOGIN_URL_REDIRECT - Static variable in class com.github.achatain.javawebappauthentication.filter.SessionFilter
 

P

putUserInSession(HttpSession, AuthenticatedUser) - Method in class com.github.achatain.javawebappauthentication.service.impl.SessionServiceImpl
 
putUserInSession(HttpSession, AuthenticatedUser) - Method in interface com.github.achatain.javawebappauthentication.service.SessionService
 

S

SessionFilter - Class in com.github.achatain.javawebappauthentication.filter
 
SessionFilter(SessionService) - Constructor for class com.github.achatain.javawebappauthentication.filter.SessionFilter
 
SessionService - Interface in com.github.achatain.javawebappauthentication.service
 
SessionServiceImpl - Class in com.github.achatain.javawebappauthentication.service.impl
 
SessionServiceImpl() - Constructor for class com.github.achatain.javawebappauthentication.service.impl.SessionServiceImpl
 
SignOutServlet - Class in com.github.achatain.javawebappauthentication.servlet
 

T

toString() - Method in class com.github.achatain.javawebappauthentication.entity.AuthenticatedUser
 

W

withEmail(String) - Method in class com.github.achatain.javawebappauthentication.entity.AuthenticatedUser.Builder
 
withFamilyName(String) - Method in class com.github.achatain.javawebappauthentication.entity.AuthenticatedUser.Builder
 
withGivenName(String) - Method in class com.github.achatain.javawebappauthentication.entity.AuthenticatedUser.Builder
 
withHostedDomain(String) - Method in class com.github.achatain.javawebappauthentication.entity.AuthenticatedUser.Builder
 
withId(String) - Method in class com.github.achatain.javawebappauthentication.entity.AuthenticatedUser.Builder
 
withName(String) - Method in class com.github.achatain.javawebappauthentication.entity.AuthenticatedUser.Builder
 
withPicture(String) - Method in class com.github.achatain.javawebappauthentication.entity.AuthenticatedUser.Builder
 
withToken(String) - Method in class com.github.achatain.javawebappauthentication.entity.AuthenticationRequest.Builder
 
A B C D G I L P S T W 
Skip navigation links

Copyright © 2016. All rights reserved.