Uses of Class
org.glassfish.embeddable.web.config.SecurityConstraint
-
Packages that use SecurityConstraint Package Description org.glassfish.embeddable.web.config Provides classes to configure embedded WebContainer. -
-
Uses of SecurityConstraint in org.glassfish.embeddable.web.config
Methods in org.glassfish.embeddable.web.config that return types with arguments of type SecurityConstraint Modifier and Type Method Description Set<SecurityConstraint>SecurityConfig. getSecurityConstraints()Gets the security constraints for the contextMethod parameters in org.glassfish.embeddable.web.config with type arguments of type SecurityConstraint Modifier and Type Method Description voidSecurityConfig. setSecurityConstraints(Set<SecurityConstraint> securityConstraints)Set the security constraints for a context.
-