Class NotAuthorization
java.lang.Object
io.vertx.mutiny.ext.auth.authorization.Authorization
io.vertx.mutiny.ext.auth.authorization.NotAuthorization
- All Implemented Interfaces:
MutinyDelegate
Allows to perform a logical 'not' of the specified authorization
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNotAuthorization
(io.vertx.ext.auth.authorization.NotAuthorization delegate) NotAuthorization
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic NotAuthorization
create
(Authorization authorization) boolean
io.vertx.ext.auth.authorization.NotAuthorization
int
hashCode()
static NotAuthorization
newInstance
(io.vertx.ext.auth.authorization.NotAuthorization arg) toString()
Methods inherited from class io.vertx.mutiny.ext.auth.authorization.Authorization
match, match, newInstance, verify
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
NotAuthorization
public NotAuthorization(io.vertx.ext.auth.authorization.NotAuthorization delegate) -
NotAuthorization
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.authorization.NotAuthorization getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Overrides:
getDelegate
in classAuthorization
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
- Overrides:
toString
in classAuthorization
-
equals
- Overrides:
equals
in classAuthorization
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAuthorization
-
create
-
getAuthorization
-
newInstance
-