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.voidsetSession(Session session) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:UsernamePasswordAuthServicePerforms a sign-in with the suppliedUsernamePasswordSessionRequest.- Specified by:
createSessionin interfaceUsernamePasswordAuthService- Parameters:
usernamePasswordSessionRequest- the user name password session request- Returns:
- the
SessionCreationif the session was created successfully.
-