Uses of Class
com.sun.enterprise.security.web.integration.WebSecurityManagerFactory
-
Packages that use WebSecurityManagerFactory Package Description com.sun.enterprise.security.jacc This package contains much of the implementation code for JACC.com.sun.web.security -
-
Uses of WebSecurityManagerFactory in com.sun.enterprise.security.jacc
Constructors in com.sun.enterprise.security.jacc with parameters of type WebSecurityManagerFactory Constructor Description JaccWebAuthorizationManager(WebBundleDescriptor webBundleDescriptor, ServerContext serverContext, WebSecurityManagerFactory webSecurityManagerFactory, boolean register) -
Uses of WebSecurityManagerFactory in com.sun.web.security
Fields in com.sun.web.security declared as WebSecurityManagerFactory Modifier and Type Field Description protected WebSecurityManagerFactoryRealmAdapter. webSecurityManagerFactoryThe factory used for creatingJaccWebAuthorizationManagerobject.
-