Class UserAttributeMapperConfig
java.lang.Object
com.inductiveautomation.ignition.gateway.auth.mapper.attr.user.UserAttributeMapperConfig
Configuration for an 
AttributeMapper which can map various attributes to a WebAuthUser- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classBuilder in order to make creatingUserAttributeMapperConfiginstances less painful.static classSupport for Gson serialization and deserialization
- 
Method SummaryModifier and TypeMethodDescriptionbuilder(AttributeMapperConfig id, AttributeMapperConfig userName) booleangetEmail()getId()getRoles()inthashCode()
- 
Method Details- 
getId
- 
getUserName
- 
getFirstName
- 
getLastName
- 
getEmail
- 
getRoles
- 
equals
- 
hashCodepublic int hashCode()
- 
builder@Nonnull public static UserAttributeMapperConfig.Builder builder(@Nonnull AttributeMapperConfig id, @Nonnull AttributeMapperConfig userName) - Parameters:
- id- the id- AttributeMapperConfigto be injected into the- UserAttributeMapperConfig.Builder
- userName- the userName- AttributeMapperConfigto be injected into the- UserAttributeMapperConfig.Builder
- Returns:
- a new UserAttributeMapperConfig.Builderinstance
 
 
-