Choose a topic to test your knowledge and improve your Spring skills
Element which defines user details.
Which of the following way to provide authenticity of users is/are supported by Spring Security?
The basic security services registered and configured by Spring Security.
HTTP Basic authentication support is configured by:-
Form-based login is configured by:-
Action URL can be customized using form-login.
Attribute used to display custom login page.
Attribute which specifies redirection URL on login error.
Session scope attribute to display error message.
Logout service is configured by:-
Element which redirects to a specific URL on logout.
Anonymous login services can be configured by:-
Default values of customized Username and authorities are anonymousUser and ROLE_ANONYMOUS respectively.
Remember-me support can be configured by:-
By default, Remember-me encodes the username, password, remember-me expiration time, and a private key as a token, and stores it as a cache in the user’s browser.
Spring Security algorithms to secure password.
Connection of database with Apache derby server requires.
You can specify the statements for querying a user’s information and authorities in the users-by-username-query and authorities-by-username-query attributes.
Utility to calculate MD5 digests for your password.
Element used to secure methods.
@Secured annotation is used to secure methods implemented by beans.
Element used to specify access attributes for bean’s methods.
Attribute used to specify custom access decision manager.
JSP technology is also used to handle security of JSP views.
Tag which displays user’s Authentication object.
Tag which renders the granted authorities one by one.
Tag used to render view contents conditionally.
Attribute used to render enclosed content.
Module that allows each domain to have it’s own access.
ACL(Access control list) consists of:-
ACEs(Access control entries) core consists of:-
Which of the following is/are part of BasePermission class:-
SID(Security Identity) associates with permission using.
Interfaces that defines operation of an ACL service.
Servlet listener which loads application context.
Method to retrieve Spring Applicationcontext.
Class used to have full access to the Spring context’s life cycle machinery and dependency injection.
In order to leverage Spring application context machinery and configuration.
Interface implemented by object instantiated by HttpRequestHandlerServlet.
Attribute used to look up and delegate a particular root bean.
ActionSupport class provides a method to access spring application context.
Struts servlet used to handle web requests.
Struts plugin used to integrate with spring.
Integration of JSF with Spring Application Context.
To handle web requests in JSF.
Component of JSF, for user’s input in a form.
Tag used to provide result of web requests and is read only.
Tag which triggers server side requests.
Tag used to integrate Spring with DWR.
Spring supports web flows by:-