Index

$ A B C D F G H I J M N O P Q R S T U V X 
All Classes and Interfaces|All Packages|Constant Field Values

$

$UNAUTHENTICATED - Static variable in class org.restheart.security.authorizers.FileAclAuthorizer
 
$UNAUTHENTICATED - Static variable in class org.restheart.security.authorizers.MongoAclAuthorizer
 

A

accountIdTrasformer(String) - Method in class org.restheart.security.authenticators.MongoRealmAuthenticator
Override this method to trasform the account id.
ACL_COLLECTION_NAME - Static variable in class org.restheart.security.authorizers.MongoAclAuthorizer
 
addConsumer(Consumer<DecodedJWT>) - Method in class org.restheart.security.mechanisms.JwtAuthenticationMechanism
set an extra verification step via a Consumer that can throw JWTVerificationException to make the verification failing
authenticate(HttpServerExchange, SecurityContext) - Method in class org.restheart.security.mechanisms.BasicAuthMechanism
 
authenticate(HttpServerExchange, SecurityContext) - Method in class org.restheart.security.mechanisms.DigestAuthMechanism
 
authenticate(HttpServerExchange, SecurityContext) - Method in class org.restheart.security.mechanisms.IdentityAuthMechanism
 
authenticate(HttpServerExchange, SecurityContext) - Method in class org.restheart.security.mechanisms.JwtAuthenticationMechanism
 
authenticate(HttpServerExchange, SecurityContext) - Method in class org.restheart.security.mechanisms.TokenBasicAuthMechanism
 
AuthTokenService - Class in org.restheart.security.services
allows to get and invalidate the user auth token generated by RndTokenManager
AuthTokenService() - Constructor for class org.restheart.security.services.AuthTokenService
 

B

BasicAuthMechanism - Class in org.restheart.security.mechanisms
 
BasicAuthMechanism() - Constructor for class org.restheart.security.mechanisms.BasicAuthMechanism
 
BruteForceAttackGuard - Class in org.restheart.security.interceptors
 
BruteForceAttackGuard() - Constructor for class org.restheart.security.interceptors.BruteForceAttackGuard
 
BsonRequestBlacklistPredicate - Class in org.restheart.security.predicates
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
BsonRequestBlacklistPredicate(String[]) - Constructor for class org.restheart.security.predicates.BsonRequestBlacklistPredicate
 
BsonRequestBlacklistPredicate.Builder - Class in org.restheart.security.predicates
 
BsonRequestContainsPredicate - Class in org.restheart.security.predicates
a predicate that resolve to true if the request content is bson and contains all specified keys
BsonRequestContainsPredicate(String[]) - Constructor for class org.restheart.security.predicates.BsonRequestContainsPredicate
 
BsonRequestContainsPredicate.Builder - Class in org.restheart.security.predicates
 
BsonRequestWhitelistPredicate - Class in org.restheart.security.predicates
a predicate that resolve to true if the request content is bson and all keys in the request content are in the specified whitelist
BsonRequestWhitelistPredicate(String[]) - Constructor for class org.restheart.security.predicates.BsonRequestWhitelistPredicate
 
BsonRequestWhitelistPredicate.Builder - Class in org.restheart.security.predicates
 
build(Map<String, Object>) - Method in class org.restheart.security.predicates.BsonRequestBlacklistPredicate.Builder
 
build(Map<String, Object>) - Method in class org.restheart.security.predicates.BsonRequestContainsPredicate.Builder
 
build(Map<String, Object>) - Method in class org.restheart.security.predicates.BsonRequestWhitelistPredicate.Builder
 
build(Map<String, Object>) - Method in class org.restheart.security.predicates.InPredicate.Builder
 
build(Map<String, Object>) - Method in class org.restheart.security.predicates.QParamsBlacklistPredicate.Builder
 
build(Map<String, Object>) - Method in class org.restheart.security.predicates.QParamsContainPredicate.Builder
 
