|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.social.client.core.service.IdentityServiceImplV1Alpha2
public class IdentityServiceImplV1Alpha2
| Constructor Summary | |
|---|---|
IdentityServiceImplV1Alpha2()
|
|
| Method Summary | |
|---|---|
RestIdentity |
create(RestIdentity newInstance)
Creates a new instance. |
RestIdentity |
delete(RestIdentity existingInstance)
Deletes an existing instance. |
RestIdentity |
get(String uuid)
Gets an existing instance by its uuid. |
RestIdentity |
getIdentity(String identityProvider,
String remoteId)
Gets an identity by its identity provider and remote id. |
String |
getIdentityId(String provider,
String remoteId)
Gets the identity id from a remote id. |
RestIdentity |
update(RestIdentity existingInstance)
Updates an existing instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdentityServiceImplV1Alpha2()
| Method Detail |
|---|
public RestIdentity getIdentity(String identityProvider,
String remoteId)
throws SocialClientLibException
IdentityService
getIdentity in interface IdentityService<RestIdentity>identityProvider - the identity providerremoteId - the remote id
SocialClientLibException
public String getIdentityId(String provider,
String remoteId)
throws SocialClientLibException
IdentityService
getIdentityId in interface IdentityService<RestIdentity>remoteId - the remote id
SocialClientLibException
public RestIdentity create(RestIdentity newInstance)
throws SocialClientLibException
Service
create in interface Service<RestIdentity>newInstance - new instance
SocialClientLibException
public RestIdentity get(String uuid)
throws SocialClientLibException
Service
get in interface Service<RestIdentity>uuid - the uuid
SocialClientLibException
public RestIdentity update(RestIdentity existingInstance)
throws SocialClientLibException
Service
update in interface Service<RestIdentity>SocialClientLibException
public RestIdentity delete(RestIdentity existingInstance)
throws SocialClientLibException
Service
delete in interface Service<RestIdentity>SocialClientLibException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||