Class UserUsernamePasswordAuthService
java.lang.Object
dev.getelements.elements.service.auth.UserUsernamePasswordAuthService
- All Implemented Interfaces:
UsernamePasswordAuthService
Created by patricktwohig on 4/2/15.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSession
(UsernamePasswordSessionRequest usernamePasswordSessionRequest) Performs a sign-in with the suppliedUsernamePasswordSessionRequest
.void
setSession
(Session session) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.getelements.elements.sdk.service.auth.UsernamePasswordAuthService
createSession
-
Constructor Details
-
UserUsernamePasswordAuthService
public UserUsernamePasswordAuthService()
-
-
Method Details
-
getSession
-
setSession
-
createSession
Description copied from interface:UsernamePasswordAuthService
Performs a sign-in with the suppliedUsernamePasswordSessionRequest
.- Specified by:
createSession
in interfaceUsernamePasswordAuthService
- Parameters:
usernamePasswordSessionRequest
- the user name password session request- Returns:
- the
SessionCreation
if the session was created successfully.
-