Uses of Class
org.glassfish.embeddable.web.config.SecurityConfig
-
Packages that use SecurityConfig Package Description com.sun.enterprise.web org.glassfish.embeddable.web Provides classes and interfaces necessary to programmatically configure embedded WebContainer and create contexts, virtual servers, and web listeners. -
-
Uses of SecurityConfig in com.sun.enterprise.web
Methods in com.sun.enterprise.web that return SecurityConfig Modifier and Type Method Description SecurityConfigContextFacade. getSecurityConfig()Gets the security related configuration for this contextSecurityConfigWebModule. getSecurityConfig()Methods in com.sun.enterprise.web with parameters of type SecurityConfig Modifier and Type Method Description voidContextFacade. setSecurityConfig(SecurityConfig config)Set the security related configuration for this contextvoidWebModule. setSecurityConfig(SecurityConfig config) -
Uses of SecurityConfig in org.glassfish.embeddable.web
Methods in org.glassfish.embeddable.web that return SecurityConfig Modifier and Type Method Description SecurityConfigContext. getSecurityConfig()Gets the security related configuration for this contextMethods in org.glassfish.embeddable.web with parameters of type SecurityConfig Modifier and Type Method Description voidContext. setSecurityConfig(SecurityConfig config)Set the security related configuration for this context
-