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 booleanbooleanOptional.The external role identifier.getId()getName()The name of this external role mapping.The ID of the role this external role maps to.inthashCode()booleanIndicate if this entity archived.voidsetArchived(boolean archived) Indicate if this entity archived.voidsetDescription(String description) Optional.voidsetExternalRoleIdentifier(String externalRoleIdentifier) The external role identifier.voidvoidThe name of this external role mapping.voidThe 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
-