You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

To administer security realms via the Geronimo Administration Console the Security Realms portlet is available on the Console Navigation menu on the left hand side. This portlet allows you to add a new security realm or edit an existing one. To remove realms you would normally use the command line option with the Deployer tool.

When you create a new realm you will have to choose from the following realm types available:

The last available option Other lets you create your custom realm type when none of the above fits your environment needs. This requires creating your own implementation of a org.apache.geronimo.security.realm.providers, which implements the javax.security.auth.spi.LoginModule interface.

If you defined your own security realm and planned to use it within your application, you must define the dependency to the security realm in the deployment plan file.

  • No labels