A C D E G I M N R
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ApplicationController - Class in eu.nets.sis.eident.demoapp.controller
-
Controller class, responsible for mapping application requests to appropriate methods and views
- ApplicationController() - Constructor for class eu.nets.sis.eident.demoapp.controller.ApplicationController
C
- claims(HttpServletRequest, ModelMap) - Method in class eu.nets.sis.eident.demoapp.controller.ApplicationController
-
Retrieves and displays claims (Success page)
- ClaimsService - Class in eu.nets.sis.eident.demoapp.service
-
This class is responsible to construct the claims.
- ClaimsService() - Constructor for class eu.nets.sis.eident.demoapp.service.ClaimsService
- closePopupAndGetClaims(HttpServletRequest, ModelMap) - Method in class eu.nets.sis.eident.demoapp.controller.ApplicationController
D
- DATE_FORMAT - Static variable in class eu.nets.sis.eident.demoapp.service.ClaimsService
- decryptJWT(String, String, String, String) - Method in class eu.nets.sis.eident.demoapp.service.ClaimsService
-
Decrypt the encrypted id-token
- defaultErrorHandler() - Method in class eu.nets.sis.eident.demoapp.controller.ApplicationController
-
Responsible for showing error page on error
- doSomethingAfterStartup() - Method in class eu.nets.sis.eident.demoapp.MainApplication
-
Write logs into console and file, after server started successfully
E
- eu.nets.sis.eident.demoapp - package eu.nets.sis.eident.demoapp
- eu.nets.sis.eident.demoapp.controller - package eu.nets.sis.eident.demoapp.controller
- eu.nets.sis.eident.demoapp.service - package eu.nets.sis.eident.demoapp.service
G
- generateEIdentUrl(String, String, String) - Method in class eu.nets.sis.eident.demoapp.service.ClaimsService
-
Generating EIdent URL
- getClaims(String, String, String, String, String, String, String, String, String, String, String) - Method in class eu.nets.sis.eident.demoapp.service.ClaimsService
-
Retrieves ID Token from OIDC Token end point
- getErrorDesc() - Method in class eu.nets.sis.eident.demoapp.service.ClaimsService
- getHomeUrl() - Method in class eu.nets.sis.eident.demoapp.controller.ApplicationController
- getHTTPRequest(String, String, String) - Method in class eu.nets.sis.eident.demoapp.service.ClaimsService
-
Generates HTTPRequest with the given input
- getSSLSocketFactory(String, String) - Method in class eu.nets.sis.eident.demoapp.service.ClaimsService
-
Returns SSLSocketFactory
I
- index(ModelMap) - Method in class eu.nets.sis.eident.demoapp.controller.ApplicationController
-
Displays landing page with content
M
- main(String[]) - Static method in class eu.nets.sis.eident.demoapp.MainApplication
-
Entry point to access E-Ident demo application.
- MainApplication - Class in eu.nets.sis.eident.demoapp
-
Entry class, starts the SpringBoot application
- MainApplication() - Constructor for class eu.nets.sis.eident.demoapp.MainApplication
N
- NONCE - Static variable in class eu.nets.sis.eident.demoapp.service.ClaimsService
R
- RSA_ALGORITHM - Static variable in class eu.nets.sis.eident.demoapp.service.ClaimsService
All Classes All Packages