build(Map<String, Object>) - Method in class org.restheart.security.predicates.QParamsSizePredicate.Builder
 
build(Map<String, Object>) - Method in class org.restheart.security.predicates.QParamsWhitelistPredicate.Builder
 
Builder() - Constructor for class org.restheart.security.predicates.BsonRequestBlacklistPredicate.Builder
 
Builder() - Constructor for class org.restheart.security.predicates.BsonRequestContainsPredicate.Builder
 
Builder() - Constructor for class org.restheart.security.predicates.BsonRequestWhitelistPredicate.Builder
 
Builder() - Constructor for class org.restheart.security.predicates.InPredicate.Builder
 
Builder() - Constructor for class org.restheart.security.predicates.QParamsBlacklistPredicate.Builder
 
Builder() - Constructor for class org.restheart.security.predicates.QParamsContainPredicate.Builder
 
Builder() - Constructor for class org.restheart.security.predicates.QParamsSizePredicate.Builder
 
Builder() - Constructor for class org.restheart.security.predicates.QParamsWhitelistPredicate.Builder
 

C

checkAclCollection() - Method in class org.restheart.security.authorizers.MongoAclAuthorizer
 
checkUserCollection() - Method in class org.restheart.security.authenticators.MongoRealmAuthenticator
 
consumeConfiguration() - Method in class org.restheart.security.authenticators.FileRealmAuthenticator
 
consumeConfiguration() - Method in class org.restheart.security.authorizers.FileAclAuthorizer
 
countAccounts() - Method in class org.restheart.security.authenticators.MongoRealmAuthenticator
 
createCollection(String, String) - Method in class org.restheart.security.utils.MongoUtils
 
createDb(String) - Method in class org.restheart.security.utils.MongoUtils
 
createDefaultAccount() - Method in class org.restheart.security.authenticators.MongoRealmAuthenticator
 

D

defaultParameter() - Method in class org.restheart.security.predicates.BsonRequestBlacklistPredicate.Builder
 
defaultParameter() - Method in class org.restheart.security.predicates.BsonRequestContainsPredicate.Builder
 
defaultParameter() - Method in class org.restheart.security.predicates.BsonRequestWhitelistPredicate.Builder
 
defaultParameter() - Method in class org.restheart.security.predicates.InPredicate.Builder
 
defaultParameter() - Method in class org.restheart.security.predicates.QParamsBlacklistPredicate.Builder
 
defaultParameter() - Method in class org.restheart.security.predicates.QParamsContainPredicate.Builder
 
defaultParameter() - Method in class org.restheart.security.predicates.QParamsSizePredicate.Builder
 
defaultParameter() - Method in class org.restheart.security.predicates.QParamsWhitelistPredicate.Builder
 
DenyFilterOnUserPwd - Class in org.restheart.security.authenticators
 
DenyFilterOnUserPwd() - Constructor for class org.restheart.security.authenticators.DenyFilterOnUserPwd
 
DigestAuthMechanism - Class in org.restheart.security.mechanisms
HttpHandler to handle HTTP Digest authentication, both according to RFC-2617 and draft update to allow additional algorithms to be used.
DigestAuthMechanism() - Constructor for class org.restheart.security.mechanisms.DigestAuthMechanism
 
DigestAuthMechanism(String, String, String) - Constructor for class org.restheart.security.mechanisms.DigestAuthMechanism
 
DigestAuthMechanism(String, String, String, IdentityManager) - Constructor for class org.restheart.security.mechanisms.DigestAuthMechanism
 
DigestAuthMechanism(String, List<DigestAlgorithm>, List<DigestQop>, String, String, NonceManager) - Constructor for class org.restheart.security.mechanisms.DigestAuthMechanism
 
DigestAuthMechanism(List<DigestAlgorithm>, List<DigestQop>, String, String, NonceManager, String) - Constructor for class org.restheart.security.mechanisms.DigestAuthMechanism
 
