A B C E F G H I J K N O P R S T U W

A

ALIGN_CENTER - Static variable in class org.glite.ce.commonj.servlet.html.ToolBar
 
ALIGN_LEFT - Static variable in class org.glite.ce.commonj.servlet.html.ToolBar
 
ALIGN_RIGHT - Static variable in class org.glite.ce.commonj.servlet.html.ToolBar
 
AuthZConfigException - exception org.glite.ce.commonj.axis.handlers.AuthZConfigException.
This class represents a generic authorization exception
AuthZConfigException(String) - Constructor for class org.glite.ce.commonj.axis.handlers.AuthZConfigException
Constructor for the authorization exception
AuthZConfigException(Throwable) - Constructor for class org.glite.ce.commonj.axis.handlers.AuthZConfigException
Constructor for the authorization exception encapsulating a generic throwable object.
AuthZConfigException(String, Throwable) - Constructor for class org.glite.ce.commonj.axis.handlers.AuthZConfigException
Constructor for the authorization exception encapsulating a generic throwable object.
AuthZConfiguration - class org.glite.ce.commonj.axis.handlers.AuthZConfiguration.
This class is a Management Bean, as stated in Java Management Extensions specification.
AuthZConfiguration(ServletContext) - Constructor for class org.glite.ce.commonj.axis.handlers.AuthZConfiguration
The constructor of the class.
AuthZConfigurationItem - class org.glite.ce.commonj.axis.handlers.AuthZConfigurationItem.
This class is a Management Bean, as stated in Java Management Extensions specification.
AuthZConfigurationItem(String, String) - Constructor for class org.glite.ce.commonj.axis.handlers.AuthZConfigurationItem
The constructor of this class.
AuthZContextListener - class org.glite.ce.commonj.servlet.listeners.AuthZContextListener.
 
AuthZContextListener() - Constructor for class org.glite.ce.commonj.servlet.listeners.AuthZContextListener
 
AuthorizationBox - class org.glite.ce.commonj.servlet.AuthorizationBox.
 
AuthorizationBox(ServletContext) - Constructor for class org.glite.ce.commonj.servlet.AuthorizationBox
 
AuthorizationHandler - class org.glite.ce.commonj.axis.handlers.AuthorizationHandler.
This class is a plugin that can be inserted into the request flow of Axis in order to enable the authorization of a request.
AuthorizationHandler() - Constructor for class org.glite.ce.commonj.axis.handlers.AuthorizationHandler
The default constructor of the class.
addArgument(String, Object) - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfigurationItem
This method inserts a key-value argument into the the list of plugin parameters.
addElement(Object) - Method in class org.glite.ce.commonj.servlet.html.Container
 
addJarURL(URL) - Method in class org.glite.ce.commonj.utils.JarClassLoader
 
addJarURL(String) - Method in class org.glite.ce.commonj.utils.JarClassLoader
 
addRow(Object[]) - Method in class org.glite.ce.commonj.servlet.html.SimpleTable
 
addSubmitBtn(String, String) - Method in class org.glite.ce.commonj.servlet.html.ToolBar
 
arguments - Variable in class org.glite.ce.commonj.axis.handlers.AuthZConfigurationItem
The table of arguments defined for this MBean
attributeAdded(ServletContextAttributeEvent) - Method in class org.glite.ce.commonj.servlet.listeners.AuthZContextListener
 
attributeRemoved(ServletContextAttributeEvent) - Method in class org.glite.ce.commonj.servlet.listeners.AuthZContextListener
 
attributeReplaced(ServletContextAttributeEvent) - Method in class org.glite.ce.commonj.servlet.listeners.AuthZContextListener
 

B

BooleanLock - class org.glite.ce.commonj.utils.BooleanLock.
This class is a simple semaphore used to synchronize access to shared resources.
BooleanLock() - Constructor for class org.glite.ce.commonj.utils.BooleanLock
Creates a new BooleanLock object with initial value false.
BooleanLock(boolean) - Constructor for class org.glite.ce.commonj.utils.BooleanLock
Creates a new BooleanLock object with specified initial value

C

ConfigCache - class org.glite.ce.commonj.axis.handlers.ConfigCache.
This class is a table of MBeans handling gJAF plugin.
ConfigCache(MBeanServer) - Constructor for class org.glite.ce.commonj.axis.handlers.ConfigCache
The constructor for this class.
Container - class org.glite.ce.commonj.servlet.html.Container.
 
Container() - Constructor for class org.glite.ce.commonj.servlet.html.Container
 
check(HttpServletRequest, QName) - Method in class org.glite.ce.commonj.servlet.AuthorizationBox
 
className - Variable in class org.glite.ce.commonj.axis.handlers.AuthZConfigurationItem
The class name of the plugin handled by this MBean
clear() - Method in class org.glite.ce.commonj.axis.handlers.ConfigCache
Method used to remove all items of the table.
containsProperty(String) - Method in class org.glite.ce.commonj.servlet.AuthorizationBox
 
