Package org.exoplatform.agenda.plugin
Class AgendaGuestUserIdentityProvider
- java.lang.Object
-
- org.exoplatform.social.core.identity.IdentityProvider<javax.mail.internet.InternetAddress>
-
- org.exoplatform.agenda.plugin.AgendaGuestUserIdentityProvider
-
public class AgendaGuestUserIdentityProvider extends org.exoplatform.social.core.identity.IdentityProvider<javax.mail.internet.InternetAddress>
-
-
Constructor Summary
Constructors Constructor Description AgendaGuestUserIdentityProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exoplatform.social.core.identity.model.IdentitycreateIdentity(javax.mail.internet.InternetAddress emailAdress)javax.mail.internet.InternetAddressfindByRemoteId(String remoteId)StringgetName()voidpopulateProfile(org.exoplatform.social.core.identity.model.Profile profile, javax.mail.internet.InternetAddress emailAdress)
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein classorg.exoplatform.social.core.identity.IdentityProvider<javax.mail.internet.InternetAddress>
-
findByRemoteId
public javax.mail.internet.InternetAddress findByRemoteId(String remoteId)
- Specified by:
findByRemoteIdin classorg.exoplatform.social.core.identity.IdentityProvider<javax.mail.internet.InternetAddress>
-
createIdentity
public org.exoplatform.social.core.identity.model.Identity createIdentity(javax.mail.internet.InternetAddress emailAdress)
- Specified by:
createIdentityin classorg.exoplatform.social.core.identity.IdentityProvider<javax.mail.internet.InternetAddress>
-
populateProfile
public void populateProfile(org.exoplatform.social.core.identity.model.Profile profile, javax.mail.internet.InternetAddress emailAdress)- Specified by:
populateProfilein classorg.exoplatform.social.core.identity.IdentityProvider<javax.mail.internet.InternetAddress>
-
-