Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Domain: Security: JASPIC: Custom Authentication Configuration Provider: Configuration

Configuration Options     

This page allows you to configure the properties of this custom authentication configuration provider.

Configuration Options

Name Description
Name

The name of this custom authentication configuration provider.

MBean Attribute:
CustomAuthConfigProviderMBean.Name

Changes take effect after you redeploy the module or restart the server.

Class Name

get the classname for the custom authentication config provider

MBean Attribute:
CustomAuthConfigProviderMBean.ClassName

Changes take effect after you redeploy the module or restart the server.

Configuration Properties

The list of configuration properties passed to the custom authentication configuration provider. For example: property1=value1. Each property must be on a separate line. The provider should document which configuration properties it supports.

MBean Attribute:
CustomAuthConfigProviderMBean.Properties

Changes take effect after you redeploy the module or restart the server.


Back to Top