Uses of Class
dev.getelements.elements.sdk.model.session.SessionCreation
Packages that use SessionCreation
Package
Description
-
Uses of SessionCreation in dev.getelements.elements.dao.mongo
Methods in dev.getelements.elements.dao.mongo that return SessionCreation -
Uses of SessionCreation in dev.getelements.elements.rest.auth
Methods in dev.getelements.elements.rest.auth that return SessionCreationModifier and TypeMethodDescriptionOAuth2AuthResource.createOAuth2Session(OAuth2SessionRequest oAuth2SessionRequest) OidcAuthResource.createOidcSession(OidcSessionRequest oidcSessionRequest) -
Uses of SessionCreation in dev.getelements.elements.rest.security
Methods in dev.getelements.elements.rest.security that return SessionCreationModifier and TypeMethodDescriptionUsernamePasswordResource.createUsernamePasswordSession(UsernamePasswordSessionRequest usernamePasswordSessionRequest) -
Uses of SessionCreation in dev.getelements.elements.rest.test
Methods in dev.getelements.elements.rest.test that return SessionCreation -
Uses of SessionCreation in dev.getelements.elements.rest.user
Methods in dev.getelements.elements.rest.user that return SessionCreationModifier and TypeMethodDescriptionUserResource.updateUserPassword(UserUpdatePasswordRequest userUpdatePasswordRequest, String userId) -
Uses of SessionCreation in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return SessionCreationModifier and TypeMethodDescription -
Uses of SessionCreation in dev.getelements.elements.sdk.model.session
Subclasses of SessionCreation in dev.getelements.elements.sdk.model.session -
Uses of SessionCreation in dev.getelements.elements.sdk.service.auth
Methods in dev.getelements.elements.sdk.service.auth that return SessionCreationModifier and TypeMethodDescriptionOAuth2AuthService.createSession(OAuth2SessionRequest oAuth2SessionRequest) Performs a sign-in with the suppliedOAuth2SessionRequest.OidcAuthService.createSession(OidcSessionRequest oidcSessionRequest) Performs a sign-in with the suppliedOidcSessionRequest.UsernamePasswordAuthService.createSession(UsernamePasswordSessionRequest usernamePasswordSessionRequest) Performs a sign-in with the suppliedUsernamePasswordSessionRequest.default SessionCreationUsernamePasswordAuthService.createSession(BasicAuthorizationHeader basicAuthorizationHeader) Performs a sign-in with the suppliedUsernamePasswordSessionRequest. -
Uses of SessionCreation in dev.getelements.elements.sdk.service.user
Methods in dev.getelements.elements.sdk.service.user that return SessionCreationModifier and TypeMethodDescriptionUserService.updateUserPassword(String userId, UserUpdatePasswordRequest userUpdatePasswordRequest) Updates the User's password given theUserUpdatePasswordRequestand the user ID. -
Uses of SessionCreation in dev.getelements.elements.service.auth
Methods in dev.getelements.elements.service.auth that return SessionCreationModifier and TypeMethodDescriptionOAuth2AuthServiceOperations.createOrUpdateUserWithToken(OAuth2SessionRequest oAuth2SessionRequest, BiFunction<String, String, User> userMapper) OidcAuthServiceOperations.createOrUpdateUserWithToken(OidcSessionRequest oidcSessionRequest, BiFunction<com.auth0.jwt.interfaces.DecodedJWT, OidcAuthScheme, User> userMapper) AnonOAuth2AuthService.createSession(OAuth2SessionRequest oAuth2SessionRequest) AnonOidcAuthService.createSession(OidcSessionRequest oidcSessionRequest) AnonUsernamePasswordAuthService.createSession(UsernamePasswordSessionRequest usernamePasswordSessionRequest) UserOAuth2AuthService.createSession(OAuth2SessionRequest oAuth2SessionRequest) UserOidcAuthService.createSession(OidcSessionRequest oidcSessionRequest) UserUsernamePasswordAuthService.createSession(UsernamePasswordSessionRequest usernamePasswordSessionRequest) -
Uses of SessionCreation in dev.getelements.elements.service.user
Methods in dev.getelements.elements.service.user that return SessionCreationModifier and TypeMethodDescriptionAnonUserService.updateUserPassword(String userId, UserUpdatePasswordRequest userUpdatePasswordRequest) SuperuserUserService.updateUserPassword(String userId, UserUpdatePasswordRequest userUpdatePasswordRequest) UserUserService.updateUserPassword(String userId, UserUpdatePasswordRequest userUpdatePasswordRequest)