Class AnonOAuth2AuthService
java.lang.Object
dev.getelements.elements.service.auth.AnonOAuth2AuthService
- All Implemented Interfaces:
OAuth2AuthService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSession
(OAuth2SessionRequest oAuth2SessionRequest) Performs a sign-in with the suppliedOAuth2SessionRequest
.void
setOAuth2AuthServiceOperations
(OAuth2AuthServiceOperations oAuth2AuthServiceOperations) void
setOAuth2UserDao
(UserDao userDao) void
setUserUidDao
(UserUidDao userUidDao)
-
Constructor Details
-
AnonOAuth2AuthService
public AnonOAuth2AuthService()
-
-
Method Details
-
createSession
Description copied from interface:OAuth2AuthService
Performs a sign-in with the suppliedOAuth2SessionRequest
.- Specified by:
createSession
in interfaceOAuth2AuthService
- Parameters:
oAuth2SessionRequest
- the oidc session request object- Returns:
- the
SessionCreation
if the session was created successfully.
-
getUserDao
-
setOAuth2UserDao
-
getOAuth2AuthServiceOperations
-
setOAuth2AuthServiceOperations
@Inject public void setOAuth2AuthServiceOperations(OAuth2AuthServiceOperations oAuth2AuthServiceOperations) -
getUserUidDao
-
setUserUidDao
-