Combines this person combinator with another, creating a new one granting permission only in case both combinators do so.
Combines this person combinator with another, creating a new one granting permission only in case both combinators do so.
Should return true if provided user context passes this combinator test.
Should return true if provided user context passes this combinator test.
It should not check isAuthenticated flag of user context.
Combines this person combinator with another, creating a new one granting permission only in case any of combinators does so.
Combines this person combinator with another, creating a new one granting permission only in case any of combinators does so.
Single permission as a combinator resolved implicitly.