@Entity public class AuthenticationLinkEntity extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
authProvider |
protected String |
authUserId |
Constructor and Description |
---|
AuthenticationLinkEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthProvider() |
String |
getAuthUserId() |
String |
getId() |
void |
setAuthProvider(String authProvider) |
void |
setAuthUserId(String authUserId) |
void |
setId(String id) |
Copyright © 2014. All Rights Reserved.