@Provider public class AuthenticationFilter extends Object implements javax.ws.rs.container.ContainerRequestFilter
SUBJECT_KEY.| Modifier and Type | Field and Description |
|---|---|
static String |
DATA_STORE_KEY |
static String |
SUBJECT_KEY |
| Constructor and Description |
|---|
AuthenticationFilter(AuthenticationService authenticationService,
DataStoreFactory dataStoreFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
filter(javax.ws.rs.container.ContainerRequestContext context) |
public static final String SUBJECT_KEY
public static final String DATA_STORE_KEY
public AuthenticationFilter(AuthenticationService authenticationService, DataStoreFactory dataStoreFactory)
Copyright © 2022. All rights reserved.