All Classes and Interfaces
Classes
Class
Description
allows to get and invalidate the user auth token generated by RndTokenManager
a predicate that resolve to true if the request content is bson and
the property 'key' (can use the dot notation) is an array that contains 'value'
a predicate that resolve to true if the request content is bson and
the property 'key' (can use the dot notation) is an array that is a subset of 'values'
a predicate that resolve to true if the request content is bson and
all keys in the request content are mot in the specified blacklist
a predicate that resolve to true if the request content is bson and
contains all specified keys
a predicate that resolve to true if the request content is bson and
the value of the property 'key' (can use the dot notation) is equal to 'value'
a predicate that resolve to true if the request content is bson and
all keys in the request content are in the specified whitelist
HttpHandler to handle HTTP Digest authentication,
both according to RFC-2617 and draft update to allow additional algorithms to
be used.ACL Permission that specifies the conditions that are necessary to perform
the request
The request is authorized if AclPermission.resolve() to true
Authenticator with permission defined in a yml configuration file
supports PasswordCredentials and DigestCredentials
a simple Auth Mechanism to demonstrate how to plug a custom
AuthenticationMechanism
it authenticates all requests against the configured IdentityManager using
the credentials specified in the configuration file
a predicate that resolve to true if ExchangeAttribute 'value' is in 'array'
factory for JWT AuthenticationMechanism
ACL Permission that specifies the conditions that are necessary to perform
the request
The request is authorized if AclPermission.resolve() to true
a predicate that resolve to true if none of query parameters in the request are
in the specified blacklist
a predicate that resolve to true if the request contains all specified query parameters
a predicate that resolve to true if the request contains a number of 'size' query parameters
a predicate that resolve to true if all query parameters in the request are
in the specified whitelist
helper interceptor to add token headers to Access-Control-Expose-Headers to
handle CORS request