DigestAuthMechanism(List<DigestAlgorithm>, List<DigestQop>, String, String, NonceManager, String, IdentityManager) - Constructor for class org.restheart.security.mechanisms.DigestAuthMechanism
 
doesCollectionExist(String, String) - Method in class org.restheart.security.utils.MongoUtils
 
doesDbExist(String) - Method in class org.restheart.security.utils.MongoUtils
 

F

FileAclAuthorizer - Class in org.restheart.security.authorizers
 
FileAclAuthorizer() - Constructor for class org.restheart.security.authorizers.FileAclAuthorizer
 
FileAclPermission - Class in org.restheart.security.authorizers
ACL Permission that specifies the conditions that are necessary to perform the request The request is authorized if AclPermission.resolve() to true
FileRealmAuthenticator - Class in org.restheart.security.authenticators
Authenticator with permission defined in a yml configuration file supports PasswordCredentials and DigestCredentials
FileRealmAuthenticator() - Constructor for class org.restheart.security.authenticators.FileRealmAuthenticator
 
findAccount(String) - Method in class org.restheart.security.authenticators.MongoRealmAuthenticator
 

G

get(Account) - Method in class org.restheart.security.tokens.JwtTokenManager
 
get(Account) - Method in class org.restheart.security.tokens.RndTokenManager
 
getBcryptComplexity() - Method in class org.restheart.security.authenticators.MongoRealmAuthenticator
 
getCACHE() - Method in class org.restheart.security.tokens.RndTokenManager
 
getId() - Method in class org.restheart.security.authorizers.MongoAclPermission
 
getMinimumPasswordStrength() - Method in class org.restheart.security.authenticators.MongoRealmAuthenticator
Integer from 0 to 4 0 Weak (guesses < 3^10) 1 Fair (guesses < 6^10) 2 Good (guesses < 8^10) 3 Strong (guesses < 10^10) 4 Very strong (guesses >= 10^10)
getPropPassword() - Method in class org.restheart.security.authenticators.MongoRealmAuthenticator
 
getRequestPredicate() - Method in class org.restheart.security.authorizers.FileAclPermission
 
GetRoleService - Class in org.restheart.security.services
 
GetRoleService() - Constructor for class org.restheart.security.services.GetRoleService
 
getUsersCollection() - Method in class org.restheart.security.authenticators.MongoRealmAuthenticator
 
getUsersDb() - Method in class org.restheart.security.authenticators.MongoRealmAuthenticator
 
getXForwardedAccountIdHeaderName() - Static method in class org.restheart.security.authenticators.MongoRealmAuthenticator
 
getXForwardedHeaderName(String) - Static method in class org.restheart.security.authenticators.MongoRealmAuthenticator
 
getXForwardedRolesHeaderName() - Static method in class org.restheart.security.authenticators.MongoRealmAuthenticator
 
GlobalPredicatesVetoer - Class in org.restheart.security.authorizers
 
GlobalPredicatesVetoer() - Constructor for class org.restheart.security.authorizers.GlobalPredicatesVetoer
 

H

handle(JsonRequest, JsonResponse) - Method in class org.restheart.security.services.AuthTokenService
 
handle(JsonRequest, JsonResponse) - Method in class org.restheart.security.services.GetRoleService
Handles the request.
handle(MongoRequest, MongoResponse) - Method in class org.restheart.security.authenticators.DenyFilterOnUserPwd
 
handle(MongoRequest, MongoResponse) - Method in class org.restheart.security.authenticators.UserPwdHasher
 
handle(MongoRequest, MongoResponse) - Method in class org.restheart.security.authenticators.UserPwdRemover
 
handle(MongoRequest, MongoResponse) - Method in class org.restheart.security.authenticators.UserPwdStrengthEnforcer
 
handle(ServiceRequest<?>, ServiceResponse<?>) - Method in class org.restheart.security.interceptors.BruteForceAttackGuard
 

I

