Class SecurityScope
java.lang.Object
com.broadleafcommerce.auth.security.domain.SecurityScope
- All Implemented Interfaces:
Serializable
@Entity(name="BroadleafSecurityScope")
public class SecurityScope
extends Object
implements Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getId()
getName()
int
hashCode()
boolean
isOpen()
Whether all users should have this scope assigned to them, regardless of what their underlying permissions are.void
void
void
setOpen
(boolean open) Whether all users should have this scope assigned to them, regardless of what their underlying permissions are.toString()
-
Constructor Details
-
SecurityScope
public SecurityScope()
-
-
Method Details
-
getId
-
getName
-
isOpen
public boolean isOpen()Whether all users should have this scope assigned to them, regardless of what their underlying permissions are. -
setId
-
setName
-
setOpen
public void setOpen(boolean open) Whether all users should have this scope assigned to them, regardless of what their underlying permissions are. -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-