contextDestroyed(ServletContextEvent) - Method in class org.glite.ce.commonj.servlet.listeners.AuthZContextListener
 
contextDestroyed(ServletContextEvent) - Method in class org.glite.ce.commonj.servlet.listeners.SSLContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.glite.ce.commonj.servlet.listeners.AuthZContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.glite.ce.commonj.servlet.listeners.SSLContextListener
 

E

elements - Variable in class org.glite.ce.commonj.servlet.html.Container
 
endElement(String, String, String) - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfiguration
Method used by the internal XML parser.

F

findMBeanServer() - Static method in class org.glite.ce.commonj.utils.JMXUtils
 

G

getArgument(String) - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfigurationItem
This method returns the value of a given argument
getArgumentNames() - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfigurationItem
This method returns an enumeration of keys for the arguments specified for the gJAF plugin
getAttribute(String) - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfiguration
This method returns the value of a given configuration attribute.
getAttribute(String) - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfigurationItem
This method returns the value of a given configuration attribute.
getAttributes(String[]) - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfiguration
This method returns a list of configuration attributes matching the given list of attributes name.
getAttributes(String[]) - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfigurationItem
This method returns a list of configuration attributes matching the given list of attributes name.
getClassName() - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfigurationItem
This method returns the class name of the gJAF plugin
getMBeanInfo() - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfiguration
It returns any information necessary to describe the current MBean behaviour
getMBeanInfo() - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfigurationItem
It returns any information necessary to describe the current MBean behaviour
getMainClassName(URL) - Method in class org.glite.ce.commonj.utils.JarClassLoader
Returns the name of the jar file main class, or null if no "Main-Class" manifest attributes was defined.
getName() - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfigurationItem
This method returns the name of the gJAF plugin
getProperty(String) - Method in class org.glite.ce.commonj.servlet.AuthorizationBox
 
getPropertyNames() - Method in class org.glite.ce.commonj.servlet.AuthorizationBox
 

H

handleNotification(Notification, Object) - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfiguration
This method is called by a JMX agent in order to notify a generic event.
handleNotification(Notification, Object) - Method in class org.glite.ce.commonj.axis.handlers.ConfigCache
This method is called by a JMX agent in order to notify a generic event.

I

invoke(String, Object[], String[]) - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfiguration
It allows the JMX agent to call an operation on the current MBean.
invoke(String, Object[], String[]) - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfigurationItem
It allows the JMX agent to call an operation on the current MBean.
invoke(MessageContext) - Method in class org.glite.ce.commonj.axis.handlers.AuthorizationHandler
This method is invoked by the axis engine during the processing of the request.
invokeClass(String, String[]) - Method in class org.glite.ce.commonj.utils.JarClassLoader
Invokes the application in this jar file given the name of the main class and an array of arguments.
isFalse() - Method in class org.glite.ce.commonj.utils.BooleanLock
Check if BooleanLock value is false
isNotificationEnabled(Notification) - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfiguration
Method used to filter notifications.
isNotificationEnabled(Notification) - Method in class org.glite.ce.commonj.axis.handlers.ConfigCache
Method used to filter notifications.
isTrue() - Method in class org.glite.ce.commonj.utils.BooleanLock
Check if BooleanLock value is true

J

JMXUtils - class org.glite.ce.commonj.utils.JMXUtils.
 
JMXUtils() - Constructor for class org.glite.ce.commonj.utils.JMXUtils
 
JarClassLoader - class org.glite.ce.commonj.utils.JarClassLoader.
A class loader for loading jar files, both local and remote.
JarClassLoader(String, ClassLoader) - Constructor for class org.glite.ce.commonj.utils.JarClassLoader
Creates a new JarClassLoader for the specified url.
JarClassLoader(URL, ClassLoader) - Constructor for class org.glite.ce.commonj.utils.JarClassLoader
 

K

keys() - Method in class org.glite.ce.commonj.axis.handlers.ConfigCache
This method returns an enumeration of plugin names

N

name - Variable in class org.glite.ce.commonj.axis.handlers.AuthZConfigurationItem
The name of the plugin handled by this MBean

O

org.glite.ce.commonj.axis.handlers - package org.glite.ce.commonj.axis.handlers
 
org.glite.ce.commonj.servlet - package org.glite.ce.commonj.servlet
 
org.glite.ce.commonj.servlet.html - package org.glite.ce.commonj.servlet.html
 
org.glite.ce.commonj.servlet.listeners - package org.glite.ce.commonj.servlet.listeners
 
org.glite.ce.commonj.utils - package org.glite.ce.commonj.utils
 

P

