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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder in order to make creatingUserAttributeMapperConfiginstances less painful.static classSupport for Gson serialization and deserialization -
Method Summary
Modifier and TypeMethodDescriptionbuilder(AttributeMapperConfig id, AttributeMapperConfig userName) booleangetEmail()getId()getRoles()inthashCode()
-
Method Details
-
getId
-
getUserName
-
getFirstName
-
getLastName
-
getEmail
-
getRoles
-
equals
-
hashCode
public int hashCode() -
builder
@Nonnull public static UserAttributeMapperConfig.Builder builder(@Nonnull AttributeMapperConfig id, @Nonnull AttributeMapperConfig userName) - Parameters:
id- the idAttributeMapperConfigto be injected into theUserAttributeMapperConfig.BuilderuserName- the userNameAttributeMapperConfigto be injected into theUserAttributeMapperConfig.Builder- Returns:
- a new
UserAttributeMapperConfig.Builderinstance
-