public interface AndAuthorization extends Authorization
Modifier and Type | Method and Description |
---|---|
AndAuthorization |
addAuthorization(Authorization authorization) |
static AndAuthorization |
create() |
List<Authorization> |
getAuthorizations() |
match, match, verify
static AndAuthorization create()
List<Authorization> getAuthorizations()
AndAuthorization addAuthorization(Authorization authorization)
Copyright © 2022 Eclipse. All rights reserved.