Class ExternalUser
java.lang.Object
co.yellowdog.platform.model.User
co.yellowdog.platform.model.ExternalUser
- All Implemented Interfaces:
Identified
,Named
,Serializable
Represents an external user within the YellowDog Platform.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setAuthenticationProvider
(AuthenticationProvider authenticationProvider) void
setExternalId
(String externalId) toString()
Methods inherited from class co.yellowdog.platform.model.User
getAccessDelegates, getEmail, getId, getName, isEulaAccepted, isPasswordSet, setAccessDelegates, setEmail, setEulaAccepted, setId, setName, setPasswordSet
-
Constructor Details
-
ExternalUser
public ExternalUser()
-
-
Method Details
-
equals
-
canEqual
-
hashCode
-
getExternalId
-
getAuthenticationProvider
-
setExternalId
-
setAuthenticationProvider
-
toString
-