@Entity(name="BroadleafSecurityScope") public class SecurityScope extends Object implements Serializable
Constructor and Description |
---|
SecurityScope() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getId() |
String |
getName() |
int |
hashCode() |
boolean |
isOpen()
Whether all users should have this scope assigned to them, regardless of what their
underlying permissions are.
|
void |
setId(String id) |
void |
setName(String name) |
void |
setOpen(boolean open)
Whether all users should have this scope assigned to them, regardless of what their
underlying permissions are.
|
String |
toString() |
public String getId()
public String getName()
public boolean isOpen()
public void setId(String id)
public void setName(String name)
public void setOpen(boolean open)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.