Uses of Class
org.glassfish.web.deployment.descriptor.AuthorizationConstraintImpl
-
Packages that use AuthorizationConstraintImpl Package Description org.glassfish.web.deployment.descriptor org.glassfish.web.deployment.node -
-
Uses of AuthorizationConstraintImpl in org.glassfish.web.deployment.descriptor
Methods in org.glassfish.web.deployment.descriptor with parameters of type AuthorizationConstraintImpl Modifier and Type Method Description voidSecurityConstraintImpl. setAuthorizationConstraint(AuthorizationConstraintImpl authorizationConstraint)Sets the authorization constraint.Constructors in org.glassfish.web.deployment.descriptor with parameters of type AuthorizationConstraintImpl Constructor Description AuthorizationConstraintImpl(AuthorizationConstraintImpl other)Copy constructor. -
Uses of AuthorizationConstraintImpl in org.glassfish.web.deployment.node
Fields in org.glassfish.web.deployment.node declared as AuthorizationConstraintImpl Modifier and Type Field Description protected AuthorizationConstraintImplAuthConstraintNode. descriptorMethods in org.glassfish.web.deployment.node that return AuthorizationConstraintImpl Modifier and Type Method Description AuthorizationConstraintImplAuthConstraintNode. getDescriptor()Methods in org.glassfish.web.deployment.node with parameters of type AuthorizationConstraintImpl Modifier and Type Method Description NodeAuthConstraintNode. writeDescriptor(Node parent, String nodeName, AuthorizationConstraintImpl descriptor)write the descriptor class to a DOM tree and return it
-