public abstract class SecurityContext extends Object implements WorkContext
| Constructor and Description |
|---|
SecurityContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Human readable description of the inflow context
|
String |
getName()
Human readable name of the inflow context
|
abstract void |
setupSecurityContext(CallbackHandler callbackHandler,
Subject executionSubject,
Subject serviceSubject)
Use the info supplied by the container to set up the security context in the work instance.
|
public String getName()
getName in interface WorkContextpublic String getDescription()
getDescription in interface WorkContextpublic abstract void setupSecurityContext(CallbackHandler callbackHandler, Subject executionSubject, Subject serviceSubject)
callbackHandler - CallbackHandler that can handle the jaspi callbacksexecutionSubject - non-null client subject to be filled in by the inflow contextserviceSubject - non-null service subject that identifies the app server containerCopyright © 2013. All Rights Reserved.