public interface Scope extends Serializable
SimpleScope
can be used directly. Simple scopes are not hierarchical and are just checked
with strict equality.Modifier and Type | Method and Description |
---|---|
String |
getName()
Return the name of the scope.
|
String |
getValue()
Returns the value of the scope represented as a string.
|
boolean |
includes(Scope scope)
Verifies if the current scope includes the given scope.
|
String getName()
String getValue()
boolean includes(Scope scope)
scope
- the scope to checkCopyright © 2013-2018–2019 SeedStack. All rights reserved.