IdentityAuthMechanism - Class in org.restheart.security.mechanisms
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
IdentityAuthMechanism() - Constructor for class org.restheart.security.mechanisms.IdentityAuthMechanism
 
init() - Method in class org.restheart.security.authenticators.DenyFilterOnUserPwd
 
init() - Method in class org.restheart.security.authenticators.FileRealmAuthenticator
 
init() - Method in class org.restheart.security.authenticators.MongoRealmAuthenticator
 
init() - Method in class org.restheart.security.authenticators.UserPwdHasher
 
init() - Method in class org.restheart.security.authenticators.UserPwdRemover
 
init() - Method in class org.restheart.security.authenticators.UserPwdStrengthEnforcer
 
init() - Method in class org.restheart.security.authorizers.FileAclAuthorizer
 
init() - Method in class org.restheart.security.authorizers.MongoAclAuthorizer
 
init() - Method in class org.restheart.security.authorizers.OriginVetoer
 
init() - Method in class org.restheart.security.interceptors.BruteForceAttackGuard
 
init() - Method in class org.restheart.security.mechanisms.BasicAuthMechanism
 
init() - Method in class org.restheart.security.mechanisms.DigestAuthMechanism
 
init() - Method in class org.restheart.security.mechanisms.IdentityAuthMechanism
 
init() - Method in class org.restheart.security.mechanisms.JwtAuthenticationMechanism
 
init() - Method in class org.restheart.security.mechanisms.TokenBasicAuthMechanism
 
init() - Method in class org.restheart.security.services.GetRoleService
init the service
init() - Method in class org.restheart.security.tokens.JwtTokenManager
 
init() - Method in class org.restheart.security.tokens.RndTokenManager
 
injectTokenHeaders(HttpServerExchange, PasswordCredential) - Method in class org.restheart.security.tokens.JwtTokenManager
 
injectTokenHeaders(HttpServerExchange, PasswordCredential) - Method in class org.restheart.security.tokens.RndTokenManager
 
InPredicate - Class in org.restheart.security.predicates
a predicate that resolve to true if 'value' is in 'array'
InPredicate(String[], ExchangeAttribute) - Constructor for class org.restheart.security.predicates.InPredicate
 
InPredicate.Builder - Class in org.restheart.security.predicates
 
invalidate(Account) - Method in class org.restheart.security.tokens.JwtTokenManager
 
invalidate(Account) - Method in class org.restheart.security.tokens.RndTokenManager
 
isAllowed(Request<?>) - Method in class org.restheart.security.authorizers.FileAclAuthorizer
 
isAllowed(Request<?>) - Method in class org.restheart.security.authorizers.GlobalPredicatesVetoer
 
isAllowed(Request<?>) - Method in class org.restheart.security.authorizers.MongoAclAuthorizer
 
isAllowed(Request<?>) - Method in class org.restheart.security.authorizers.OriginVetoer
 
isAuthenticationRequired(Request) - Method in class org.restheart.security.authorizers.MongoAclAuthorizer
 
isAuthenticationRequired(Request) - Method in class org.restheart.security.authorizers.OriginVetoer
 
isAuthenticationRequired(Request<?>) - Method in class org.restheart.security.authorizers.FileAclAuthorizer
 
isAuthenticationRequired(Request<?>) - Method in class org.restheart.security.authorizers.GlobalPredicatesVetoer
 
isBcryptHashedPassword() - Method in class org.restheart.security.authenticators.MongoRealmAuthenticator
 
isEnforceMinimumPasswordStrenght() - Method in class org.restheart.security.authenticators.MongoRealmAuthenticator
 

J

JWT_AUTH_HEADER_PREFIX - Static variable in class org.restheart.security.mechanisms.JwtAuthenticationMechanism
 
JwtAuthenticationMechanism - Class in org.restheart.security.mechanisms
factory for JWT AuthenticationMechanism
JwtAuthenticationMechanism() - Constructor for class org.restheart.security.mechanisms.JwtAuthenticationMechanism
 
