InfoCenter Home >
6: Administer applications >
6.6: Tools and resources quick reference >
6.6.18: Securing applications >
6.6.18.1: Securing applications with the Java administrative console >
6.6.18.1.1d.1: Default method groups

6.6.18.1.1d.1: Default method groups

The product predefines these method groups:

Method group Typical Web resource methods Typical EJB methods
ReadMethods GET and POST Methods beginning with the string "get" (such as getName())
WriteMethods PUT Methods beginning with the string "set" (such as setName())
RemoveMethods DELETE All remove() methods of an enterprise bean home object
CreateMethods None All create() methods of an enterprise bean home object
FinderMethods None All find*() methods of an enterprise bean home object
ExecuteMethods Methods that do not fit in other groups Methods that do not fit in other groups

In addition, the administrator can create custom method groups.

Go to previous article: Configuring permissions Go to next article: Configuring resource security

 

 
Go to previous article: Configuring permissions Go to next article: Configuring resource security