public static class
IdentityUser.Builder
extends Object
Builder for IdentityUser
Public Constructor Summary
Public Method Summary
IdentityUser |
build()
Builds an instance of
IdentityUser |
IdentityUser.Builder |
setAttribute(String attribute)
Sets custom schema attribute name to be populated for identity mapping.
|
IdentityUser.Builder |
setGoogleIdentity(String googleIdentity)
Sets Google identity for user to map external identity.
|
IdentityUser.Builder |
setSchema(String schema)
Sets custom schema name to be updated for identity mapping.
|
IdentityUser.Builder |
setUserIdentity(String userIdentity)
Sets external user identity to be mapped.
|
Inherited Method Summary
Public Constructors
public IdentityUser.Builder ()
Public Methods
public IdentityUser.Builder setAttribute (String attribute)
Sets custom schema attribute name to be populated for identity mapping.
Parameters
attribute |
---|
public IdentityUser.Builder setGoogleIdentity (String googleIdentity)
Sets Google identity for user to map external identity.
Parameters
googleIdentity |
---|
public IdentityUser.Builder setSchema (String schema)
Sets custom schema name to be updated for identity mapping.
Parameters
schema |
---|
public IdentityUser.Builder setUserIdentity (String userIdentity)
Sets external user identity to be mapped.
Parameters
userIdentity |
---|