JwtTokenManager - Class in org.restheart.security.tokens
 
JwtTokenManager() - Constructor for class org.restheart.security.tokens.JwtTokenManager
 

M

MongoAclAuthorizer - Class in org.restheart.security.authorizers
 
MongoAclAuthorizer() - Constructor for class org.restheart.security.authorizers.MongoAclAuthorizer
 
MongoAclPermission - Class in org.restheart.security.authorizers
ACL Permission that specifies the conditions that are necessary to perform the request The request is authorized if AclPermission.resolve() to true
MongoRealmAuthenticator - Class in org.restheart.security.authenticators
 
MongoRealmAuthenticator() - Constructor for class org.restheart.security.authenticators.MongoRealmAuthenticator
 
MongoUtils - Class in org.restheart.security.utils
 
MongoUtils(MongoClient) - Constructor for class org.restheart.security.utils.MongoUtils
 

N

name() - Method in class org.restheart.security.predicates.BsonRequestBlacklistPredicate.Builder
 
name() - Method in class org.restheart.security.predicates.BsonRequestContainsPredicate.Builder
 
name() - Method in class org.restheart.security.predicates.BsonRequestWhitelistPredicate.Builder
 
name() - Method in class org.restheart.security.predicates.InPredicate.Builder
 
name() - Method in class org.restheart.security.predicates.QParamsBlacklistPredicate.Builder
 
name() - Method in class org.restheart.security.predicates.QParamsContainPredicate.Builder
 
name() - Method in class org.restheart.security.predicates.QParamsSizePredicate.Builder
 
name() - Method in class org.restheart.security.predicates.QParamsWhitelistPredicate.Builder
 

O

org.restheart.security - package org.restheart.security
Implementations of security plugins
org.restheart.security.authenticators - package org.restheart.security.authenticators
Implementations of AuthorizerMechanism and Authorizer
org.restheart.security.authorizers - package org.restheart.security.authorizers
Implementations of Authorizer
org.restheart.security.interceptors - package org.restheart.security.interceptors
Implementations of Interceptors
org.restheart.security.mechanisms - package org.restheart.security.mechanisms
 
org.restheart.security.predicates - package org.restheart.security.predicates
 
org.restheart.security.services - package org.restheart.security.services
Implementations of Service
org.restheart.security.tokens - package org.restheart.security.tokens
Implementations of TokenManager
org.restheart.security.utils - package org.restheart.security.utils
 
OriginVetoer - Class in org.restheart.security.authorizers
 
OriginVetoer() - Constructor for class org.restheart.security.authorizers.OriginVetoer
 

P

parameters() - Method in class org.restheart.security.predicates.BsonRequestBlacklistPredicate.Builder
 
parameters() - Method in class org.restheart.security.predicates.BsonRequestContainsPredicate.Builder
 
parameters() - Method in class org.restheart.security.predicates.BsonRequestWhitelistPredicate.Builder
 
parameters() - Method in class org.restheart.security.predicates.InPredicate.Builder
 
parameters() - Method in class org.restheart.security.predicates.QParamsBlacklistPredicate.Builder
 
parameters() - Method in class org.restheart.security.predicates.QParamsContainPredicate.Builder
 
parameters() - Method in class org.restheart.security.predicates.QParamsSizePredicate.Builder
 
parameters() - Method in class org.restheart.security.predicates.QParamsWhitelistPredicate.Builder
 

Q

QParamsBlacklistPredicate - Class in org.restheart.security.predicates
a predicate that resolve to true if none of query parameters in the request are in the specified blacklist
QParamsBlacklistPredicate(String[]) - Constructor for class org.restheart.security.predicates.QParamsBlacklistPredicate
 
QParamsBlacklistPredicate.Builder - Class in org.restheart.security.predicates
 
