Uses of Interface
com.sun.enterprise.deployment.web.UserDataConstraint
-
Packages that use UserDataConstraint Package Description com.sun.enterprise.deployment.web org.glassfish.web.deployment.descriptor -
-
Uses of UserDataConstraint in com.sun.enterprise.deployment.web
Methods in com.sun.enterprise.deployment.web that return UserDataConstraint Modifier and Type Method Description UserDataConstraintSecurityConstraint. getUserDataConstraint()The user data constraint.Methods in com.sun.enterprise.deployment.web with parameters of type UserDataConstraint Modifier and Type Method Description voidSecurityConstraint. setUserDataConstraint(UserDataConstraint userDataConstraint) -
Uses of UserDataConstraint in org.glassfish.web.deployment.descriptor
Classes in org.glassfish.web.deployment.descriptor that implement UserDataConstraint Modifier and Type Class Description classUserDataConstraintImplI represent the information about how the web application's data should be protected.Methods in org.glassfish.web.deployment.descriptor that return UserDataConstraint Modifier and Type Method Description UserDataConstraintSecurityConstraintImpl. getUserDataConstraint()The user data constraint.Methods in org.glassfish.web.deployment.descriptor with parameters of type UserDataConstraint Modifier and Type Method Description voidSecurityConstraintImpl. setUserDataConstraint(UserDataConstraint userDataConstraint)Sets the user data constraint.
-