T - Type of the configuration specific to the HttpAuthorizationMechanism.public abstract class HttpAuthorizationMechanism<T extends org.forgerock.opendj.server.config.server.HTTPAuthorizationMechanismCfg> extends Object implements org.forgerock.opendj.rest2ldap.authz.ConditionalFilters.ConditionalFilter, Comparable<HttpAuthorizationMechanism<?>>
| Constructor and Description |
|---|
HttpAuthorizationMechanism(org.forgerock.opendj.ldap.DN configDN,
int priority)
Create a new
HttpAuthorizationMechanism. |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(HttpAuthorizationMechanism<?> other) |
org.forgerock.opendj.rest2ldap.authz.ConditionalFilters.Condition |
getCondition() |
org.forgerock.http.Filter |
getFilter() |
String |
toString() |
public HttpAuthorizationMechanism(org.forgerock.opendj.ldap.DN configDN,
int priority)
HttpAuthorizationMechanism.configDN - DN where the configuration of this HttpAuthorizationMechanism resides.priority - Priority of evaluation when multiple HttpAuthorizationMechanism are present. Authorization
mechanism with lower value will processed before the ones with bigger values.public final org.forgerock.http.Filter getFilter()
getFilter in interface org.forgerock.opendj.rest2ldap.authz.ConditionalFilters.ConditionalFilterpublic final org.forgerock.opendj.rest2ldap.authz.ConditionalFilters.Condition getCondition()
getCondition in interface org.forgerock.opendj.rest2ldap.authz.ConditionalFilters.ConditionalFilterpublic final int compareTo(HttpAuthorizationMechanism<?> other)
compareTo in interface Comparable<HttpAuthorizationMechanism<?>>Copyright © 2010-2020 Wren Security. All Rights Reserved.