Your deployment descriptor will need to contain this tag: CUSTOM.
The related custom HTML login page must be named loginPage.html.
When you use this type of authentication, SSL is turned on automatically.
You must have a tag in your deployment descriptor that allows you to point to both a login HTML pageand an HTML page for handling any login errors.
In the HTML related to authentication for this application, you must use predefined variable names fort he variables that store the user and password values.
第1题:
If you want to use the Java EE platform’s built-in type of authentication that uses a custom HTML page for authentication. Which two statements are true?()
第2题:
Given this fragment from a Java EE deployment descriptor: 124.
第3题:
You administer a network with Windows-based endpoints that have custom software images. You want to use Host Checker to require that endpoints are running the custom software image.Which two Host Checker policy rules would be used to enforce this requirement?()
第4题:
You create a Web Form. You need to add controls that use adaptive rendering to display content. The type of content rendered must depend on the device that is requesting the page. What are two possible ways to achieve this goal?()
第5题:
You are developing a Windows Presentation Foundation (WPF) application. You need to use XAML to create a custom control that contains two Button controls. From which base class should you inherit? ()
第6题:
You create a Web page that contains the span shown in the following line of code. TextYou need replace the contents of the span with HTML that you download from a URL specified by a global variable named localURL. Which code segment should you use?()
第7题:
Every
A
A given tag can apply to only one
A given
It is possible to construct a valid
第8题:
Implementation-Version
Specification-Version
Extension-Name
Specification-Vendor
Implementation-Vendor
第9题:
Isolate a file name unique to the custom image and create a custom rule-type of File which matches on the file. Select the Required option under the custom rule.
Identify the MAC address unique to network cards installed in PCs with the custom image and create a custom rule-type of MAC Address which matches on the appropriate MAC address.
Select the Required option under the custom rule Identify the IP address unique to the network cards installed in PCs with the custom image and create a custom rule-type of IP Address which matches on the appropriate IP address. Select the Required option under the custom rule.
Isolate or create a unique Windows registry key for the custom image and create a custom rule- type of Registry Setting which matches on the name of the registry key.
第10题:
Add the OnClick event handler for the Login button to the code used in the custom user control.
Add the OnClick event handler for the Login button to the code used in the Web Form where the control is added.
In the Page_Load method of the Web Form, add a code segment to set the visibility of the TextBox and Button controls where the control is added.
In the Page_Load method of the custom user control, add a code segment to set the visibility of the TextBox and Button controls.
第11题:
It can be invoked only from the doGet or doPost methods.
It can be used independently of the getRemoteUser method.
Can return true even when its argument is NOT defined as a valid role name in the deployment descriptor.
Using the isUserInRole method overrides any declarative authentication related to the method in which it is invoked.
第12题:
Your deployment descriptor will need to contain this tag: CUSTOM.
The related custom HTML login page must be named loginPage.html.
When you use this type of authentication, SSL is turned on automatically.
You must have a tag in your deployment descriptor that allows you to point to both a login HTML pageand an HTML page for handling any login errors.
In the HTML related to authentication for this application, you must use predefined variable names fort he variables that store the user and password values.
第13题:
Which statement is false?()
第14题:
Which two statements are true about using the isUserInRole method to implement security in a Java EEapplication?()
第15题:
You deployed a Java EE Shared Library and want to use it from an application that is also deployed on the same cluster. Which two manifest attributes must be specified at a minimum with corresponding values in the deployment descriptor of the application that requires?()
第16题:
You are creating a custom user control. The custom user control will be used on 10 Web Forms for an ASP.NET Web site that allows users to register and log on to a personalized experience. The custom user control uses two TextBox controls and two Button controls. You need to ensure that the controls are visible only when users are not logged on to the Web site. You also need to minimize the amount of effort in development and maintenance for the Web site. Which two actions should you perform? ()
第17题:
Which of the following is NOT one of the three details you need to fill in on the New Custom Control dialog?()
第18题:
JRMC is platform neutral. It supports mosr JVMs in market
JRMC is used for Deep visibility and analisys of single JVMs
JRMC comes with custom in-memory agents and is supported by standard APIs (JVMT1)
JRMC is bundled with the WebLogic Suite and WebLogic Server EE
第19题:
Add custom controls that emit XHTML to the Web Form.
Add custom controls that emit WML to the Web Form.
Add mobile controls to the Web Form.
Add Web server controls to the Web Form.
第20题:
master.master
parent.master
this.master
unknown
第21题:
Create a custom sign-in page with specific instructions in the Instructions field.
Create a custom sign-in page with specific Missing Certificate messages in the Custom error messages field.
Create a custom sign-in policy with specific instructions in the Instructions field.
Create a custom sign-in notification and assign it to the Pre-Auth Sign-in Notification in the sign-in policy.
第22题:
All three files are directly accessible.
Only File1.html is directly accessible.
Only File2.html is directly accessible.
Only File3.html is directly accessible.
Only File1.html and File2.html are directly accessible.
第23题:
This deployment descriptor is NOT valid.
The container first looks in the register directory for beta.html.
The container first looks in the register directory for alpha.html.
The container first looks for a servlet mapping in the deployment descriptor.