postDeregister() - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfiguration
Method called by the JMX engine after the removal of the current MBean from an MBean server.
postRegister(Boolean) - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfiguration
Method called by the JMX engine after the registration of the current MBean into an MBean server.
preDeregister() - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfiguration
Method called by the JMX engine before the removal of the current MBean from an MBean server.
preRegister(MBeanServer, ObjectName) - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfiguration
Method called by the JMX engine before the registration of the current MBean into an MBean server.
print(PrintWriter) - Method in class org.glite.ce.commonj.servlet.html.Container
 
print(PrintWriter) - Method in class org.glite.ce.commonj.servlet.html.SimpleForm
 
print(PrintWriter) - Method in class org.glite.ce.commonj.servlet.html.ToolBar
 
put(Object, Object) - Method in class org.glite.ce.commonj.axis.handlers.ConfigCache
Method used to insert an item into the table.

R

remove(Object) - Method in class org.glite.ce.commonj.axis.handlers.ConfigCache
This method removes an MBean from the table.
removeProperty(String) - Method in class org.glite.ce.commonj.servlet.AuthorizationBox
 

S

SSLContextListener - class org.glite.ce.commonj.servlet.listeners.SSLContextListener.
 
SSLContextListener() - Constructor for class org.glite.ce.commonj.servlet.listeners.SSLContextListener
 
SimpleForm - class org.glite.ce.commonj.servlet.html.SimpleForm.
 
SimpleForm(String, String, String) - Constructor for class org.glite.ce.commonj.servlet.html.SimpleForm
 
SimpleTable - class org.glite.ce.commonj.servlet.html.SimpleTable.
 
SimpleTable(String[]) - Constructor for class org.glite.ce.commonj.servlet.html.SimpleTable
 
StandardHeader - class org.glite.ce.commonj.servlet.html.StandardHeader.
 
StandardHeader(String) - Constructor for class org.glite.ce.commonj.servlet.html.StandardHeader
 
setAttribute(Attribute) - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfiguration
Method used to set an attribute.
setAttribute(Attribute) - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfigurationItem
Method used to set an attribute.
setAttributes(AttributeList) - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfiguration
Method used to set a list of attributes.
setAttributes(AttributeList) - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfigurationItem
Method used to set a list of attributes.
setProperty(String, Object) - Method in class org.glite.ce.commonj.servlet.AuthorizationBox
 
setValue(boolean) - Method in class org.glite.ce.commonj.utils.BooleanLock
Set a new value to BooleanLock.
startElement(String, String, String, Attributes) - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfiguration
Method used by the internal XML parser.

T

ToolBar - class org.glite.ce.commonj.servlet.html.ToolBar.
 
ToolBar(int) - Constructor for class org.glite.ce.commonj.servlet.html.ToolBar
 
toArray() - Method in class org.glite.ce.commonj.axis.handlers.ConfigCache
This method returns an array of plugin names contained into this table
toString() - Method in class org.glite.ce.commonj.axis.handlers.AuthZConfigurationItem
It returns the name of the gJAF plugin
toString() - Method in class org.glite.ce.commonj.servlet.html.SimpleTable
 
toString() - Method in class org.glite.ce.commonj.servlet.html.StandardHeader
 

U

USERDN_RFC2253_LABEL - Static variable in class org.glite.ce.commonj.axis.handlers.AuthorizationHandler
This label is used as the key to retrieve the user DN from the message context in the format specified into RFC2253
USERDN_RFC2253_LABEL - Static variable in class org.glite.ce.commonj.servlet.AuthorizationBox
 
USERDN_X500_LABEL - Static variable in class org.glite.ce.commonj.axis.handlers.AuthorizationHandler
This label is used as the key to retrieve the user DN from the message context in X500 format
USERDN_X500_LABEL - Static variable in class org.glite.ce.commonj.servlet.AuthorizationBox
 
USER_CERT_CHAIN_LABEL - Static variable in class org.glite.ce.commonj.servlet.AuthorizationBox
 

W

waitToSetFalse(long) - Method in class org.glite.ce.commonj.utils.BooleanLock
Set BooleanLock value to false if it is set to true before the timeout.
waitToSetTrue(long) - Method in class org.glite.ce.commonj.utils.BooleanLock
Set BooleanLock value to true if it is set to false before the timeout.
waitUntilFalse(long) - Method in class org.glite.ce.commonj.utils.BooleanLock
Check if the value of the BooleanLock is false or wait for a maximum amount of time specified by msTimeout that the value is set to false.
waitUntilStateIs(boolean, long) - Method in class org.glite.ce.commonj.utils.BooleanLock
Check if the value of the BooleanLock equals the specified state or wait for a maximum amount of time specified by msTimeout that the value is set to the specified state.
waitUntilTrue(long) - Method in class org.glite.ce.commonj.utils.BooleanLock
Check if the value of the BooleanLock is true or wait for a maximum amount of time specified by msTimeout that the value is set to true.

A B C E F G H I J K N O P R S T U W