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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetId()getName()inthashCode()booleanisOpen()Whether all users should have this scope assigned to them, regardless of what their underlying permissions are.voidvoidvoidsetOpen(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()
-