QParamsContainPredicate - Class in org.restheart.security.predicates
a predicate that resolve to true if the request contains all specified query parameters
QParamsContainPredicate(String[]) - Constructor for class org.restheart.security.predicates.QParamsContainPredicate
 
QParamsContainPredicate.Builder - Class in org.restheart.security.predicates
 
QParamsSizePredicate - Class in org.restheart.security.predicates
a predicate that resolve to true if the request contains a number of 'size' query parameters
QParamsSizePredicate(int) - Constructor for class org.restheart.security.predicates.QParamsSizePredicate
 
QParamsSizePredicate.Builder - Class in org.restheart.security.predicates
 
QParamsWhitelistPredicate - Class in org.restheart.security.predicates
a predicate that resolve to true if all query parameters in the request are in the specified whitelist
QParamsWhitelistPredicate(String[]) - Constructor for class org.restheart.security.predicates.QParamsWhitelistPredicate
 
QParamsWhitelistPredicate.Builder - Class in org.restheart.security.predicates
 

R

requiredParameters() - Method in class org.restheart.security.predicates.BsonRequestBlacklistPredicate.Builder
 
requiredParameters() - Method in class org.restheart.security.predicates.BsonRequestContainsPredicate.Builder
 
requiredParameters() - Method in class org.restheart.security.predicates.BsonRequestWhitelistPredicate.Builder
 
requiredParameters() - Method in class org.restheart.security.predicates.InPredicate.Builder
 
requiredParameters() - Method in class org.restheart.security.predicates.QParamsBlacklistPredicate.Builder
 
requiredParameters() - Method in class org.restheart.security.predicates.QParamsContainPredicate.Builder
 
requiredParameters() - Method in class org.restheart.security.predicates.QParamsSizePredicate.Builder
 
requiredParameters() - Method in class org.restheart.security.predicates.QParamsWhitelistPredicate.Builder
 
resolve(HttpServerExchange) - Method in class org.restheart.security.predicates.BsonRequestBlacklistPredicate
 
resolve(HttpServerExchange) - Method in class org.restheart.security.predicates.BsonRequestContainsPredicate
 
resolve(HttpServerExchange) - Method in class org.restheart.security.predicates.BsonRequestWhitelistPredicate
 
resolve(HttpServerExchange) - Method in class org.restheart.security.predicates.InPredicate
 
resolve(HttpServerExchange) - Method in class org.restheart.security.predicates.QParamsBlacklistPredicate
 
resolve(HttpServerExchange) - Method in class org.restheart.security.predicates.QParamsContainPredicate
 
resolve(HttpServerExchange) - Method in class org.restheart.security.predicates.QParamsSizePredicate
 
resolve(HttpServerExchange) - Method in class org.restheart.security.predicates.QParamsWhitelistPredicate
 
resolve(MongoRequest, MongoResponse) - Method in class org.restheart.security.authenticators.DenyFilterOnUserPwd
 
resolve(MongoRequest, MongoResponse) - Method in class org.restheart.security.authenticators.UserPwdHasher
 
resolve(MongoRequest, MongoResponse) - Method in class org.restheart.security.authenticators.UserPwdRemover
 
resolve(MongoRequest, MongoResponse) - Method in class org.restheart.security.authenticators.UserPwdStrengthEnforcer
 
resolve(ServiceRequest<?>, ServiceResponse<?>) - Method in class org.restheart.security.interceptors.BruteForceAttackGuard
 
RndTokenManager - Class in org.restheart.security.tokens
 
RndTokenManager() - Constructor for class org.restheart.security.tokens.RndTokenManager
 
rolePermissions(String) - Method in class org.restheart.security.authorizers.MongoAclAuthorizer
 

S

sendAuthenticationInfoHeader(HttpServerExchange) - Method in class org.restheart.security.mechanisms.DigestAuthMechanism
 
sendChallenge(HttpServerExchange, SecurityContext) - Method in class org.restheart.security.mechanisms.BasicAuthMechanism
 
