public interface SecurityIntegration
Modifier and Type | Method and Description |
---|---|
CallbackHandler |
createCallbackHandler()
Create a default callback handler
|
CallbackHandler |
createCallbackHandler(Callback callback)
Create a callback handler
|
SecurityContext |
createSecurityContext(String sd)
Create a security context
|
SecurityContext |
getSecurityContext()
Get the security context
|
void |
setSecurityContext(SecurityContext context)
Set the security context
|
SecurityContext createSecurityContext(String sd) throws Exception
sd
- The security domainException
- Thrown in case of an errorSecurityContext getSecurityContext()
null
if unsetvoid setSecurityContext(SecurityContext context)
context
- The contextCallbackHandler createCallbackHandler()
CallbackHandler createCallbackHandler(Callback callback)
callback
- The callback configurationCopyright © 2021 JBoss by Red Hat. All rights reserved.