Uses of Package
org.forgerock.opendj.rest2ldap.authz
-
Packages that use org.forgerock.opendj.rest2ldap.authz Package Description org.forgerock.opendj.rest2ldap APIs for implementing REST to LDAP gateways.org.forgerock.opendj.rest2ldap.authz This package containsFilter
to authenticate and authorize LDAP connections.org.opends.server.protocols.http.authz Contains factories to build the authorization stage of the HTTP request processing. -
Classes in org.forgerock.opendj.rest2ldap.authz used by org.forgerock.opendj.rest2ldap Class Description AuthenticationStrategy Authenticate a user and create aSecurityContext
as a result.ConditionalFilters.ConditionalFilter 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.authz Class Description AuthenticationStrategy Authenticate a user and create aSecurityContext
as a result.ConditionalFilters.Condition Condition which have to be fulfilled in order to apply theFilter
.ConditionalFilters.ConditionalFilter Encapsulate aFilter
which will be processed only if the attachedConditionalFilters.Condition
is true. -
Classes in org.forgerock.opendj.rest2ldap.authz used by org.opends.server.protocols.http.authz Class Description ConditionalFilters.Condition Condition which have to be fulfilled in order to apply theFilter
.ConditionalFilters.ConditionalFilter Encapsulate aFilter
which will be processed only if the attachedConditionalFilters.Condition
is true.