Skip to content

binder: SecurityPolicies.allOf() and anyOf() should efficiently interop with AsyncSecurityPolicy #11547

@jdcormie

Description

@jdcormie

Is your feature request related to a problem?

As it stands, these composite security policies can be used with AsyncSecurityPolicy, but they end up blocking an additional thread on Future.get() here.

Describe the solution you'd like

We could create new allOfAsync() and anyOfAsync() methods or try to update the existing methods to special case AsyncSecurityPolicy..

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions