public interface ContextAttributeMapping
It is up to the implementer to determine how to parse the String value into valid Shiro permission objects.
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName()
Returns the attribute name associated with this mapping.
|
KeyValuePermission |
getAttributePermission()
Returns a
KeyValuePermission object that has been created from
the parsed attribute value. |
String |
getAttributeValue()
Gets the attribute value for this mapping.
|
String |
getContext()
Returns the context of the attribute
|
String getAttributeName()
String getAttributeValue()
KeyValuePermission getAttributePermission()
KeyValuePermission
object that has been created from
the parsed attribute value.String getContext()
This work is licensed under a Creative Commons Attribution 4.0 International License.