@Property(name="filterName",value="HttpBasicAuthenticationFilter") @Property(name="pattern",value="/*") @Property(name="contextId",value="defaultContext") @Property(name="ranking",value="0") @Property(name="realm",value="my-realm") @Property(name="authenticator.target") @Property(name="resourceIdResolver.target") @Property(name="authenticationPropagator.target") @Property(name="logService.target") public class HttpBasicAuthFilterComponent extends Object
| Constructor and Description |
|---|
HttpBasicAuthFilterComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(org.osgi.framework.BundleContext context,
Map<String,Object> componentProperties) |
void |
deactivate() |
void |
setAuthenticationPropagator(org.everit.osgi.authentication.context.AuthenticationPropagator authenticationPropagator) |
void |
setAuthenticator(org.everit.osgi.authenticator.Authenticator authenticator) |
void |
setLogService(org.osgi.service.log.LogService logService) |
void |
setResourceIdResolver(org.everit.osgi.resource.resolver.ResourceIdResolver resourceIdResolver) |
public void activate(org.osgi.framework.BundleContext context,
Map<String,Object> componentProperties)
throws Exception
Exceptionpublic void deactivate()
public void setAuthenticationPropagator(org.everit.osgi.authentication.context.AuthenticationPropagator authenticationPropagator)
public void setAuthenticator(org.everit.osgi.authenticator.Authenticator authenticator)
public void setLogService(org.osgi.service.log.LogService logService)
public void setResourceIdResolver(org.everit.osgi.resource.resolver.ResourceIdResolver resourceIdResolver)
Copyright © 2011–2014 Everit Kft.. All rights reserved.