package

com.sun.jmx.remote.security

Interfaces

NotificationAccessController

This interface allows to control remote access to the addNotificationListener and removeNotificationListener methods when the notification listener parameter is of type NotificationListener and also allows to control remote access to the notifications being forwarded to the interested remote listeners. 

Classes

FileLoginModule This LoginModule performs file-based authentication. 
JMXPluggableAuthenticator

This class represents a JAAS based implementation of the JMXAuthenticator interface. 

JMXSubjectDomainCombiner

This class represents an extension to the SubjectDomainCombiner and is used to add a new ProtectionDomain, comprised of a null codesource/signers and an empty permission set, to the access control context with which this combiner is combined. 

MBeanServerAccessController

An object of this class implements the MBeanServer interface and, for each of its methods, calls an appropriate checking method and then forwards the request to a wrapped MBeanServer object. 

MBeanServerFileAccessController

An object of this class implements the MBeanServerAccessController interface and, for each of its methods, calls an appropriate checking method and then forwards the request to a wrapped MBeanServer object. 

SubjectDelegator