public interface RealmInitializer
See com.sun.enterprise.web.WebContainer and com.sun.web.security.RealmAdapter
| Modifier and Type | Method and Description |
|---|---|
void |
initializeRealm(Object bundleDescriptor,
boolean isSystemApp,
String defaultRealmName)
Initializes the internal state of this instance with provided parameters.
|
void |
logout()
Clean up security and policy context.
|
void |
setVirtualServer(Object container)
Sets the realm's virtual server container.
|
void |
updateWebSecurityManager()
Reinitializes the web security manager.
|
void initializeRealm(Object bundleDescriptor, boolean isSystemApp, String defaultRealmName)
bundleDescriptor - - contains bundle-specific configurationisSystemApp - - realm may have different behavior for system applicationsdefaultRealmName - - this realm name will be used as a default if there is not
any other configured in the descriptor.void setVirtualServer(Object container)
container - void updateWebSecurityManager()
void logout()
Copyright © 2020. All rights reserved.