public class SecurityContextHandler
extends java.lang.Object
| Constructor and Description |
|---|
SecurityContextHandler(java.lang.String securityRealmName) |
| Modifier and Type | Method and Description |
|---|---|
void |
after(SecurityContext securityContext) |
void |
before(SecurityContext securityContext) |
boolean |
required() |
boolean |
supports(java.lang.Class<? extends WorkContext> clazz) |
public SecurityContextHandler(java.lang.String securityRealmName)
public void before(SecurityContext securityContext)
throws WorkCompletedException
WorkCompletedExceptionpublic void after(SecurityContext securityContext)
throws WorkCompletedException
WorkCompletedExceptionpublic boolean supports(java.lang.Class<? extends WorkContext> clazz)
public boolean required()