Interface RealmInitializer
public interface RealmInitializer
Interface to facilitate Initialization of the injected Realm Instance with Application Descriptor info see
com.sun.enterprise.web.WebContainer and com.sun.web.security.RealmAdapter
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitializeRealm(Object bundledescriptor, String realmName) voidlogout()Clean up security and policy context.voidsetVirtualServer(Object container) Sets the virtual server on which the web module (with which this RealmAdapter is associated with) has been deployed.void
-
Method Details
-
initializeRealm
-
setVirtualServer
Sets the virtual server on which the web module (with which this RealmAdapter is associated with) has been deployed.- Parameters:
container- The virtual server
-
logout
void logout()Clean up security and policy context. -
updateWebSecurityManager
void updateWebSecurityManager()
-