Class ExternalRoleMapping
java.lang.Object
com.broadleafcommerce.auth.resource.domain.ExternalRoleMapping
- All Implemented Interfaces:
Serializable
Represents mapping of a role in an external system to a Broadleaf role.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Optional.The external role identifier.getId()
getName()
The name of this external role mapping.The ID of the role this external role maps to.int
hashCode()
boolean
Indicate if this entity archived.void
setArchived
(boolean archived) Indicate if this entity archived.void
setDescription
(String description) Optional.void
setExternalRoleIdentifier
(String externalRoleIdentifier) The external role identifier.void
void
The name of this external role mapping.void
The ID of the role this external role maps to.toString()
-
Constructor Details
-
ExternalRoleMapping
public ExternalRoleMapping()
-
-
Method Details
-
getId
-
getExternalRoleIdentifier
The external role identifier. This may be a name, id, or any identifier that uniquely describes the role. -
getRoleId
The ID of the role this external role maps to. -
getName
The name of this external role mapping. -
getDescription
Optional. A description of this external role mapping. -
isArchived
public boolean isArchived()Indicate if this entity archived. -
setId
-
setExternalRoleIdentifier
The external role identifier. This may be a name, id, or any identifier that uniquely describes the role. -
setRoleId
The ID of the role this external role maps to. -
setName
The name of this external role mapping. -
setDescription
Optional. A description of this external role mapping. -
setArchived
public void setArchived(boolean archived) Indicate if this entity archived. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-