Class UserAccountConnector
java.lang.Object
de.xima.fc.security.pac4j.authorization.generator.UserAccountConnector
- All Implemented Interfaces:
org.pac4j.core.authorization.generator.AuthorizationGenerator
public class UserAccountConnector
extends Object
implements org.pac4j.core.authorization.generator.AuthorizationGenerator
Connects
accounts from IDPs
to existing user profiles
based on a verified email. If an account has been connected to a profile the user will be informed via email.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic void
autoConnectProfile
(org.pac4j.core.profile.UserProfile profile, String remoteAddress, String userAgent, String baseUrl) Optional<org.pac4j.core.profile.UserProfile>
generate
(org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore, org.pac4j.core.profile.UserProfile profile)
-
Field Details
-
INSTANCE
-
-
Method Details
-
generate
public Optional<org.pac4j.core.profile.UserProfile> generate(org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore, org.pac4j.core.profile.UserProfile profile) - Specified by:
generate
in interfaceorg.pac4j.core.authorization.generator.AuthorizationGenerator
-
autoConnectProfile
-