true
if the currently active sub-policy supports dynamic grants; this is determined by delegating to the grantSupported
method of the currently active sub-policy if it implements the {@link DynamicPolicy} interface. If the currentlyactive sub-policy does not implement DynamicPolicy
, then false
is returned.
@return true
if the currently active sub-policy supportsdynamic grants, or false
otherwise
|
|
|
|
|
|
|
|
|
|
|
|