public class Authorizations extends Object
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<Authorizations> |
__TYPE_ARG |
Constructor and Description |
---|
Authorizations(Authorizations delegate) |
Authorizations(Object delegate) |
Modifier and Type | Method and Description |
---|---|
Authorizations |
add(String providerId,
Authorization authorization) |
Authorizations |
add(String providerId,
Set<Authorization> authorizations) |
Authorizations |
clear() |
Authorizations |
clear(String providerId) |
boolean |
equals(Object o) |
Set<Authorization> |
get(String providerId) |
Authorizations |
getDelegate() |
Set<String> |
getProviderIds() |
int |
hashCode() |
static Authorizations |
newInstance(Authorizations arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<Authorizations> __TYPE_ARG
public Authorizations(Authorizations delegate)
public Authorizations(Object delegate)
public Authorizations getDelegate()
public Authorizations add(String providerId, Set<Authorization> authorizations)
public Authorizations add(String providerId, Authorization authorization)
public Authorizations clear(String providerId)
public Authorizations clear()
public Set<Authorization> get(String providerId)
public static Authorizations newInstance(Authorizations arg)
Copyright © 2022 Eclipse. All rights reserved.