Uses of Package
org.forgerock.opendj.rest2ldap.authz
Packages that use org.forgerock.opendj.rest2ldap.authz
Package
Description
APIs for implementing REST to LDAP gateways.
This package contains
Filter
to authenticate and authorize LDAP connections.Contains factories to build the authorization stage of the HTTP request processing.
-
Classes in org.forgerock.opendj.rest2ldap.authz used by org.forgerock.opendj.rest2ldapClassDescriptionAuthenticate a user and create a
SecurityContext
as a result.Encapsulate aFilter
which will be processed only if the attachedConditionalFilters.Condition
is true. -
Classes in org.forgerock.opendj.rest2ldap.authz used by org.forgerock.opendj.rest2ldap.authzClassDescriptionAuthenticate a user and create a
SecurityContext
as a result.Condition which have to be fulfilled in order to apply theFilter
.Encapsulate aFilter
which will be processed only if the attachedConditionalFilters.Condition
is true.ASecretsProvider
whose clock is accessible.A class used to verify whether a givenSignedJwt
is valid.A factory class to generateSignedJwt
.Interface forSecretKey
generators. -
Classes in org.forgerock.opendj.rest2ldap.authz used by org.opends.server.protocols.http.authzClassDescriptionCondition which have to be fulfilled in order to apply the
Filter
.Encapsulate aFilter
which will be processed only if the attachedConditionalFilters.Condition
is true.