Uses of Class
com.sun.enterprise.security.jacc.JaccWebAuthorizationManager
-
Packages that use JaccWebAuthorizationManager Package Description com.sun.enterprise.security.web.integration com.sun.web.security -
-
Uses of JaccWebAuthorizationManager in com.sun.enterprise.security.web.integration
Methods in com.sun.enterprise.security.web.integration that return JaccWebAuthorizationManager Modifier and Type Method Description JaccWebAuthorizationManagerWebSecurityManagerFactory. createManager(WebBundleDescriptor webBundleDescriptor, boolean register, ServerContext context)JaccWebAuthorizationManagerWebSecurityManagerFactory. getManager(String ctxId, String name, boolean remove)Methods in com.sun.enterprise.security.web.integration that return types with arguments of type JaccWebAuthorizationManager Modifier and Type Method Description <T> ArrayList<JaccWebAuthorizationManager>WebSecurityManagerFactory. getManagers(String ctxId, boolean remove)<T> List<JaccWebAuthorizationManager>WebSecurityManagerFactory. getManagersForApp(String appName, boolean remove)Methods in com.sun.enterprise.security.web.integration with parameters of type JaccWebAuthorizationManager Modifier and Type Method Description <T> voidWebSecurityManagerFactory. addManagerToApp(String contextId, String name, String appName, JaccWebAuthorizationManager manager) -
Uses of JaccWebAuthorizationManager in com.sun.web.security
Fields in com.sun.web.security declared as JaccWebAuthorizationManager Modifier and Type Field Description protected JaccWebAuthorizationManagerRealmAdapter. jaccWebAuthorizationManagerAJaccWebAuthorizationManagerobject associated with a jaccContextIdMethods in com.sun.web.security that return JaccWebAuthorizationManager Modifier and Type Method Description JaccWebAuthorizationManagerRealmAdapter. getJaccWebAuthorizationManager(boolean logNull)Utility method to get the web security manager.
-