Class Authorizations
java.lang.Object
io.vertx.reactivex.ext.auth.authorization.Authorizations
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
Represents a cache map of authorizations per provider.
Authorizations are immutable and can be shared between users.
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclear()Clears the authorizations.booleanLogical check if the this object contains the given provider idbooleaninthashCode()booleanisEmpty()trueif the authorizations contains at least one provider.static Authorizationsput(String providerId, Set<Authorization> authorizations) Replaces the current authorizations with the given authorizations for the given provider.toString()booleanverify(Authorization resolvedAuthorization) Verifies that the given authorization is present in the authorizations.
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
Authorizations
-
Authorizations
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
put
Replaces the current authorizations with the given authorizations for the given provider.- Parameters:
providerId- the provider.authorizations- the new map of authorizations.nullis equivalent to remove all authorizations for the given provider.- Returns:
- fluent self.
-
isEmpty
public boolean isEmpty()trueif the authorizations contains at least one provider.- Returns:
-
clear
-
contains
Logical check if the this object contains the given provider id- Parameters:
providerId- the provider to search for.- Returns:
truewhen the provider is present.
-
verify
Verifies that the given authorization is present in the authorizations.- Parameters:
resolvedAuthorization- the authorization to verify.- Returns:
trueif the authorization is present.
-
newInstance
-