Class Authorizations
java.lang.Object
io.vertx.mutiny.ext.auth.authorization.Authorizations
- All Implemented Interfaces:
MutinyDelegate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAuthorizations
(io.vertx.ext.auth.authorization.Authorizations delegate) Authorizations
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionadd
(String providerId, Authorization authorization) add
(String providerId, Set<Authorization> authorizations) clear()
boolean
io.vertx.ext.auth.authorization.Authorizations
int
hashCode()
static Authorizations
newInstance
(io.vertx.ext.auth.authorization.Authorizations arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
Authorizations
public Authorizations(io.vertx.ext.auth.authorization.Authorizations delegate) -
Authorizations
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.authorization.Authorizations getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
add
-
add
-
clear
-
clear
-
get
-
getProviderIds
-
newInstance
-