org.rhq.enterprise.server.core
Interface CustomJaasDeploymentServiceMBean

All Known Implementing Classes:
CustomJaasDeploymentService

public interface CustomJaasDeploymentServiceMBean

MBean interface to the service that is responsible for installing JON's JAAS login handlers.


Field Summary
static ObjectName OBJECT_NAME
          The name of this service when deployed.
static String SECURITY_DOMAIN_NAME
          The name used to identify the security domain where this service registers the login modules.
 
Method Summary
 void installJaasModules()
          Installs the JAAS Modules that JON Server uses to allow users to log in.
 

Field Detail

OBJECT_NAME

static final ObjectName OBJECT_NAME
The name of this service when deployed.


SECURITY_DOMAIN_NAME

static final String SECURITY_DOMAIN_NAME
The name used to identify the security domain where this service registers the login modules.

See Also:
Constant Field Values
Method Detail

installJaasModules

void installJaasModules()
Installs the JAAS Modules that JON Server uses to allow users to log in.



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.