Skip navigation links
A C D F G I J L N O P R S T U X 

A

AbstractOAuthCredentialsRetriever - Class in fr.paris.lutece.plugins.mylutece.modules.oauth.authentication
AbstractOAuthCredentialsRetriever.
AbstractOAuthCredentialsRetriever() - Constructor for class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.AbstractOAuthCredentialsRetriever
 

C

create(OAuthAuthentication, Plugin) - Static method in class fr.paris.lutece.plugins.mylutece.modules.oauth.business.OAuthAuthenticationHome
Creates the authentication
createNewAuthentication(OAuthAuthentication, Plugin) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.service.OAuthService
Creates a new authentication and registers it.

D

delete(String, Plugin) - Method in interface fr.paris.lutece.plugins.mylutece.modules.oauth.business.IOAuthAuthenticationDAO
Removes the authentication
delete(String, Plugin) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.business.OAuthAuthenticationDAO
Removes the authentication
doAuthentication(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.service.OAuthService
Do the actual authentication
doCreateOAuth(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.web.OAuthJspBean
Creates an authentication
doModifyOAuth(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.web.OAuthJspBean
Modifies the auth
doRemoveOAuth(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.web.OAuthJspBean
Removes the authentication
doRetrieveUserInfo(HttpResponse, OAuthUser) - Method in interface fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.IOAuthCredentialsRetriever
Fills user info with httpResponse found data.
doRetrieveUserInfo(HttpResponse, OAuthUser) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.JSONCredentialRetriever
Fills user info with httpResponse found data.
doRetrieveUserInfo(HttpResponse, OAuthUser, String) - Static method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthCredentialsRetrieverUtils
Finds the user info from the response.
doRetrieveUserInfo(HttpResponse, OAuthUser) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.XMLCredentialRetriever
Fills user info with httpResponse found data.

F

findAll(Plugin) - Static method in class fr.paris.lutece.plugins.mylutece.modules.oauth.business.OAuthAuthenticationHome
Finds all authentication
findByPrimaryKey(String, Plugin) - Static method in class fr.paris.lutece.plugins.mylutece.modules.oauth.business.OAuthAuthenticationHome
Finds the authentication
fr.paris.lutece.plugins.mylutece.modules.oauth.authentication - package fr.paris.lutece.plugins.mylutece.modules.oauth.authentication
 
fr.paris.lutece.plugins.mylutece.modules.oauth.business - package fr.paris.lutece.plugins.mylutece.modules.oauth.business
 
fr.paris.lutece.plugins.mylutece.modules.oauth.service - package fr.paris.lutece.plugins.mylutece.modules.oauth.service
 
fr.paris.lutece.plugins.mylutece.modules.oauth.web - package fr.paris.lutece.plugins.mylutece.modules.oauth.web
 

G

getAccessTokenEndpointUrl() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
The access token url
getAnonymousUser() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
getAuthentication(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.service.OAuthService
Gets the authentication
getAuthorizeWebsiteUrl() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
Gets The authorize/authenticate url
getAuthServiceName() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
getAuthType(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
getConfirmRemoveOAuth(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.web.OAuthJspBean
Gets the confirm message url
getConsumerKey() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
Returns the consumer key
getConsumerSecret() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
Returns the consumer secret
getCreateOAuth(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.web.OAuthJspBean
Get create form
getCredentialFormat() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
Gets the credentials format
getCredentialUrl() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
credential url
getFormat() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.AbstractOAuthCredentialsRetriever
Gets the supported format
getFormat() - Method in interface fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.IOAuthCredentialsRetriever
Gets the supported format
getIconUrl() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
getListAuthentication() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.service.OAuthService
Finds the registered authentication list.
getManageOAuth(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.web.OAuthJspBean
Gets the list
getMapClasses() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthenticationFactory
getModifyOAuth(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.web.OAuthJspBean
Gets modify form
getName() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
getPlugin() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.web.OAuthJspBean
getPluginName() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
getRequestTokenEndpointUrl() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
The request token url
getTags() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.AbstractOAuthCredentialsRetriever
getToken() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthUser
Gets the token
getTokenSecret() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthUser
Gets the token secret
getUser(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
Gets the user
getVerifier() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthUser
Gets the verifier

I

init() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.service.OAuthPlugin
init() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.service.OAuthService
Inits the authentications.
insert(OAuthAuthentication, Plugin) - Method in interface fr.paris.lutece.plugins.mylutece.modules.oauth.business.IOAuthAuthenticationDAO
Inserts the authentication
insert(OAuthAuthentication, Plugin) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.business.OAuthAuthenticationDAO
Inserts the authentication
install() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.service.OAuthPlugin
IOAuthAuthenticationDAO - Interface in fr.paris.lutece.plugins.mylutece.modules.oauth.business
IOAuthAuthenticationDAO.
IOAuthCredentialsRetriever - Interface in fr.paris.lutece.plugins.mylutece.modules.oauth.authentication
Fills user info from http response
isDelegatedAuthentication() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
isUserInRole(LuteceUser, HttpServletRequest, String) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication

J

JSONCredentialRetriever - Class in fr.paris.lutece.plugins.mylutece.modules.oauth.authentication
Parses JSON to retrieve credentials.
Uses AbstractOAuthCredentialsRetriever.getTags()
JSONCredentialRetriever() - Constructor for class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.JSONCredentialRetriever
 

L

load(String, Plugin) - Method in interface fr.paris.lutece.plugins.mylutece.modules.oauth.business.IOAuthAuthenticationDAO
Finds the authentication
load(String, Plugin) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.business.OAuthAuthenticationDAO
Finds the authentication
login(String, String, HttpServletRequest) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
logout(LuteceUser) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication

N

newAuthentication(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthenticationFactory
 

O

OAuthAuthentication - Class in fr.paris.lutece.plugins.mylutece.modules.oauth.authentication
OAuthAuthentication.
OAuthAuthentication() - Constructor for class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
 
OAuthAuthenticationDAO - Class in fr.paris.lutece.plugins.mylutece.modules.oauth.business
OAuthAuthenticationDAO.
OAuthAuthenticationDAO() - Constructor for class fr.paris.lutece.plugins.mylutece.modules.oauth.business.OAuthAuthenticationDAO
 
OAuthAuthenticationFactory - Class in fr.paris.lutece.plugins.mylutece.modules.oauth.authentication
OAuthAuthenticationFactory.
OAuthAuthenticationFactory() - Constructor for class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthenticationFactory
 
OAuthAuthenticationHome - Class in fr.paris.lutece.plugins.mylutece.modules.oauth.business
OAuthAuthenticationHome : provides CRUD operations for OAuthAuthentication
OAuthCredentialsRetrieverUtils - Class in fr.paris.lutece.plugins.mylutece.modules.oauth.authentication
This class provides method to try to retrieve user infos.
OAuthJspBean - Class in fr.paris.lutece.plugins.mylutece.modules.oauth.web
OAuthJspBean : provides crud operation for OAuthAuthentication
OAuthJspBean() - Constructor for class fr.paris.lutece.plugins.mylutece.modules.oauth.web.OAuthJspBean
Constructor
OAuthPlugin - Class in fr.paris.lutece.plugins.mylutece.modules.oauth.service
OAuthPlugin
OAuthPlugin() - Constructor for class fr.paris.lutece.plugins.mylutece.modules.oauth.service.OAuthPlugin
 
OAuthService - Class in fr.paris.lutece.plugins.mylutece.modules.oauth.service
OAuthService
OAuthUser - Class in fr.paris.lutece.plugins.mylutece.modules.oauth.authentication
OAuthUser.
OAuthUser(String, LuteceAuthentication) - Constructor for class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthUser
Builds a new OAuthUser.

P

PLUGIN_NAME - Static variable in class fr.paris.lutece.plugins.mylutece.modules.oauth.service.OAuthPlugin
 

R

remove(String, Plugin) - Static method in class fr.paris.lutece.plugins.mylutece.modules.oauth.business.OAuthAuthenticationHome
Removes the authentication
removeAuthentication(String, Plugin) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.service.OAuthService
Removes the authentication
RIGHT_MANAGE_OAUTH - Static variable in class fr.paris.lutece.plugins.mylutece.modules.oauth.web.OAuthJspBean
 

S

selectListAuthentication(Plugin) - Method in interface fr.paris.lutece.plugins.mylutece.modules.oauth.business.IOAuthAuthenticationDAO
Finds the authentication list
selectListAuthentication(Plugin) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.business.OAuthAuthenticationDAO
Finds the authentication list
setAccessTokenEndpointUrl(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
Access token url
setAuthorizeWebsiteUrl(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
The authorize/authenticate url
setAuthServiceName(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
Sets the auth service name
setConsumerKey(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
Sets the consumer key
setConsumerSecret(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
Consumer secret
setCredentialFormat(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
Credentials format
setCredentialUrl(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
Set the credential url
setFormat(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.AbstractOAuthCredentialsRetriever
Sets the supported format
setIconUrl(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
Sets the icon url
setMapClasses(Map<String, String>) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthenticationFactory
setName(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
Set the name
setRequestTokenEndpointUrl(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication
The request token url
setTags(Map<String, String[]>) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.AbstractOAuthCredentialsRetriever
setToken(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthUser
Sets the token
setTokenSecret(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthUser
Sets the tokensecret
setVerifier(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthUser
Set the verifier
store(OAuthAuthentication, Plugin) - Method in interface fr.paris.lutece.plugins.mylutece.modules.oauth.business.IOAuthAuthenticationDAO
Stores the authentication
store(OAuthAuthentication, Plugin) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.business.OAuthAuthenticationDAO
Stores the authentication

T

toString() - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.OAuthAuthentication

U

update(OAuthAuthentication, Plugin) - Static method in class fr.paris.lutece.plugins.mylutece.modules.oauth.business.OAuthAuthenticationHome
Updates the authentication
updateAuthentication(OAuthAuthentication, Plugin) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.service.OAuthService
Updates the authentication : registers it and saves it.
updatePoolName(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.oauth.service.OAuthPlugin

X

XMLCredentialRetriever - Class in fr.paris.lutece.plugins.mylutece.modules.oauth.authentication
XMLCredentialRetriever : parses credential XML.
XMLCredentialRetriever() - Constructor for class fr.paris.lutece.plugins.mylutece.modules.oauth.authentication.XMLCredentialRetriever
 
A C D F G I J L N O P R S T U X 
Skip navigation links

Copyright © 2018 City of Paris. All rights reserved.