org.rhq.enterprise.server.core
Class CustomJaasDeploymentService
java.lang.Object
org.rhq.enterprise.server.core.CustomJaasDeploymentService
- All Implemented Interfaces:
- javax.management.MBeanRegistration, CustomJaasDeploymentServiceMBean
public class CustomJaasDeploymentService
- extends java.lang.Object
- implements CustomJaasDeploymentServiceMBean, javax.management.MBeanRegistration
Deploy the JAAS login modules that are configured. JDBC login module is always deployed, however, the LDAP login
module is only deployed if LDAP is enabled in the RHQ configuration.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomJaasDeploymentService
public CustomJaasDeploymentService()
- Constructor for
CustomJaasDeploymentService.
installJaasModules
public void installJaasModules()
- Description copied from interface:
CustomJaasDeploymentServiceMBean
- Installs the JAAS Modules that JON Server uses to allow users to log in.
- Specified by:
installJaasModules in interface CustomJaasDeploymentServiceMBean
- See Also:
CustomJaasDeploymentServiceMBean.installJaasModules()
preRegister
public javax.management.ObjectName preRegister(javax.management.MBeanServer server,
javax.management.ObjectName name)
throws java.lang.Exception
- Specified by:
preRegister in interface javax.management.MBeanRegistration
- Throws:
java.lang.Exception- See Also:
MBeanRegistration.preRegister(javax.management.MBeanServer,javax.management.ObjectName)
postRegister
public void postRegister(java.lang.Boolean registrationDone)
- Specified by:
postRegister in interface javax.management.MBeanRegistration
- See Also:
MBeanRegistration.postRegister(java.lang.Boolean)
preDeregister
public void preDeregister()
- Specified by:
preDeregister in interface javax.management.MBeanRegistration
- See Also:
MBeanRegistration.preDeregister()
postDeregister
public void postDeregister()
- Specified by:
postDeregister in interface javax.management.MBeanRegistration
- See Also:
MBeanRegistration.postDeregister()
Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.