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()booleanio.vertx.ext.auth.authorization.AuthorizationsinthashCode()static AuthorizationsnewInstance(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:
getDelegatein 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
-