Uses of Interface
com.sun.enterprise.deployment.web.SecurityConstraint
-
Packages that use SecurityConstraint Package Description com.sun.enterprise.deployment com.sun.enterprise.web.deploy org.glassfish.web.deployment.annotation.handlers org.glassfish.web.deployment.descriptor -
-
Uses of SecurityConstraint in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return types with arguments of type SecurityConstraint Modifier and Type Method Description abstract Enumeration<SecurityConstraint>WebBundleDescriptor. getSecurityConstraints()abstract Collection<SecurityConstraint>WebBundleDescriptor. getSecurityConstraintsForUrlPattern(String urlPattern)abstract Set<SecurityConstraint>WebBundleDescriptor. getSecurityConstraintsSet()Methods in com.sun.enterprise.deployment with parameters of type SecurityConstraint Modifier and Type Method Description abstract voidWebBundleDescriptor. addSecurityConstraint(SecurityConstraint securityConstraint)abstract voidWebBundleDescriptor. removeSecurityConstraint(SecurityConstraint securityConstraint)Method parameters in com.sun.enterprise.deployment with type arguments of type SecurityConstraint Modifier and Type Method Description protected abstract voidWebBundleDescriptor. combineSecurityConstraints(Set<SecurityConstraint> firstScSet, Set<SecurityConstraint> secondScSet) -
Uses of SecurityConstraint in com.sun.enterprise.web.deploy
Constructors in com.sun.enterprise.web.deploy with parameters of type SecurityConstraint Constructor Description SecurityConstraintDecorator(SecurityConstraint securityConstraint, WebModule webModule) -
Uses of SecurityConstraint in org.glassfish.web.deployment.annotation.handlers
Methods in org.glassfish.web.deployment.annotation.handlers that return SecurityConstraint Modifier and Type Method Description static SecurityConstraintServletSecurityHandler. createSecurityConstraint(WebBundleDescriptor webBundleDesc, Set<String> urlPatterns, String[] rolesAllowed, jakarta.servlet.annotation.ServletSecurity.EmptyRoleSemantic emptyRoleSemantic, jakarta.servlet.annotation.ServletSecurity.TransportGuarantee transportGuarantee, String httpMethod) -
Uses of SecurityConstraint in org.glassfish.web.deployment.descriptor
Classes in org.glassfish.web.deployment.descriptor that implement SecurityConstraint Modifier and Type Class Description classSecurityConstraintImplObjects exhibiting this interface represent a security constraint on the web application that owns them.Methods in org.glassfish.web.deployment.descriptor that return types with arguments of type SecurityConstraint Modifier and Type Method Description Enumeration<SecurityConstraint>WebBundleDescriptorImpl. getSecurityConstraints()My list of security constraints.Collection<SecurityConstraint>WebBundleDescriptorImpl. getSecurityConstraintsForUrlPattern(String urlPattern)Set<SecurityConstraint>WebBundleDescriptorImpl. getSecurityConstraintsSet()Methods in org.glassfish.web.deployment.descriptor with parameters of type SecurityConstraint Modifier and Type Method Description voidWebBundleDescriptorImpl. addSecurityConstraint(SecurityConstraint securityConstraint)Add a new security constraint.voidWebBundleDescriptorImpl. removeSecurityConstraint(SecurityConstraint securityConstraint)Remove the given security constraint.Method parameters in org.glassfish.web.deployment.descriptor with type arguments of type SecurityConstraint Modifier and Type Method Description protected voidWebBundleDescriptorImpl. combineSecurityConstraints(Set<SecurityConstraint> firstScSet, Set<SecurityConstraint> secondScSet)protected voidWebFragmentDescriptor. combineSecurityConstraints(Set<SecurityConstraint> firstScSet, Set<SecurityConstraint> secondScSet)
-