Lists environment attributes that authorization providers may evaluate during checkAccess calls.
Syntax
List< Named >
listEnvironmentAttributes
(
Map< String, Object >
context
) throws SecException
Returns
a List containing Named objects describing each environment attribute.
Exceptions
-
SecException class –
Thrown if an error occurs. The exception will be logged and after that it is as if the method returned an empty list.
Usage
This method is indirectly called when the CSI client calls SecContext.listEnvironmentAttributes().