sendChallenge(HttpServerExchange, SecurityContext) - Method in class org.restheart.security.mechanisms.DigestAuthMechanism
 
sendChallenge(HttpServerExchange, SecurityContext) - Method in class org.restheart.security.mechanisms.IdentityAuthMechanism
 
sendChallenge(HttpServerExchange, SecurityContext) - Method in class org.restheart.security.mechanisms.JwtAuthenticationMechanism
 
sendChallenge(HttpServerExchange, SecurityContext) - Method in class org.restheart.security.mechanisms.TokenBasicAuthMechanism
 
setUsersDb(String) - Method in class org.restheart.security.authenticators.MongoRealmAuthenticator
 
SILENT_HEADER_KEY - Static variable in class org.restheart.security.mechanisms.BasicAuthMechanism
 
SILENT_HEADER_KEY - Static variable in class org.restheart.security.mechanisms.DigestAuthMechanism
 
SILENT_QUERY_PARAM_KEY - Static variable in class org.restheart.security.mechanisms.BasicAuthMechanism
 
SILENT_QUERY_PARAM_KEY - Static variable in class org.restheart.security.mechanisms.DigestAuthMechanism
 

T

TokenBasicAuthMechanism - Class in org.restheart.security.mechanisms
 
TokenBasicAuthMechanism() - Constructor for class org.restheart.security.mechanisms.TokenBasicAuthMechanism
 

U

update(Account) - Method in class org.restheart.security.tokens.JwtTokenManager
 
update(Account) - Method in class org.restheart.security.tokens.RndTokenManager
 
UserPwdHasher - Class in org.restheart.security.authenticators
 
UserPwdHasher() - Constructor for class org.restheart.security.authenticators.UserPwdHasher
 
UserPwdRemover - Class in org.restheart.security.authenticators
 
UserPwdRemover() - Constructor for class org.restheart.security.authenticators.UserPwdRemover
 
UserPwdStrengthEnforcer - Class in org.restheart.security.authenticators
helper interceptor to add token headers to Access-Control-Expose-Headers to handle CORS request
UserPwdStrengthEnforcer() - Constructor for class org.restheart.security.authenticators.UserPwdStrengthEnforcer
 

V

verify(Account) - Method in class org.restheart.security.authenticators.FileRealmAuthenticator
 
verify(Account) - Method in class org.restheart.security.authenticators.MongoRealmAuthenticator
 
verify(Account) - Method in class org.restheart.security.tokens.JwtTokenManager
 
verify(Account) - Method in class org.restheart.security.tokens.RndTokenManager
 
verify(Credential) - Method in class org.restheart.security.authenticators.FileRealmAuthenticator
 
verify(Credential) - Method in class org.restheart.security.authenticators.MongoRealmAuthenticator
 
verify(Credential) - Method in class org.restheart.security.tokens.JwtTokenManager
 
verify(Credential) - Method in class org.restheart.security.tokens.RndTokenManager
 
verify(String, Credential) - Method in class org.restheart.security.authenticators.FileRealmAuthenticator
 
verify(String, Credential) - Method in class org.restheart.security.authenticators.MongoRealmAuthenticator
 
verify(String, Credential) - Method in class org.restheart.security.tokens.JwtTokenManager
 
verify(String, Credential) - Method in class org.restheart.security.tokens.RndTokenManager
 

X

X_FORWARDED_ACCOUNT_ID - Static variable in class org.restheart.security.authenticators.MongoRealmAuthenticator
 
X_FORWARDED_ACCOUNT_ID - Static variable in class org.restheart.security.authorizers.MongoAclAuthorizer
 
X_FORWARDED_ROLE - Static variable in class org.restheart.security.authenticators.MongoRealmAuthenticator
 
X_FORWARDED_ROLE - Static variable in class org.restheart.security.authorizers.MongoAclAuthorizer
 
$ A B C D F G H I J M N O P Q R S T U V X 
All Classes and Interfaces|All Packages|Constant Field Values