Class Restriction
- java.lang.Object
-
- com.broadleafcommerce.auth.resource.domain.Restriction
-
- All Implemented Interfaces:
Serializable
public class Restriction extends Object implements Serializable
A DTO used to represent a restriction on the data in which a user has access.- Author:
- Nick Crum (ncrum)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Restriction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)Set<String>getTargets()Represents the targets of the restriction.StringgetType()Represents the type of the restriction.inthashCode()voidsetTargets(Set<String> targets)Represents the targets of the restriction.voidsetType(String type)Represents the type of the restriction.StringtoString()
-