Class ExternalRoleMapping

java.lang.Object
com.broadleafcommerce.auth.resource.domain.ExternalRoleMapping
All Implemented Interfaces:
Serializable

public class ExternalRoleMapping extends Object implements Serializable
Represents mapping of a role in an external system to a Broadleaf role.
See Also:
  • Constructor Details

    • ExternalRoleMapping

      public ExternalRoleMapping()
  • Method Details

    • getId

      public String getId()
    • getExternalRoleIdentifier

      public String getExternalRoleIdentifier()
      The external role identifier. This may be a name, id, or any identifier that uniquely describes the role.
    • getRoleId

      public String getRoleId()
      The ID of the role this external role maps to.
    • getName

      public String getName()
      The name of this external role mapping.
    • getDescription

      public String getDescription()
      Optional. A description of this external role mapping.
    • isArchived

      public boolean isArchived()
      Indicate if this entity archived.
    • setId

      public void setId(String id)
    • setExternalRoleIdentifier

      public void setExternalRoleIdentifier(String externalRoleIdentifier)
      The external role identifier. This may be a name, id, or any identifier that uniquely describes the role.
    • setRoleId

      public void setRoleId(String roleId)
      The ID of the role this external role maps to.
    • setName

      public void setName(String name)
      The name of this external role mapping.
    • setDescription

      public void setDescription(String description)
      Optional. A description of this external role mapping.
    • setArchived

      public void setArchived(boolean archived)
      Indicate if this entity archived.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object