A B C D E F G H I L M N O P Q R S T U V W

A

ACCEPTED - Static variable in class org.glite.security.voms.service.request.RequestStatus
Request accepted by the administrator, waiting for database update.
ACLActions - class org.glite.security.voms.webui.admin.ACLActions.
 
ACLActions() - Constructor for class org.glite.security.voms.webui.admin.ACLActions
 
ACLActions.Edit - class org.glite.security.voms.webui.admin.ACLActions.Edit.
 
ACLActions.Edit(String, String, boolean) - Constructor for class org.glite.security.voms.webui.admin.ACLActions.Edit
 
ACLActions.Edit(String, String, boolean, boolean) - Constructor for class org.glite.security.voms.webui.admin.ACLActions.Edit
 
ACLEntry - class org.glite.security.voms.service.ACLEntry.
Convenience functions for ACLEntry.
ACLEntry() - Constructor for class org.glite.security.voms.service.ACLEntry
 
ACLEntry(String, String, Operation, boolean) - Constructor for class org.glite.security.voms.service.ACLEntry
Creates a new ACL entry with the given data.
ACLEntry(DBAdmin, Operation, boolean) - Constructor for class org.glite.security.voms.service.ACLEntry
Creates a new ACL entry with the given data.
ADD - Static variable in class org.glite.security.voms.service.Operation
The value for membership addition.
ADMINISTRATOR_NOTIFIED - Static variable in class org.glite.security.voms.service.request.RequestStatus
Notification sent to the administrator about this request.
ALL - Static variable in class org.glite.security.voms.service.Operation
The value representing all operations.
ALLOW_DENY - Static variable in class org.glite.security.voms.webui.admin.ACLActions
 
ALLOW_DENY - Static variable in class org.glite.security.voms.webui.admin.GlobalACLActions
 
ANYUSER_ADMIN - Static variable in class org.glite.security.voms.service.Constants
The DN of the virtual ACL entry subject matching any authenticated user.
AUTHZMANAGER_ATTRIBUTE_CA - Static variable in class org.glite.security.voms.service.Constants
The special CA value in the ADMINS table corresponding to a collective administrator that is an authz manager attribute.
Action - interface org.glite.security.voms.operation.Action.
An interface for representing high-level update operations in the VO database.
ActionHelper - class org.glite.security.voms.operation.ActionHelper.
A helper class for writing classes implementing the Action interface.
ActionHelper() - Constructor for class org.glite.security.voms.operation.ActionHelper
 
AddACLEntryAction - class org.glite.security.voms.operation.AddACLEntryAction.
An action for adding a new ACL entry to an ACL.
AddACLEntryAction(String, ACLEntry) - Constructor for class org.glite.security.voms.operation.AddACLEntryAction
 
AddCapabilityAction - class org.glite.security.voms.operation.AddCapabilityAction.
An action for adding a new capability to a user.
AddCapabilityAction(String, String, String) - Constructor for class org.glite.security.voms.operation.AddCapabilityAction
 
AddDefaultACLEntryAction - class org.glite.security.voms.operation.AddDefaultACLEntryAction.
An action for adding a new ACL entry to a default ACL of a group.
AddDefaultACLEntryAction(String, ACLEntry) - Constructor for class org.glite.security.voms.operation.AddDefaultACLEntryAction
 
AddGroupMemberAction - class org.glite.security.voms.operation.AddGroupMemberAction.
An action for adding a user to a group.
AddGroupMemberAction(String, String, String) - Constructor for class org.glite.security.voms.operation.AddGroupMemberAction
 
AddRoleMemberAction - class org.glite.security.voms.operation.AddRoleMemberAction.
An action for adding a user to a role.
AddRoleMemberAction(String, String, String, String) - Constructor for class org.glite.security.voms.operation.AddRoleMemberAction
 
AdminContextListener - class org.glite.security.voms.webui.admin.AdminContextListener.
AdminContextListener will initialize the set of dynamic web pages for the VOMSAdmin interface.
AdminContextListener() - Constructor for class org.glite.security.voms.webui.admin.AdminContextListener
 
AdminRoot - class org.glite.security.voms.webui.request.AdminRoot.
 
AdminRoot() - Constructor for class org.glite.security.voms.webui.request.AdminRoot
 
AdminRoot.Apply - class org.glite.security.voms.webui.request.AdminRoot.Apply.
 
AdminRoot.Apply() - Constructor for class org.glite.security.voms.webui.request.AdminRoot.Apply
 
AdminRoot.Delete - class org.glite.security.voms.webui.request.AdminRoot.Delete.
 
AdminRoot.Delete() - Constructor for class org.glite.security.voms.webui.request.AdminRoot.Delete
 
AdminRoot.DeleteDo - class org.glite.security.voms.webui.request.AdminRoot.DeleteDo.
 
AdminRoot.DeleteDo() - Constructor for class org.glite.security.voms.webui.request.AdminRoot.DeleteDo
 
AdminRoot.Details - class org.glite.security.voms.webui.request.AdminRoot.Details.
 
AdminRoot.Details() - Constructor for class org.glite.security.voms.webui.request.AdminRoot.Details
 
AdminRoot.ListAll - class org.glite.security.voms.webui.request.AdminRoot.ListAll.
 
AdminRoot.ListAll() - Constructor for class org.glite.security.voms.webui.request.AdminRoot.ListAll
 
AdminRoot.ListIncomplete - class org.glite.security.voms.webui.request.AdminRoot.ListIncomplete.
 
AdminRoot.ListIncomplete() - Constructor for class org.glite.security.voms.webui.request.AdminRoot.ListIncomplete
 
AdminRoot.ListPending - class org.glite.security.voms.webui.request.AdminRoot.ListPending.
 
AdminRoot.ListPending() - Constructor for class org.glite.security.voms.webui.request.AdminRoot.ListPending
 
AllowEvent - class org.glite.security.voms.request.AllowEvent.
An event for allowing requests.
AllowEvent(String) - Constructor for class org.glite.security.voms.request.AllowEvent
 
AllowNotification - class org.glite.security.voms.notification.AllowNotification.
The administrator has allowed the user's request.
AllowNotification(CheckedRequest) - Constructor for class org.glite.security.voms.notification.AllowNotification
 
AlreadyExists - exception org.glite.security.voms.service.AlreadyExists.
An exception signalling that an operation tries to create an object that already exists.
AlreadyExists(String) - Constructor for class org.glite.security.voms.service.AlreadyExists
 
ArgumentException - exception org.glite.security.voms.service.ArgumentException.
VOMS exception for invalid arguments.
ArgumentException(String) - Constructor for class org.glite.security.voms.service.ArgumentException
 
AutomaticRequest - class org.glite.security.voms.request.AutomaticRequest.
A class implementing requests which are automatically accepted and processed immediately after their entry.
AutomaticRequest(Action, String) - Constructor for class org.glite.security.voms.request.AutomaticRequest
Creates a new request with the given action and client comment.
action - Variable in class org.glite.security.voms.request.Request
The action that is requested.
addACLEntry(ACLEntry) - Method in class org.glite.security.voms.database.DBACL
Add an ACL entry to this ACL.
addACLEntry(String, ACLEntry) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Adds a new entry to an ACL of a container.
addACLEntry(String, ACLEntry) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
addACLEntry(String, String, String, ACLEntry) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Adds a new entry to an ACL of a container.
addACLEntry(String, String, String, ACLEntry) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
addChild(Page, boolean) - Method in class org.glite.security.voms.webui.Page
 
addColumn(Column) - Method in interface org.glite.security.voms.database.Table
 
addDefaultACLEntry(String, ACLEntry) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Manipulates the default ACL, which is applied on every group created as a subgroup of this one.
addDefaultACLEntry(String, ACLEntry) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
addDefaultACLEntry(String, String, String, ACLEntry) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Manipulates the default ACL, which is applied on every group created as a subgroup of this one.
addDefaultACLEntry(String, String, String, ACLEntry) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
addGlobalAdmin(String, String) - Method in class org.glite.security.voms.database.Database
Add a Global ACL entry to allow all VO operations to the given client.
addIndex(Column) - Method in interface org.glite.security.voms.database.Table
 
addIndex(Column, Column) - Method in interface org.glite.security.voms.database.Table
 
addIndex(Column, Column, Column) - Method in interface org.glite.security.voms.database.Table
 
addIndex(Column[]) - Method in interface org.glite.security.voms.database.Table
 
addMember(DBUser) - Method in class org.glite.security.voms.database.DBCapability
 
addMember(DBUser) - Method in interface org.glite.security.voms.database.DBContainer
Include a user in this container.
addMember(DBUser) - Method in class org.glite.security.voms.database.DBGroup
Add a user to the members of this group.
addMember(DBUser) - Method in class org.glite.security.voms.database.DBQualifiedRole
Adds this qualified role to the given user.
addMember(DBUser) - Method in class org.glite.security.voms.database.DBRole
Adds this role to user in the VO group.
addMember(DBUser, DBGroup) - Method in class org.glite.security.voms.database.DBRole
Adds this role to the given user in the given group.
addMember(String, String, String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Adds a new member to the group.
addMember(String, String, String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
addMember(String, String, String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Adds a new member to the group.
addMember(String, String, String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
addNotification(Notification) - Method in class org.glite.security.voms.request.Request
Adds a notification to the request (sent or pending).
addParameter(String, String) - Method in class org.glite.security.voms.request.Request
Add a parameter to the optional parameters.
addParameters(String[]) - Method in class org.glite.security.voms.request.Request
Adds an even sized string array to the optional parameters.
addResourceDir(String) - Static method in class org.glite.security.voms.utilities.Resource
Add a source dir to check when searching for a resource.
addTests(TestSuite, Class) - Static method in class org.glite.security.voms.service.TestSuiteHelper
Add the test methods of class theClass to a testsuite in alphabetical order.
addUniqueIndex(Column) - Method in interface org.glite.security.voms.database.Table
 
addUniqueIndex(Column, Column) - Method in interface org.glite.security.voms.database.Table
 
addUniqueIndex(Column, Column, Column) - Method in interface org.glite.security.voms.database.Table
 
addUniqueIndex(Column[]) - Method in interface org.glite.security.voms.database.Table
 
admin - Static variable in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
admin - Static variable in class org.glite.security.voms.webui.admin.Page
 
allowRequest(long, String) - Method in interface org.glite.security.voms.service.request.VOMSRequest
Accept the given request, i.e. do the requested operation.
allowRequest(long, String) - Method in class org.glite.security.voms.service.request.VOMSRequestSoapBindingImpl
 
ask(Question) - Static method in class org.glite.security.voms.database.Database
Ask the given question by calling its Question.ask() method in the appropriate environment.
ask() - Method in class org.glite.security.voms.operation.GetACLQuestion
 
ask() - Method in class org.glite.security.voms.operation.GetDefaultACLQuestion
 
ask() - Method in class org.glite.security.voms.operation.GetGroupPathQuestion
 
ask() - Method in class org.glite.security.voms.operation.GetUserQuestion
 
ask() - Method in class org.glite.security.voms.operation.GetVONameQuestion
 
ask() - Method in class org.glite.security.voms.operation.ListCAsQuestion
 
ask() - Method in class org.glite.security.voms.operation.ListCapabilitiesForUserQuestion
 
ask() - Method in class org.glite.security.voms.operation.ListCapabilitiesQuestion
 
ask() - Method in class org.glite.security.voms.operation.ListCapabilityMembersQuestion
 
ask() - Method in class org.glite.security.voms.operation.ListGroupMembersQuestion
 
ask() - Method in class org.glite.security.voms.operation.ListGroupsForUserQuestion
 
ask() - Method in class org.glite.security.voms.operation.ListRoleMembersQuestion
 
ask() - Method in class org.glite.security.voms.operation.ListRolesForUserQuestion
 
ask() - Method in class org.glite.security.voms.operation.ListRolesQuestion
 
ask() - Method in class org.glite.security.voms.operation.ListSubgroupsQuestion
 
ask() - Method in interface org.glite.security.voms.operation.Question
Do the query that this question represents, without ACL checks, and return the result as an Object.
ask() - Method in class org.glite.security.voms.operation.QuestionHelper
 
assignCapability(String, String, String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Assigns a new capability to the user.
assignCapability(String, String, String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
assignCapability(String, String, String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Assigns a new capability to the user.
assignCapability(String, String, String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
assignRole(String, String, String, String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Assigns a new role to the user.
assignRole(String, String, String, String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
assignRole(String, String, String, String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Assigns a new role to the user.
assignRole(String, String, String, String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 

B

BrokenRequest - class org.glite.security.voms.request.BrokenRequest.
A placeholder class to use when a request could not be deserialized from the database.
BrokenRequest.BrokenState - class org.glite.security.voms.request.BrokenRequest.BrokenState.
 
BrokenRequest.BrokenState() - Constructor for class org.glite.security.voms.request.BrokenRequest.BrokenState
 
begin() - Static method in class org.glite.security.voms.database.connection.DirectUpdate
Allocate a new direct update connection.
begin() - Static method in class org.glite.security.voms.database.connection.Update
Allocates an Update from the connection pool, and starts a transaction on it.
button(HttpServletRequest, PrintWriter, String) - Static method in class org.glite.security.voms.webui.Page
 
button(HttpServletRequest, PrintWriter, String, String) - Static method in class org.glite.security.voms.webui.Page
 

C

CAPABILITY_CA - Static variable in class org.glite.security.voms.service.Constants
The special CA value in the ADMINS table corresponding to a collective administrator that is a capability.
CAPABILITY_LIST_LIMIT - Static variable in class org.glite.security.voms.webui.admin.CapabilityActions
Maximal number of capabilities to be listed.
CAUpdater - class org.glite.security.voms.service.CAUpdater.
Updater for the CA table.
CAUpdater.CAUpdateManipulation - class org.glite.security.voms.service.CAUpdater.CAUpdateManipulation.
A DirectManipulation for keeping the CA table fresh.
CLIENT - Static variable in class org.glite.security.voms.service.Version
The version of the latest client package available when this server is known to be compatible with.
COMPLETED - Static variable in class org.glite.security.voms.service.request.RequestStatus
Reuest completed.
COPYRIGHT_BLURB - Static variable in class org.glite.security.voms.webui.ControllerServlet
 
CREATE - Static variable in class org.glite.security.voms.service.Operation
The value for entity (user or container) creation.
Cacheable - interface org.glite.security.voms.database.cache.Cacheable.
Implement the Cacheable interface in an active row to enable it to be cached by RowCache.
CapabilityActions - class org.glite.security.voms.webui.admin.CapabilityActions.
 
CapabilityActions() - Constructor for class org.glite.security.voms.webui.admin.CapabilityActions
 
CapabilityActions.Create - class org.glite.security.voms.webui.admin.CapabilityActions.Create.
 
CapabilityActions.Create() - Constructor for class org.glite.security.voms.webui.admin.CapabilityActions.Create
 
CapabilityActions.CreateDo - class org.glite.security.voms.webui.admin.CapabilityActions.CreateDo.
 
CapabilityActions.CreateDo() - Constructor for class org.glite.security.voms.webui.admin.CapabilityActions.CreateDo
 
CapabilityActions.Delete - class org.glite.security.voms.webui.admin.CapabilityActions.Delete.
 
CapabilityActions.Delete() - Constructor for class org.glite.security.voms.webui.admin.CapabilityActions.Delete
 
CapabilityActions.DeleteDo - class org.glite.security.voms.webui.admin.CapabilityActions.DeleteDo.
 
CapabilityActions.DeleteDo() - Constructor for class org.glite.security.voms.webui.admin.CapabilityActions.DeleteDo
 
CapabilityActions.EditACL - class org.glite.security.voms.webui.admin.CapabilityActions.EditACL.
 
CapabilityActions.EditACL() - Constructor for class org.glite.security.voms.webui.admin.CapabilityActions.EditACL
 
CapabilityActions.List - class org.glite.security.voms.webui.admin.CapabilityActions.List.
 
CapabilityActions.List() - Constructor for class org.glite.security.voms.webui.admin.CapabilityActions.List
 
CapabilityActions.ListACL - class org.glite.security.voms.webui.admin.CapabilityActions.ListACL.
 
CapabilityActions.ListACL() - Constructor for class org.glite.security.voms.webui.admin.CapabilityActions.ListACL
 
CapabilityActions.Search - class org.glite.security.voms.webui.admin.CapabilityActions.Search.
 
CapabilityActions.Search() - Constructor for class org.glite.security.voms.webui.admin.CapabilityActions.Search
 
CertificateHelper - class org.glite.security.voms.webui.request.CertificateHelper.
 
CertificateHelper(X509Certificate) - Constructor for class org.glite.security.voms.webui.request.CertificateHelper
This class extracts some information from a certificate, which is necessary for the user registration process.
CheckedRequest - class org.glite.security.voms.request.CheckedRequest.
A class implementing requests which are explicitly allowed or denied by administrators.
CheckedRequest(Action, String[]) - Constructor for class org.glite.security.voms.request.CheckedRequest
Creates a new request with the given action and client comment.
CheckedRequest.DeniedState - class org.glite.security.voms.request.CheckedRequest.DeniedState.
The state of a denied request.
CheckedRequest.DeniedState() - Constructor for class org.glite.security.voms.request.CheckedRequest.DeniedState
 
CheckedRequest.UndecidedState - class org.glite.security.voms.request.CheckedRequest.UndecidedState.
The state of a request that is pending the approval of an administrator.
CheckedRequest.UndecidedState() - Constructor for class org.glite.security.voms.request.CheckedRequest.UndecidedState
 
ClientTransaction - class org.glite.security.voms.database.connection.ClientTransaction.
Database connection wrapper for connections that have an associated a remote client that needs to be logged.
ClientTransaction(Connection) - Constructor for class org.glite.security.voms.database.connection.ClientTransaction
Protected constructor.
Column - interface org.glite.security.voms.database.Column.
Column descriptor.
Configuration - class org.glite.security.voms.service.Configuration.
Provides comfortable access to VO configuration parameters.
ConfirmEvent - class org.glite.security.voms.request.ConfirmEvent.
An event for confirming email addresses.
ConfirmEvent(String, String) - Constructor for class org.glite.security.voms.request.ConfirmEvent
 
ConfirmEvent(String) - Constructor for class org.glite.security.voms.request.ConfirmEvent
 
ConfirmNotification - class org.glite.security.voms.notification.ConfirmNotification.
Request to confirm the email address via a 'secret' cookie.
ConfirmNotification(ConfirmedRequest) - Constructor for class org.glite.security.voms.notification.ConfirmNotification
 
ConfirmedNotification - class org.glite.security.voms.notification.ConfirmedNotification.
Reply for an email address confirmation.
ConfirmedNotification(ConfirmedRequest) - Constructor for class org.glite.security.voms.notification.ConfirmedNotification
 
ConfirmedRequest - class org.glite.security.voms.request.ConfirmedRequest.
A class implementing requests which have to be confirmed before they are submitted to the administrators.
ConfirmedRequest(Action, String[]) - Constructor for class org.glite.security.voms.request.ConfirmedRequest
Creates a new request with the given action and client comment.
ConfirmedRequest.NewState - class org.glite.security.voms.request.ConfirmedRequest.NewState.
The state of a new, unconfirmed request, waiting for a ConfirmEvent.
ConfirmedRequest.NewState() - Constructor for class org.glite.security.voms.request.ConfirmedRequest.NewState
 
ConnectionPool - class org.glite.security.voms.database.connection.ConnectionPool.
A trivial database connection pool implementation.
Constants - class org.glite.security.voms.service.Constants.
Constants used in both the clients and the server.
Constants() - Constructor for class org.glite.security.voms.service.Constants
 
ContainerNamingScheme - interface org.glite.security.voms.service.ContainerNamingScheme.
An interface for checking the syntax of container names and distinguishing between different container types by their names.
ContainerNamingSchemeFactory - class org.glite.security.voms.service.ContainerNamingSchemeFactory.
Factory class for creating ContainerNamingScheme instances.
ContainerNamingSchemeFactory() - Constructor for class org.glite.security.voms.service.ContainerNamingSchemeFactory
 
ControllerFilter - class org.glite.security.voms.webui.ControllerFilter.
Initializer for the SecurityContext.
ControllerFilter() - Constructor for class org.glite.security.voms.webui.ControllerFilter
 
ControllerServlet - class org.glite.security.voms.webui.ControllerServlet.
The common part of the VOMS web-admin interface.
ControllerServlet() - Constructor for class org.glite.security.voms.webui.ControllerServlet
 
ControllerServlet.Unknown - class org.glite.security.voms.webui.ControllerServlet.Unknown.
 
ControllerServlet.Unknown() - Constructor for class org.glite.security.voms.webui.ControllerServlet.Unknown
 
CoreContextListener - class org.glite.security.voms.webui.core.CoreContextListener.
CoreContextListener will initialize the set of dynamic web pages for the VOMSCore interface.
CoreContextListener() - Constructor for class org.glite.security.voms.webui.core.CoreContextListener
 
CoreRoot - class org.glite.security.voms.webui.core.CoreRoot.
 
CoreRoot() - Constructor for class org.glite.security.voms.webui.core.CoreRoot
 
CreateCapabilityAction - class org.glite.security.voms.operation.CreateCapabilityAction.
An action for creating a new capability in the database.
CreateCapabilityAction(String) - Constructor for class org.glite.security.voms.operation.CreateCapabilityAction
 
CreateGroupAction - class org.glite.security.voms.operation.CreateGroupAction.
An action for creating a new group in the database.
CreateGroupAction(String) - Constructor for class org.glite.security.voms.operation.CreateGroupAction
 
CreateRoleAction - class org.glite.security.voms.operation.CreateRoleAction.
An action for creating a new role in the database.
CreateRoleAction(String) - Constructor for class org.glite.security.voms.operation.CreateRoleAction
 
CreateUserAction - class org.glite.security.voms.operation.CreateUserAction.
An action for creating a new user in the database.
CreateUserAction(User) - Constructor for class org.glite.security.voms.operation.CreateUserAction
 
CurrentConnection - class org.glite.security.voms.database.connection.CurrentConnection.
A simple class for accessing the database connection associated with the current thread.
cancel() - Method in class org.glite.security.voms.service.VOMSTimer
 
cancelAndWait() - Method in class org.glite.security.voms.service.VOMSTimer
 
certUri - Variable in class org.glite.security.voms.webui.request.CertificateHelper
 
checkACLEntryForAttribute(Operation, String, String, String) - Method in class org.glite.security.voms.database.DBACL
 
checkACLEntryForGroup(Operation, String, String, String) - Method in class org.glite.security.voms.database.DBACL
 
checkACLEntryForRole(Operation, String, String, String) - Method in class org.glite.security.voms.database.DBACL
 
checkCapabilityName(String) - Method in interface org.glite.security.voms.service.ContainerNamingScheme
Check that name is a capability name.
checkDatabaseVersion(Connection) - Static method in class org.glite.security.voms.database.connection.DatabaseUpgrade
Set database version number.
checkDirectSubgroup(String, String) - Method in interface org.glite.security.voms.service.ContainerNamingScheme
Check that child is a direct subcontainer of parent.
checkGroupName(String) - Method in interface org.glite.security.voms.service.ContainerNamingScheme
Check that name is a group name.
checkPermission(Operation) - Method in class org.glite.security.voms.database.DBACL
Check if the current user is allowed to perform a specific operation.
checkPermission(Operation) - Method in class org.glite.security.voms.database.DBCapability
Convenience method: check that the client has the necessary privileges to perform the given operation on this capability.
checkPermission(Operation) - Method in interface org.glite.security.voms.database.DBContainer
Convenience method: check that the client has the necessary privileges to perform the given operation on this container.
checkPermission(Operation) - Method in class org.glite.security.voms.database.DBGroup
Convenience method: check that the client has the necessary privileges to perform the given operation on this group.
checkPermission(Operation) - Method in class org.glite.security.voms.database.DBQualifiedRole
Convenience method: check that the client has the necessary privileges to perform the given operation on this container.
checkPermission(Operation) - Method in class org.glite.security.voms.database.DBRole
Convenience method: check that the client has the necessary privileges to perform the given operation on this role.
checkPermission() - Method in interface org.glite.security.voms.operation.Action
Check that the current client (as specified by the current security context) has the right to perform this action.
checkPermission() - Method in class org.glite.security.voms.operation.ActionHelper
 
checkPermission() - Method in class org.glite.security.voms.operation.AddACLEntryAction
 
checkPermission() - Method in class org.glite.security.voms.operation.AddCapabilityAction
 
checkPermission() - Method in class org.glite.security.voms.operation.AddDefaultACLEntryAction
 
checkPermission() - Method in class org.glite.security.voms.operation.AddGroupMemberAction
 
checkPermission() - Method in class org.glite.security.voms.operation.AddRoleMemberAction
 
checkPermission() - Method in class org.glite.security.voms.operation.CreateCapabilityAction
 
checkPermission() - Method in class org.glite.security.voms.operation.CreateGroupAction
 
checkPermission() - Method in class org.glite.security.voms.operation.CreateRoleAction
 
checkPermission() - Method in class org.glite.security.voms.operation.CreateUserAction
 
checkPermission() - Method in class org.glite.security.voms.operation.DeleteCapabilityAction
 
checkPermission() - Method in class org.glite.security.voms.operation.DeleteGroupAction
 
checkPermission() - Method in class org.glite.security.voms.operation.DeleteRoleAction
 
checkPermission() - Method in class org.glite.security.voms.operation.DeleteUserAction
 
checkPermission() - Method in class org.glite.security.voms.operation.EmptyAction
Do nothing.
checkPermission() - Method in class org.glite.security.voms.operation.GetACLQuestion
 
checkPermission() - Method in class org.glite.security.voms.operation.GetDefaultACLQuestion
 
checkPermission() - Method in class org.glite.security.voms.operation.GetGroupPathQuestion
 
checkPermission() - Method in class org.glite.security.voms.operation.GetUserQuestion
 
checkPermission() - Method in class org.glite.security.voms.operation.GetVONameQuestion
The VO name can be queried by anyone.
checkPermission() - Method in class org.glite.security.voms.operation.ListCAsQuestion
 
checkPermission() - Method in class org.glite.security.voms.operation.ListCapabilitiesForUserQuestion
 
checkPermission() - Method in class org.glite.security.voms.operation.ListCapabilitiesQuestion
 
checkPermission() - Method in class org.glite.security.voms.operation.ListCapabilityMembersQuestion
 
checkPermission() - Method in class org.glite.security.voms.operation.ListGroupMembersQuestion
 
checkPermission() - Method in class org.glite.security.voms.operation.ListGroupsForUserQuestion
 
checkPermission() - Method in class org.glite.security.voms.operation.ListRoleMembersQuestion
 
checkPermission() - Method in class org.glite.security.voms.operation.ListRolesForUserQuestion
 
checkPermission() - Method in class org.glite.security.voms.operation.ListRolesQuestion
 
checkPermission() - Method in class org.glite.security.voms.operation.ListSubgroupsQuestion
 
checkPermission() - Method in interface org.glite.security.voms.operation.Question
Check that the current client (as specified by the current security context) has the right to ask this question.
checkPermission() - Method in class org.glite.security.voms.operation.QuestionHelper
 
checkPermission() - Method in class org.glite.security.voms.operation.RemoveACLEntryAction
 
checkPermission() - Method in class org.glite.security.voms.operation.RemoveCapabilityAction
 
checkPermission() - Method in class org.glite.security.voms.operation.RemoveDefaultACLEntryAction
 
checkPermission() - Method in class org.glite.security.voms.operation.RemoveGroupMemberAction
 
checkPermission() - Method in class org.glite.security.voms.operation.RemoveRoleMemberAction
 
checkPermission() - Method in class org.glite.security.voms.operation.SequenceAction
The product of all checkPermission methods of the component Actions.
checkPermission() - Method in class org.glite.security.voms.operation.SetACLAction
 
checkPermission() - Method in class org.glite.security.voms.operation.SetDefaultACLAction
 
checkPermission() - Method in class org.glite.security.voms.operation.SetUserAction
 
checkPermission() - Method in class org.glite.security.voms.request.ExpireCompleteRequestsAction
Expiry needs LIST priviliges on the VO group.
checkPermission() - Method in class org.glite.security.voms.request.IncompleteRequestTimeoutAction
Expiry needs LIST priviliges on the VO group.
checkPermission() - Method in class org.glite.security.voms.request.PurgeDeletedRequestsAction
TODO: revise this.
checkQualifiedRoleName(String) - Method in interface org.glite.security.voms.service.ContainerNamingScheme
Check that name is a fully qualified role name.
checkRoleName(String) - Method in interface org.glite.security.voms.service.ContainerNamingScheme
Check that name is a role name.
checkSyntax(String) - Method in interface org.glite.security.voms.service.ContainerNamingScheme
Check if the given name has correct syntax for a container DN.
children - Variable in class org.glite.security.voms.webui.Page
 
chronicle - Variable in class org.glite.security.voms.request.Request
A list of ChronicleEntries describing the history of this request.
chronicle(String) - Method in class org.glite.security.voms.request.Request
Add a new entry to the chronicle.
chronicle(String, String) - Method in class org.glite.security.voms.request.Request
 
clear() - Static method in class org.glite.security.voms.database.connection.CurrentConnection
 
clearAllCaches() - Static method in class org.glite.security.voms.database.cache.RowCache
Clear out all rowcaches, i.e., remove all cached objects.
clone() - Method in class org.glite.security.voms.database.DBACL
Return a copy of this DBACL instance.
clone() - Method in class org.glite.security.voms.database.DBAdmin
 
clone() - Method in interface org.glite.security.voms.database.cache.Cacheable
Return a copy of this instance.
clone() - Method in class org.glite.security.voms.database.cache.TimedCacheable
 
closeAll() - Method in class org.glite.security.voms.database.connection.ConnectionPool
Close all free database connections.
cns - Static variable in class org.glite.security.voms.operation.ActionHelper
The container naming scheme for this instance of VOMS.
cns - Static variable in class org.glite.security.voms.operation.QuestionHelper
The container naming scheme for this instance of VOMS.
cns - Static variable in class org.glite.security.voms.webui.VOMSPage
 
comment - Variable in class org.glite.security.voms.request.Event
 
commit() - Method in class org.glite.security.voms.database.connection.DirectUpdate
Commit the current transaction, and release this connection.
commit() - Method in class org.glite.security.voms.database.connection.Update
Commit the current transaction, and release this connection.
compare(Object, Object) - Method in class org.glite.security.voms.webui.request.UserRoot.ShortRequestComparator
 
compareTo(Object) - Method in class org.glite.security.voms.service.Version.VersionNumber
Compare this object with the specified object for order.
compile(String) - Static method in class org.glite.security.voms.utilities.SubstringPattern
Get an instance of SubstringPattern matching the given pattern.
confirmRequest(long, String, String) - Method in interface org.glite.security.voms.service.request.VOMSRequest
Confirm the email address given during the creation of the request.
confirmRequest(long, String, String) - Method in class org.glite.security.voms.service.request.VOMSRequestSoapBindingImpl
 
conn - Variable in class org.glite.security.voms.database.connection.Transaction
The raw database connection.
contentType - Variable in class org.glite.security.voms.webui.Page
 
contextDestroyed(ServletContextEvent) - Method in class org.glite.security.voms.service.VOMSContextListener
 
contextDestroyed(ServletContextEvent) - Method in class org.glite.security.voms.webui.ServletContextListener
 
contextDestroyed(ServletContextEvent) - Method in class org.glite.security.voms.webui.admin.AdminContextListener
 
contextDestroyed(ServletContextEvent) - Method in class org.glite.security.voms.webui.config.ServletContextListener
 
contextDestroyed(ServletContextEvent) - Method in class org.glite.security.voms.webui.core.CoreContextListener
 
contextDestroyed(ServletContextEvent) - Method in class org.glite.security.voms.webui.request.RequestContextListener
 
contextDestroyed(ServletContextEvent) - Method in class org.glite.security.voms.webui.siblings.ServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.glite.security.voms.service.VOMSContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.glite.security.voms.webui.ServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.glite.security.voms.webui.admin.AdminContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.glite.security.voms.webui.config.ServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.glite.security.voms.webui.core.CoreContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.glite.security.voms.webui.request.RequestContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.glite.security.voms.webui.siblings.ServletContextListener
 
convertRequestsToBlobs(Connection) - Static method in class org.glite.security.voms.database.connection.DatabaseUpgrade
Convert Oracle LONG RAW REQUESTS.REQUEST data created in 1.2.7 and below to BLOBs.
cookie - Variable in class org.glite.security.voms.request.ConfirmEvent
 
copyACL() - Method in class org.glite.security.voms.database.DBACL
Creates a new copy of this ACL, returning its id.
countACLEntries() - Method in class org.glite.security.voms.database.DBACL
Counts the ACL entries of this ACL.
countAllGroups() - Method in class org.glite.security.voms.database.DBGroup
Return the number of groups in this VO.
countCAs() - Static method in class org.glite.security.voms.database.DBCA
 
countCapabilities() - Static method in class org.glite.security.voms.database.DBCapability
Return the number of capabilities in this VO.
countCapabilities() - Method in class org.glite.security.voms.database.DBUser
Return the number of capabilities that this user has.
countChildGroups() - Method in class org.glite.security.voms.database.DBGroup
Return the number of direct subgroups of this group.
countGroups() - Method in class org.glite.security.voms.database.DBUser
Return the number of groups that this user is a member of, including the VO group.
countMembers() - Method in class org.glite.security.voms.database.DBCapability
Returns the number of users that have this capability.
countMembers() - Method in class org.glite.security.voms.database.DBGroup
Returns the number of users who are members of this group.
countMembers() - Method in class org.glite.security.voms.database.DBQualifiedRole
Returns the number of users who have this qualified role.
countMembers() - Method in class org.glite.security.voms.database.DBRole
Returns the number of users who have this role, in any group.
countMembers(DBGroup) - Method in class org.glite.security.voms.database.DBRole
Returns the number of users who have this role in the given group.
countRoles() - Static method in class org.glite.security.voms.database.DBRole
 
countRoles() - Method in class org.glite.security.voms.database.DBUser
Return the number of role-group pairs that this user has.
countUsers() - Method in class org.glite.security.voms.database.DBCA
Return the number of users that have certificates issued by this CA.
create() - Static method in class org.glite.security.voms.database.DBACL
Creates a new empty ACL.
create(String, DBCA) - Static method in class org.glite.security.voms.database.DBAdmin
 
create(Transaction, String, String) - Static method in class org.glite.security.voms.database.DBCA
Inserts a record into the database.
create() - Method in class org.glite.security.voms.database.Database
Drop and recreate all tables, unless they are already there.
create() - Method in interface org.glite.security.voms.database.Table
 
createCapability(String) - Static method in class org.glite.security.voms.database.DBCapability
Creates a new capability.
createCapability(String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Creates a new capability.
createCapability(String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
createCapability(String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Creates a new capability.
createCapability(String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
createChildGroup(String) - Method in class org.glite.security.voms.database.DBGroup
Creates a new group with this group as parent.
createGroup(String, String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Creates a new group as a subgroup of an existing group.
createGroup(String, String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
createGroup(String, String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Creates a new group as a subgroup of an existing group.
createGroup(String, String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
createPage - Static variable in class org.glite.security.voms.webui.request.UserRoot
 
createRequest(Action, String) - Static method in class org.glite.security.voms.request.AutomaticRequest
Creates a new request with the given action and client comment.
createRequest(Action, String, String[]) - Static method in class org.glite.security.voms.request.CheckedRequest
Creates a new request with the given action and client comment.
createRequest(Action, String, String[]) - Static method in class org.glite.security.voms.request.ConfirmedRequest
Creates a new request with the given action and client comment.
createRole(String) - Static method in class org.glite.security.voms.database.DBRole
Creates a new role.
createRole(String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Creates a new role.
createRole(String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
createRole(String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Creates a new role.
createRole(String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
createSelf(Update, String, DBCA) - Static method in class org.glite.security.voms.database.DBAdmin
 
createUser(String, String, DBCA, String, String) - Static method in class org.glite.security.voms.database.DBUser
Creates a new user in the database.
createUser(User) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Creates a new user in the VOMS database.
createUser(User) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
createUser(String, String, User) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Creates a new user in the VOMS database.
createUser(String, String, User) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
createVOGroup() - Static method in class org.glite.security.voms.database.DBGroup
Creates the VO group.

D

DBACL - class org.glite.security.voms.database.DBACL.
A class representing and checking ACLs in a VO.
DBAdmin - class org.glite.security.voms.database.DBAdmin.
A class representing VO administrators.
DBCA - class org.glite.security.voms.database.DBCA.
A class representing known certificate authorities in a VO.
DBCapability - class org.glite.security.voms.database.DBCapability.
A class representing capabilities in a VO.
DBContainer - interface org.glite.security.voms.database.DBContainer.
A simple interface capturing some of the common methods of container classes (DBGroup, DBRole and DBCapability) for easier ACL manipulation.
DBContainerFactory - class org.glite.security.voms.database.DBContainerFactory.
Creating DBContainer instances.
DBContainerFactory() - Constructor for class org.glite.security.voms.database.DBContainerFactory
 
DBFlavour - interface org.glite.security.voms.database.DBFlavour.
 
DBGroup - class org.glite.security.voms.database.DBGroup.
A class representing the groups in a VO.
DBQualifiedRole - class org.glite.security.voms.database.DBQualifiedRole.
A class representing qualified roles in the VO.
DBRole - class org.glite.security.voms.database.DBRole.
A class representing the roles in a VO.
DBUser - class org.glite.security.voms.database.DBUser.
A class representing the users in a VO.
DEFAULT_CONTENT_TYPE - Static variable in class org.glite.security.voms.webui.Page
 
DELETE - Static variable in class org.glite.security.voms.service.Operation
The value for entity deletion.
DELETED - Static variable in class org.glite.security.voms.webui.request.UserRoot.ShortRequestComparator
 
DELETE_ANY_REQUEST - Static variable in class org.glite.security.voms.service.Operation
Delete any request.
DENIED - Static variable in class org.glite.security.voms.service.request.RequestStatus
Request denied by the administrator.
DNCAKey - class org.glite.security.voms.database.cache.DNCAKey.
 
DNCAKey(String, String) - Constructor for class org.glite.security.voms.database.cache.DNCAKey
 
DNCAKey(String, DBCA) - Constructor for class org.glite.security.voms.database.cache.DNCAKey
 
DNUtil - class org.glite.security.voms.service.DNUtil.
Utility class to convert principal names to convenient format.
DNUtil() - Constructor for class org.glite.security.voms.service.DNUtil
 
Database - class org.glite.security.voms.database.Database.
A façade class for executing operations (questions and actions) in the database, hiding the gory details of transaction management behind a simple interface.
DatabaseError - exception org.glite.security.voms.service.DatabaseError.
Wrapper class for SQL errors.
DatabaseError() - Constructor for class org.glite.security.voms.service.DatabaseError
 
DatabaseError(String) - Constructor for class org.glite.security.voms.service.DatabaseError
 
DatabaseError(SQLException) - Constructor for class org.glite.security.voms.service.DatabaseError
 
DatabaseError(SQLException, Transaction) - Constructor for class org.glite.security.voms.service.DatabaseError
 
DatabaseError(String, SQLException, Transaction) - Constructor for class org.glite.security.voms.service.DatabaseError
 
DatabaseUpgrade - class org.glite.security.voms.database.connection.DatabaseUpgrade.
A class for fixing errors in the database introduced by previous version of voms-admin.
DatabaseUpgrade() - Constructor for class org.glite.security.voms.database.connection.DatabaseUpgrade
 
DecisionNotification - class org.glite.security.voms.notification.DecisionNotification.
Notification for administrators for something to be decided.
DecisionNotification(CheckedRequest) - Constructor for class org.glite.security.voms.notification.DecisionNotification
 
DeleteCapabilityAction - class org.glite.security.voms.operation.DeleteCapabilityAction.
An action for deleting a capability from the database.
DeleteCapabilityAction(String) - Constructor for class org.glite.security.voms.operation.DeleteCapabilityAction
 
DeleteEvent - class org.glite.security.voms.request.DeleteEvent.
An event for deleting requests.
DeleteEvent(String) - Constructor for class org.glite.security.voms.request.DeleteEvent
 
DeleteGroupAction - class org.glite.security.voms.operation.DeleteGroupAction.
An action for deleting a group from the database.
DeleteGroupAction(String) - Constructor for class org.glite.security.voms.operation.DeleteGroupAction
 
DeleteRoleAction - class org.glite.security.voms.operation.DeleteRoleAction.
An action for deleting a role from the database.
DeleteRoleAction(String) - Constructor for class org.glite.security.voms.operation.DeleteRoleAction
 
DeleteUserAction - class org.glite.security.voms.operation.DeleteUserAction.
An action for deleting a user from the database.
DeleteUserAction(String, String) - Constructor for class org.glite.security.voms.operation.DeleteUserAction
 
DenyEvent - class org.glite.security.voms.request.DenyEvent.
An event for denying requests.
DenyEvent(String) - Constructor for class org.glite.security.voms.request.DenyEvent
 
DenyNotification - class org.glite.security.voms.notification.DenyNotification.
The administrator has denied the user's request.
DenyNotification(CheckedRequest) - Constructor for class org.glite.security.voms.notification.DenyNotification
 
DetailedRequest - class org.glite.security.voms.service.request.DetailedRequest.
A detailed description of a request.
DetailedRequest() - Constructor for class org.glite.security.voms.service.request.DetailedRequest
 
DirectManipulation - interface org.glite.security.voms.database.connection.DirectManipulation.
 
DirectUpdate - class org.glite.security.voms.database.connection.DirectUpdate.
Database connection wrapper for read-write operations on tables without a history trace.
defaultACL - Variable in class org.glite.security.voms.webui.admin.ACLActions.Edit
 
delete() - Method in class org.glite.security.voms.request.Request
Delete this Request object from the database.
deleteACL() - Method in class org.glite.security.voms.database.DBACL
Remove this ACL from the database.
deleteCapability() - Method in class org.glite.security.voms.database.DBCapability
Delete this capability.
deleteCapability(String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Deletes a capability.
deleteCapability(String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
deleteCapability(String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Deletes a capability.
deleteCapability(String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
deleteGroup() - Method in class org.glite.security.voms.database.DBGroup
Delete this group.
deleteGroup(String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Deletes a group.
deleteGroup(String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
deleteGroup(String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Deletes a group.
deleteGroup(String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
deleteRequest(long, String) - Method in interface org.glite.security.voms.service.request.VOMSRequest
Delete the given request from the database.
deleteRequest(long, String) - Method in class org.glite.security.voms.service.request.VOMSRequestSoapBindingImpl
 
deleteRole() - Method in class org.glite.security.voms.database.DBRole
Delete this role.
deleteRole(String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Deletes a role.
deleteRole(String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
deleteRole(String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Deletes a role.
deleteRole(String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
deleteUser() - Method in class org.glite.security.voms.database.DBUser
Deletes a user from the database.
deleteUser(String, String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Removes a user from the VOMS database.
deleteUser(String, String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
deleteUser(String, String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Removes a user from the VOMS database.
deleteUser(String, String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
denyRequest(long, String) - Method in interface org.glite.security.voms.service.request.VOMSRequest
Deny the given request, i.e. don't do the requested operation.
denyRequest(long, String) - Method in class org.glite.security.voms.service.request.VOMSRequestSoapBindingImpl
 
destroy() - Method in class org.glite.security.voms.webui.ControllerFilter
 
dismissCapability(String, String, String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Dismisses a capability of a user.
dismissCapability(String, String, String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
dismissCapability(String, String, String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Dismisses a capability of a user.
dismissCapability(String, String, String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
dismissRole(String, String, String, String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Dismisses a role of a user.
dismissRole(String, String, String, String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
dismissRole(String, String, String, String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Dismisses a role of a user.
dismissRole(String, String, String, String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.ControllerServlet.Unknown
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.Page
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.WelcomePage
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.ACLActions.Edit
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.CapabilityActions.Create
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.CapabilityActions.CreateDo
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.CapabilityActions.Delete
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.CapabilityActions.DeleteDo
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.CapabilityActions.List
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.CapabilityActions.ListACL
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.CapabilityActions.Search
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.CapabilityActions
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.GlobalACLActions.List
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.GlobalACLActions
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.GroupActions.Create
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.GroupActions.CreateDo
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.GroupActions.Delete
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.GroupActions.DeleteDo
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.GroupActions.List
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.GroupActions.ListACL
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.GroupActions.Search
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.GroupActions
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.RoleActions.Create
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.RoleActions.CreateDo
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.RoleActions.Delete
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.RoleActions.DeleteDo
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.RoleActions.List
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.RoleActions.ListACL
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.RoleActions.Search
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.RoleActions
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.Root
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.UserActions.Adds
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.UserActions.AddsDo
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.UserActions.Create
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.UserActions.CreateDo
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.UserActions.Details
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.UserActions.Edit
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.UserActions.EditDo
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.UserActions.List
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.UserActions.Remove
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.UserActions.RemoveDo
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.UserActions.Search
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.UserActions
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.config.Page
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.core.CoreRoot
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.request.AdminRoot.Apply
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.request.AdminRoot.Delete
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.request.AdminRoot.DeleteDo
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.request.AdminRoot.Details
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.request.AdminRoot.ListAll
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.request.AdminRoot.ListIncomplete
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.request.AdminRoot.ListPending
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.request.AdminRoot
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.request.UserRoot.Confirm
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.request.UserRoot.Create
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.request.UserRoot.CreateDo
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.request.UserRoot.CreateRefuse
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.request.UserRoot.Delete
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.request.UserRoot.DeleteDo
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.request.UserRoot.Details
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.request.UserRoot.List
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.request.UserRoot
 
doAction(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.siblings.Page
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.glite.security.voms.webui.ControllerFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.glite.security.voms.webui.ControllerServlet
Respond to a GET request for the content produced by this servlet.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.glite.security.voms.webui.FileServlet
Respond to a GET request for the content produced by this servlet.
doGetPost(HttpServletRequest, HttpServletResponse) - Method in class org.glite.security.voms.webui.ControllerServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.glite.security.voms.webui.ControllerServlet
 
drop() - Method in class org.glite.security.voms.database.Database
Drop all tables, i.e. delete the entire database.
drop() - Method in interface org.glite.security.voms.database.Table
 
dropSequences() - Method in interface org.glite.security.voms.database.DBFlavour
Return a DirectManipulation for dropping all sequences in the database.
dropSequences() - Method in class org.glite.security.voms.database.flavours.MySQLFlavour
 
dropSequences() - Method in class org.glite.security.voms.database.flavours.OracleFlavour
 

E

EmailNotification - class org.glite.security.voms.notification.EmailNotification.
Base class for any email based notification method.
EmailNotification() - Constructor for class org.glite.security.voms.notification.EmailNotification
 
EmptyAction - class org.glite.security.voms.operation.EmptyAction.
An empty Action.
Event - class org.glite.security.voms.request.Event.
An abstract class representing outside events that could happen to a request.
Event(String) - Constructor for class org.glite.security.voms.request.Event
Create a new event with the given comment.
Event() - Constructor for class org.glite.security.voms.request.Event
Create a new event without a comment.
ExpireCompleteRequestsAction - class org.glite.security.voms.request.ExpireCompleteRequestsAction.
An action for deleting complete requests from the database.
ExpireCompleteRequestsAction() - Constructor for class org.glite.security.voms.request.ExpireCompleteRequestsAction
 
email - Variable in class org.glite.security.voms.webui.request.CertificateHelper
 
endForm(HttpServletRequest, PrintWriter) - Static method in class org.glite.security.voms.webui.Page
 
endForm(HttpServletRequest, PrintWriter, String) - Static method in class org.glite.security.voms.webui.Page
 
equals(Object) - Method in class org.glite.security.voms.database.DBACL
Returns true if Object is a DBACL with the same id.
equals(Object) - Method in class org.glite.security.voms.database.DBAdmin
 
equals(Object) - Method in class org.glite.security.voms.database.DBCA
 
equals(Object) - Method in class org.glite.security.voms.database.cache.DNCAKey
 
equals(Object) - Method in class org.glite.security.voms.service.ACLEntry
 
equals(Object) - Method in class org.glite.security.voms.service.Version.VersionNumber
Compare this VersioNumber to the specified object.
errorMessage(HttpServletRequest, PrintWriter, String) - Method in class org.glite.security.voms.webui.request.UserRoot.Create
 
execute(DirectManipulation) - Static method in class org.glite.security.voms.database.Database
Execute the SQL commands in the given DirectManipulation by calling its DirectManipulation.execute(org.glite.security.voms.database.connection.DirectUpdate) method in the appropriate environment.
execute(DirectUpdate) - Method in interface org.glite.security.voms.database.connection.DirectManipulation
 
execute(DirectUpdate) - Method in class org.glite.security.voms.service.CAUpdater.CAUpdateManipulation
Update CA table with current data in /etc/grid-security/certificates/*.0.
expire(Cacheable) - Method in class org.glite.security.voms.database.cache.RowCache
Expire the given Cacheable, i.e., remove it from the cache.

F

FileServlet - class org.glite.security.voms.webui.FileServlet.
Serving an HTML file.
FileServlet() - Constructor for class org.glite.security.voms.webui.FileServlet
 
familyName - Variable in class org.glite.security.voms.webui.request.CertificateHelper
 
fillMap(Map, Request) - Method in class org.glite.security.voms.notification.Notification
Fills the substitution map for Notification.newMessage(java.lang.String, java.util.Map) from the request.
fillMap(Map, CreateUserAction) - Method in class org.glite.security.voms.notification.Notification
Fills the substitution map for newMessage from the action.
findPage(HttpServletRequest) - Method in class org.glite.security.voms.webui.ControllerServlet
 
fixPrimaryKeys(Connection) - Static method in class org.glite.security.voms.database.connection.DatabaseUpgrade
 
forget(Connection) - Method in class org.glite.security.voms.database.connection.ConnectionPool
Release a failed connection, i.e. close it and forget about it.
fromDatabaseCapabilityName(String) - Method in interface org.glite.security.voms.service.ContainerNamingScheme
Convert a capability name in database form to display form.
fromDatabaseGroupName(String) - Method in interface org.glite.security.voms.service.ContainerNamingScheme
Convert a group name in database form to display form.
fromDatabaseRoleName(String) - Method in interface org.glite.security.voms.service.ContainerNamingScheme
Convert a role name in database form to display form.

G

GET_ACL - Static variable in class org.glite.security.voms.service.Operation
The value for ACL queries.
GET_DEFAULT_ACL - Static variable in class org.glite.security.voms.service.Operation
The value for default ACL queries.
GLOBAL_ACL_NAME - Static variable in class org.glite.security.voms.service.Constants
The fully qualified container name of the virtual container that holds the global ACL.
GROUP_CA - Static variable in class org.glite.security.voms.service.Constants
The special CA value in the ADMINS table corresponding to a collective administrator that is a group.
GROUP_LIST_LIMIT - Static variable in class org.glite.security.voms.webui.admin.GroupActions
Maximal number of groups to be listed.
GeneralDatabaseException - exception org.glite.security.voms.service.GeneralDatabaseException.
General database error.
GeneralDatabaseException() - Constructor for class org.glite.security.voms.service.GeneralDatabaseException
 
GeneralDatabaseException(String) - Constructor for class org.glite.security.voms.service.GeneralDatabaseException
 
GeneralDatabaseException(Exception) - Constructor for class org.glite.security.voms.service.GeneralDatabaseException
 
GeneralDatabaseException(String, Throwable) - Constructor for class org.glite.security.voms.service.GeneralDatabaseException
 
GetACLQuestion - class org.glite.security.voms.operation.GetACLQuestion.
A question for retrieving the ACL of a container.
GetACLQuestion(String) - Constructor for class org.glite.security.voms.operation.GetACLQuestion
 
GetDefaultACLQuestion - class org.glite.security.voms.operation.GetDefaultACLQuestion.
A question for retrieving the default ACL of a group.
GetDefaultACLQuestion(String) - Constructor for class org.glite.security.voms.operation.GetDefaultACLQuestion
 
GetGroupPathQuestion - class org.glite.security.voms.operation.GetGroupPathQuestion.
A question for retrieving the parents of a group.
GetGroupPathQuestion(String) - Constructor for class org.glite.security.voms.operation.GetGroupPathQuestion
 
GetUserQuestion - class org.glite.security.voms.operation.GetUserQuestion.
A question for getting information about a user in the VO database.
GetUserQuestion(String, String) - Constructor for class org.glite.security.voms.operation.GetUserQuestion
 
GetVONameQuestion - class org.glite.security.voms.operation.GetVONameQuestion.
A question for retrieving the VO group name from the service.
GetVONameQuestion() - Constructor for class org.glite.security.voms.operation.GetVONameQuestion
 
GlobalACLActions - class org.glite.security.voms.webui.admin.GlobalACLActions.
 
GlobalACLActions() - Constructor for class org.glite.security.voms.webui.admin.GlobalACLActions
 
GlobalACLActions.Edit - class org.glite.security.voms.webui.admin.GlobalACLActions.Edit.
 
GlobalACLActions.Edit() - Constructor for class org.glite.security.voms.webui.admin.GlobalACLActions.Edit
 
GlobalACLActions.List - class org.glite.security.voms.webui.admin.GlobalACLActions.List.
 
GlobalACLActions.List() - Constructor for class org.glite.security.voms.webui.admin.GlobalACLActions.List
 
GroupActions - class org.glite.security.voms.webui.admin.GroupActions.
 
GroupActions() - Constructor for class org.glite.security.voms.webui.admin.GroupActions
 
GroupActions.Create - class org.glite.security.voms.webui.admin.GroupActions.Create.
 
GroupActions.Create() - Constructor for class org.glite.security.voms.webui.admin.GroupActions.Create
 
GroupActions.CreateDo - class org.glite.security.voms.webui.admin.GroupActions.CreateDo.
 
GroupActions.CreateDo() - Constructor for class org.glite.security.voms.webui.admin.GroupActions.CreateDo
 
GroupActions.Delete - class org.glite.security.voms.webui.admin.GroupActions.Delete.
 
GroupActions.Delete() - Constructor for class org.glite.security.voms.webui.admin.GroupActions.Delete
 
GroupActions.DeleteDo - class org.glite.security.voms.webui.admin.GroupActions.DeleteDo.
 
GroupActions.DeleteDo() - Constructor for class org.glite.security.voms.webui.admin.GroupActions.DeleteDo
 
GroupActions.EditACL - class org.glite.security.voms.webui.admin.GroupActions.EditACL.
 
GroupActions.EditACL() - Constructor for class org.glite.security.voms.webui.admin.GroupActions.EditACL
 
GroupActions.EditDefaultACL - class org.glite.security.voms.webui.admin.GroupActions.EditDefaultACL.
 
GroupActions.EditDefaultACL() - Constructor for class org.glite.security.voms.webui.admin.GroupActions.EditDefaultACL
 
GroupActions.List - class org.glite.security.voms.webui.admin.GroupActions.List.
 
GroupActions.List() - Constructor for class org.glite.security.voms.webui.admin.GroupActions.List
 
GroupActions.ListACL - class org.glite.security.voms.webui.admin.GroupActions.ListACL.
 
GroupActions.ListACL() - Constructor for class org.glite.security.voms.webui.admin.GroupActions.ListACL
 
GroupActions.Search - class org.glite.security.voms.webui.admin.GroupActions.Search.
 
GroupActions.Search() - Constructor for class org.glite.security.voms.webui.admin.GroupActions.Search
 
get(Object) - Method in class org.glite.security.voms.database.cache.RowCache
Return a slave Cacheable with the given key in this RowCache instance.
get(boolean) - Method in class org.glite.security.voms.database.connection.ConnectionPool
Allocate a Connection object from the connection pool and return it.
get() - Static method in class org.glite.security.voms.database.connection.CurrentConnection
 
get() - Static method in class org.glite.security.voms.database.connection.Query
Allocate a new query connection.
get(byte[]) - Static method in class org.glite.security.voms.utilities.SimpleSerializer
Extract
getACL() - Method in class org.glite.security.voms.database.DBCapability
Return this capability's ACL.
getACL() - Method in interface org.glite.security.voms.database.DBContainer
Return this container's ACL.
getACL() - Method in class org.glite.security.voms.database.DBGroup
Return this group's ACL.
getACL() - Method in class org.glite.security.voms.database.DBQualifiedRole
Return the qualified role's ACL.
getACL() - Method in class org.glite.security.voms.database.DBRole
Return this role's ACL.
getACL(String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Returns the whole ACL associated with a container.
getACL(String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
getACL(String, long) - Method in interface org.glite.security.voms.service.history.VOMSHistory
Get the ACL for a container at a given transaction.
getACL(String, long) - Method in class org.glite.security.voms.service.history.VOMSHistorySoapBindingImpl
 
getACL(String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Returns the whole ACL associated with a container.
getACL(String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
getACLEntries() - Method in class org.glite.security.voms.database.DBACL
Returns the ACL entries of this ACL.
getACLEntry(Operation, DBAdmin, boolean) - Method in class org.glite.security.voms.database.DBACL
Returns the ACL entry corresponding to the given operation-administrator pair.
getACLEntry(HttpServletRequest) - Static method in class org.glite.security.voms.webui.admin.ACLActions
 
getAcceptedEvents() - Method in class org.glite.security.voms.request.CheckedRequest.DeniedState
 
getAcceptedEvents() - Method in class org.glite.security.voms.request.CheckedRequest.UndecidedState
 
getAcceptedEvents() - Method in class org.glite.security.voms.request.ConfirmedRequest.NewState
 
getAcceptedEvents() - Method in class org.glite.security.voms.request.Request.State
Return the event types that this state accepts as an ArrayList of Class objects.
getAcceptedEvents() - Method in class org.glite.security.voms.service.request.DetailedRequest
Return a list of events that this request accepts in this state.
getAction() - Method in class org.glite.security.voms.request.Request
Return the action wrapped into this request.
getActionDescription() - Method in class org.glite.security.voms.service.request.ShortRequest
Get the description of the action of this request.
getActionParameters() - Method in class org.glite.security.voms.service.request.DetailedRequest
Get the parameters of the requested action as an array of strings.
getAdminCA() - Method in class org.glite.security.voms.service.ACLEntry
 
getAdminDN() - Method in class org.glite.security.voms.service.ACLEntry
 
getAdminUsers() - Method in interface org.glite.security.voms.operation.Action
 
getAdminUsers() - Method in class org.glite.security.voms.operation.ActionHelper
 
getAdminUsers() - Method in class org.glite.security.voms.operation.CreateUserAction
 
getAllRequests() - Method in interface org.glite.security.voms.service.request.VOMSRequest
Return a list of all requests in the database.
getAllRequests() - Method in class org.glite.security.voms.service.request.VOMSRequestSoapBindingImpl
 
getAllUsernames() - Static method in class org.glite.security.voms.database.DBUser
 
getAsDBUser() - Method in class org.glite.security.voms.database.DBAdmin
 
getAsUser() - Method in class org.glite.security.voms.database.DBAdmin
Return this as a User.
getAsUser() - Method in class org.glite.security.voms.database.DBUser
Return this as a User.
getAttributes(String[]) - Method in interface org.glite.security.voms.service.core.VOMSCore
Returns the user attributes as a list of strings.
getAttributes(String[]) - Method in class org.glite.security.voms.service.core.VOMSCoreSoapBindingImpl
 
getAttributesAsAC(String[]) - Method in interface org.glite.security.voms.service.core.VOMSCore
Returns the user attributes as an Attribute Certificate.
getAttributesAsAC(String[]) - Method in class org.glite.security.voms.service.core.VOMSCoreSoapBindingImpl
 
getBCasX500(X500Principal) - Static method in class org.glite.security.voms.service.DNUtil
Converts BouncyCastle's X500 principal to something, which is used in the Globus libraries by default (whatever it is).
getBigintColumn(String) - Method in interface org.glite.security.voms.database.DBFlavour
Return a "BIGINT" column.
getBigintColumn(String) - Method in class org.glite.security.voms.database.flavours.MySQLFlavour
 
getBigintColumn(String) - Method in class org.glite.security.voms.database.flavours.OracleFlavour
 
getBlobColumn(String) - Method in interface org.glite.security.voms.database.DBFlavour
Return a "BLOB" column.
getBlobColumn(String) - Method in class org.glite.security.voms.database.flavours.MySQLFlavour
 
getBlobColumn(String) - Method in class org.glite.security.voms.database.flavours.OracleFlavour
 
getBooleanColumn(String) - Method in interface org.glite.security.voms.database.DBFlavour
Return a "BOOLEAN" column.
getBooleanColumn(String) - Method in class org.glite.security.voms.database.flavours.MySQLFlavour
 
getBooleanColumn(String) - Method in class org.glite.security.voms.database.flavours.OracleFlavour
 
getBrokenState() - Method in class org.glite.security.voms.request.BrokenRequest
 
getBuild() - Method in class org.glite.security.voms.service.Version.VersionNumber
 
getCA() - Method in class org.glite.security.voms.database.DBAdmin
Return the CA of this admin.
getCA() - Method in class org.glite.security.voms.database.DBUser
Return the CA of this user.
getCA() - Method in class org.glite.security.voms.service.User
 
getCADN() - Method in class org.glite.security.voms.database.DBAdmin
Return the name of this admin's CA.
getCAId() - Method in class org.glite.security.voms.database.DBAdmin
Return the id of the CA of this admin.
getCAs() - Static method in class org.glite.security.voms.database.DBCA
Get the names of all CAs.
getCN() - Method in class org.glite.security.voms.database.DBUser
Return the common name of this user.
getCN() - Method in class org.glite.security.voms.service.User
 
getCapabilityNames() - Static method in class org.glite.security.voms.database.DBCapability
Returns the names of all capabilities in this VO.
getCapabilityNames() - Method in class org.glite.security.voms.database.DBUser
Return the names of all capabilities that this user has.
getCertUri() - Method in class org.glite.security.voms.database.DBUser
Return the URI to the user's certificate.
getCertUri() - Method in class org.glite.security.voms.service.User
 
getCertUri() - Method in class org.glite.security.voms.webui.request.CertificateHelper
Returns the cert URI, from a certificate extension.
getChildGroupNames() - Method in class org.glite.security.voms.database.DBGroup
Get the names of direct subgroups of this group.
getChildGroups() - Method in class org.glite.security.voms.database.DBGroup
Get the direct subgroups of this group.
getChronicle() - Method in class org.glite.security.voms.request.Request
Return a copy of the chronicle.
getChronicle() - Method in class org.glite.security.voms.service.request.DetailedRequest
Get the history of this request.
getClient() - Method in class org.glite.security.voms.database.connection.ClientTransaction
Return the DBAdmin instance corresponding to the client of this connection.
getClient() - Method in class org.glite.security.voms.request.Request.ChronicleEntry
Return the client of this entry.
getClientCA() - Method in class org.glite.security.voms.database.connection.ClientTransaction
Return the client's CA.
getClientCA() - Method in class org.glite.security.voms.service.request.SOAPChronicleEntry
Get the CA of the client who initiated the event.
getClientDN() - Method in class org.glite.security.voms.database.connection.ClientTransaction
Return the client's DN.
getClientDN() - Method in class org.glite.security.voms.service.request.SOAPChronicleEntry
Get the DN of the client who initiated the event.
getClientId() - Method in class org.glite.security.voms.database.connection.ClientTransaction
Return the id of the DBAdmin instance corresponding to the client of this connection.
getClientId() - Method in class org.glite.security.voms.request.Request.ChronicleEntry
Return the id of the client of this entry.
getComment() - Method in class org.glite.security.voms.request.Request.ChronicleEntry
Return the client's comment about this entry.
getComment() - Method in class org.glite.security.voms.service.request.SOAPChronicleEntry
Get the comment submitted by the client.
getConnection() - Method in class org.glite.security.voms.database.connection.Transaction
Returns the raw java.sql.Connection object associated with this handler.
getContainer(HttpServletRequest) - Method in class org.glite.security.voms.webui.admin.ACLActions.Edit
 
getContainer(HttpServletRequest) - Method in class org.glite.security.voms.webui.admin.GlobalACLActions.Edit
 
getContainerName() - Method in interface org.glite.security.voms.operation.Action
Return the FQCN of the container that this request wants to change.
getContainerName() - Method in class org.glite.security.voms.operation.ActionHelper
Return the FQCN of the container that this action changes.
getContainerName() - Method in class org.glite.security.voms.operation.AddGroupMemberAction
 
getContainerName() - Method in class org.glite.security.voms.operation.CreateUserAction
 
getContainerName() - Method in class org.glite.security.voms.service.request.ShortRequest
Get the FQCN of the container that this request wants to change.
getContainerNamingScheme() - Static method in class org.glite.security.voms.service.ContainerNamingSchemeFactory
Return an instance of the proper naming scheme class.
getCookie() - Method in class org.glite.security.voms.request.ConfirmedRequest
Return the cookie that is emailed to the client.
getCreatedBy() - Method in class org.glite.security.voms.database.DBAdmin
Return the admin who created this admin.
getCreatedBy() - Method in class org.glite.security.voms.database.DBCapability
Return the user who created this capability.
getCreatedBy() - Method in class org.glite.security.voms.database.DBGroup
Return the administrator who created this group.
getCreatedBy() - Method in class org.glite.security.voms.database.DBRole
Return the user who created this role.
getCreatedBy() - Method in class org.glite.security.voms.database.DBUser
Return the admin who created this user.
getCreatedById() - Method in class org.glite.security.voms.database.DBAdmin
Return the id of the admin who last modified this admin.
getCreatedByid() - Method in class org.glite.security.voms.database.DBCapability
Return the id of the user who created this capability.
getCreatedSerial() - Method in class org.glite.security.voms.database.DBAdmin
Return the serial number of the transaction that last modified this admin.
getCreatedSerial() - Method in class org.glite.security.voms.database.DBCapability
Return the serial number of the transaction that committed this capability.
getCreatedSerial() - Method in class org.glite.security.voms.database.DBGroup
Return the serial number of the transaction that committed this group.
getCreatedSerial() - Method in class org.glite.security.voms.database.DBRole
Return the serial number of the transaction that committed this role.
getCreatedSerial() - Method in class org.glite.security.voms.database.DBUser
Return the serial number of the transaction that committed this user.
getDBContainer(String) - Static method in class org.glite.security.voms.database.DBContainerFactory
Returns the container object corresponding to the given name.
getDBFlavour() - Static method in class org.glite.security.voms.database.Database
Return the current database flavour.
getDN() - Method in class org.glite.security.voms.database.DBAdmin
Return the DN of this admin.
getDN() - Method in class org.glite.security.voms.database.DBCA
Return the name of this CA.
getDN() - Method in class org.glite.security.voms.database.DBCapability
Return the name of this capability.
getDN() - Method in interface org.glite.security.voms.database.DBContainer
Return the name of this container.
getDN() - Method in class org.glite.security.voms.database.DBGroup
Return the name of this group.
getDN() - Method in class org.glite.security.voms.database.DBQualifiedRole
Return the name of this qualified role.
getDN() - Method in class org.glite.security.voms.database.DBRole
Return the name of this role.
getDN() - Method in class org.glite.security.voms.database.DBUser
Return the distinguished name of this user.
getDN() - Method in class org.glite.security.voms.service.User
 
getDefaultACL() - Method in class org.glite.security.voms.database.DBGroup
Return this group's default ACL.
getDefaultACL(String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Manipulates the default ACL, which is applied on every group created as a subgroup of this one.
getDefaultACL(String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
getDefaultACL(String, long) - Method in interface org.glite.security.voms.service.history.VOMSHistory
Get the default ACL for a group at a given transaction.
getDefaultACL(String, long) - Method in class org.glite.security.voms.service.history.VOMSHistorySoapBindingImpl
 
getDefaultACL(String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Manipulates the default ACL, which is applied on every group created as a subgroup of this one.
getDefaultACL(String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
getDeletedState() - Method in class org.glite.security.voms.request.Request
Return a new instance of Request.DeletedState.
getDeniedState() - Method in class org.glite.security.voms.request.CheckedRequest
Return a new instance of CheckedRequest.DeniedState.
getDescription() - Method in class org.glite.security.voms.database.DBCA
 
getDescription() - Method in interface org.glite.security.voms.operation.Action
Return a human-readable description of this request.
getDescription() - Method in class org.glite.security.voms.operation.ActionHelper
Return a human-readable description of this action.
getDescription() - Method in class org.glite.security.voms.operation.AddGroupMemberAction
 
getDescription() - Method in class org.glite.security.voms.operation.CreateUserAction
 
getDescription() - Method in class org.glite.security.voms.request.BrokenRequest.BrokenState
 
getDescription() - Method in class org.glite.security.voms.request.CheckedRequest.DeniedState
 
getDescription() - Method in class org.glite.security.voms.request.CheckedRequest.UndecidedState
 
getDescription() - Method in class org.glite.security.voms.request.ConfirmedRequest.NewState
 
getDescription() - Method in class org.glite.security.voms.request.Request.ChronicleEntry
Return the description of this entry.
getDescription() - Method in class org.glite.security.voms.request.Request.DeletedState
 
getDescription() - Method in class org.glite.security.voms.request.Request.DoneState
 
getDescription() - Method in class org.glite.security.voms.request.Request.State
Return a description of this state.
getDescription() - Method in class org.glite.security.voms.request.Request.TimedOutState
 
getDescription() - Method in class org.glite.security.voms.service.request.RequestStatus
Get the long description of this RequestStatus.
getDescription() - Method in class org.glite.security.voms.service.request.SOAPChronicleEntry
Get the description of what happened to the request.
getDetailedRequest() - Method in class org.glite.security.voms.request.Request
 
getDoneState() - Method in class org.glite.security.voms.request.Request
Return a new instance of Request.DoneState.
getEmail() - Method in class org.glite.security.voms.webui.request.CertificateHelper
Returns the email address from subject alternative name.
getEmptyBlob() - Method in interface org.glite.security.voms.database.DBFlavour
Return a string that can be used as the empty BLOB in an SQL statement.
getEmptyBlob() - Method in class org.glite.security.voms.database.flavours.MySQLFlavour
 
getEmptyBlob() - Method in class org.glite.security.voms.database.flavours.OracleFlavour
 
getFamilyName() - Method in class org.glite.security.voms.webui.request.CertificateHelper
Returns the family name, computed from the CN.
getFile(String, ServletContext) - Static method in class org.glite.security.voms.webui.FileServlet
Returns the file as an inputstream, if possible.
getFlag(String, boolean) - Static method in class org.glite.security.voms.service.Configuration
Returns the value of a boolean flag (convenience method).
getFlavour() - Method in interface org.glite.security.voms.database.Column
Return the database flavour that this column belongs to.
getFlavour() - Method in interface org.glite.security.voms.database.DBFlavour
Return the name of the database flavour, i.e. the database type.
getFlavour() - Method in interface org.glite.security.voms.database.Table
 
getFlavour() - Method in class org.glite.security.voms.database.flavours.MySQLFlavour
 
getFlavour() - Method in class org.glite.security.voms.database.flavours.OracleFlavour
 
getGivenName() - Method in class org.glite.security.voms.webui.request.CertificateHelper
Returns the given name, computed from the CN.
getGlobalACL() - Static method in class org.glite.security.voms.database.DBACL
Return the global access control list.
getGridmapUsers() - Method in interface org.glite.security.voms.service.compatibility.VOMSCompatibility
Returns the DN of the users in the VOMS database.
getGridmapUsers(String) - Method in interface org.glite.security.voms.service.compatibility.VOMSCompatibility
Returns the DN of the users who have the given container in the VOMS database.
getGridmapUsers() - Method in class org.glite.security.voms.service.compatibility.VOMSCompatibilitySoapBindingImpl
 
getGridmapUsers(String) - Method in class org.glite.security.voms.service.compatibility.VOMSCompatibilitySoapBindingImpl
 
getGroup() - Method in class org.glite.security.voms.database.DBQualifiedRole
 
getGroupFromQualifiedRoleName(String) - Method in interface org.glite.security.voms.service.ContainerNamingScheme
Return the base group part of a qualified role name.
getGroupPath(String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Returns the absolute "path" down to this group.
getGroupPath(String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
getGroupPath(String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Returns the absolute "path" down to this group.
getGroupPath(String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
getGroupname() - Method in class org.glite.security.voms.operation.AddGroupMemberAction
 
getGroupname() - Method in class org.glite.security.voms.operation.AddRoleMemberAction
 
getGroupname() - Method in class org.glite.security.voms.operation.CreateGroupAction
 
getGroupnames() - Method in class org.glite.security.voms.database.DBUser
Return the names of all groups that this user is a member of, including the VO group, in an unspecified order.
getId() - Method in class org.glite.security.voms.database.DBAdmin
Return the id of this admin.
getId() - Method in class org.glite.security.voms.request.Request
Return the id of this request.
getId() - Method in class org.glite.security.voms.service.Operation
 
getId() - Method in class org.glite.security.voms.service.request.RequestStatus
Get the id of this RequestStatus.
getId() - Method in class org.glite.security.voms.service.request.ShortRequest
Get the unique id of this request.
getIncompleteRequests() - Method in interface org.glite.security.voms.service.request.VOMSRequest
Return a list of all incomplete requests in the database.
getIncompleteRequests() - Method in class org.glite.security.voms.service.request.VOMSRequestSoapBindingImpl
 
getInstance(Transaction, String, DBCA) - Static method in class org.glite.security.voms.database.DBAdmin
Return the DBAdmin instance identified by name and CA.
getInstance(Transaction, long) - Static method in class org.glite.security.voms.database.DBAdmin
Return the DBAdmin instance with the given id.
getInstance(String, DBCA) - Static method in class org.glite.security.voms.database.DBAdmin
Return the DBAdmin instance identified by name and CA.
getInstance(long) - Static method in class org.glite.security.voms.database.DBAdmin
Return the DBAdmin instance with the given id.
getInstance(Transaction, String) - Static method in class org.glite.security.voms.database.DBCA
Returns a DBCA object representing the named CA.
getInstance(String) - Static method in class org.glite.security.voms.database.DBCA
 
getInstance(String) - Static method in class org.glite.security.voms.database.DBCapability
Returns a DBCapability object representing the name capability.
getInstance(String) - Static method in class org.glite.security.voms.database.DBGroup
Returns a DBGroup object representing the named group.
getInstance(String) - Static method in class org.glite.security.voms.database.DBQualifiedRole
Returns a DBQualifiedRole object representing the named qualified role.
getInstance(DBGroup, DBRole) - Static method in class org.glite.security.voms.database.DBQualifiedRole
Returns a DBQualifiedRole object representing the qualified role composed of the given components.
getInstance(String) - Static method in class org.glite.security.voms.database.DBRole
Returns a DBRole object representing the named role.
getInstance(String, DBCA) - Static method in class org.glite.security.voms.database.DBUser
 
getInstance(User) - Static method in class org.glite.security.voms.database.DBUser
 
getInstance(String, int) - Static method in class org.glite.security.voms.database.cache.RowCache
Get the named RowCache instance.
getInstance() - Static method in class org.glite.security.voms.database.connection.ConnectionPool
Factory method.
getInstance() - Static method in class org.glite.security.voms.database.flavours.MySQLFlavour
Factory method.
getInstance() - Static method in class org.glite.security.voms.database.flavours.OracleFlavour
Factory method.
getInstance() - Static method in class org.glite.security.voms.operation.EmptyAction
Factory method.
getInstance(Action[]) - Static method in class org.glite.security.voms.operation.SequenceAction
Create a new SequenceAction by concatenating the given Actions.
getInstance(long, Throwable) - Static method in class org.glite.security.voms.request.BrokenRequest
 
getInstance(long) - Static method in class org.glite.security.voms.request.Request
Return the request with the given id by looking it up in the database.
getInstance() - Static method in class org.glite.security.voms.service.CAUpdater.CAUpdateManipulation
Factory method.
getInstance(int) - Static method in class org.glite.security.voms.service.Operation
Return the operation corresponding to the given integer.
getInstance(String) - Static method in class org.glite.security.voms.service.Operation
Return the operation corresponding to the given integer.
getInstance(String) - Static method in class org.glite.security.voms.service.VOMSTimer
Factory method.
getInstance(int) - Static method in class org.glite.security.voms.service.request.RequestStatus
Return the status corresponding to the given integer.
getInstance(String) - Static method in class org.glite.security.voms.service.request.RequestStatus
Return the status with the given name.
getInstanceFromAttribute(String) - Static method in class org.glite.security.voms.database.DBAdmin
 
getInstanceFromCapability(String, String, String) - Static method in class org.glite.security.voms.database.DBAdmin
 
getInstanceFromGroup(String) - Static method in class org.glite.security.voms.database.DBAdmin
 
getInstanceFromRole(String) - Static method in class org.glite.security.voms.database.DBAdmin
 
getInstanceFromSecurityContext() - Static method in class org.glite.security.voms.database.DBUser
Returns the user object associated with the current client.
getInt(String, int) - Static method in class org.glite.security.voms.service.Configuration
Returns the value of an integer value (convenience method).
getIntColumn(String) - Method in interface org.glite.security.voms.database.DBFlavour
Return an "INT" column.
getIntColumn(String) - Method in class org.glite.security.voms.database.flavours.MySQLFlavour
 
getIntColumn(String) - Method in class org.glite.security.voms.database.flavours.OracleFlavour
 
getKeys() - Method in class org.glite.security.voms.database.DBACL
 
getKeys() - Method in class org.glite.security.voms.database.DBAdmin
 
getKeys() - Method in interface org.glite.security.voms.database.cache.Cacheable
Return the keys that are used to refer to this instance in RowCache.
getKeys() - Method in class org.glite.security.voms.database.cache.TimedCacheable
 
getLong(String, long) - Static method in class org.glite.security.voms.service.Configuration
Returns the value of an long value (convenience method).
getMail() - Method in class org.glite.security.voms.database.DBUser
Return the email address of this user.
getMail() - Method in class org.glite.security.voms.service.User
 
getMajor() - Method in class org.glite.security.voms.service.Version.VersionNumber
Return the first component of the version number, or -1 if it could not be interpreted.
getMajorVersionNumber() - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Returns the major version number.
getMajorVersionNumber() - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
getMajorVersionNumber() - Method in interface org.glite.security.voms.service.compatibility.VOMSCompatibility
Returns the major version number.
getMajorVersionNumber() - Method in class org.glite.security.voms.service.compatibility.VOMSCompatibilitySoapBindingImpl
 
getMajorVersionNumber() - Method in interface org.glite.security.voms.service.core.VOMSCore
Returns the major version number.
getMajorVersionNumber() - Method in class org.glite.security.voms.service.core.VOMSCoreSoapBindingImpl
 
getMajorVersionNumber() - Method in interface org.glite.security.voms.service.history.VOMSHistory
Returns the major version number.
getMajorVersionNumber() - Method in class org.glite.security.voms.service.history.VOMSHistorySoapBindingImpl
 
getMajorVersionNumber() - Method in interface org.glite.security.voms.service.request.VOMSRequest
Returns the major version number.
getMajorVersionNumber() - Method in class org.glite.security.voms.service.request.VOMSRequestSoapBindingImpl
 
getMajorVersionNumber() - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Returns the major version number.
getMajorVersionNumber() - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
getMemberNames() - Method in class org.glite.security.voms.database.DBCapability
 
getMemberNames() - Method in interface org.glite.security.voms.database.DBContainer
Return the names of all users that are in this container.
getMemberNames() - Method in class org.glite.security.voms.database.DBGroup
Return the names of the members of this group.
getMemberNames() - Method in class org.glite.security.voms.database.DBQualifiedRole
Return all users that have this qualified role in the given group.
getMemberNames() - Method in class org.glite.security.voms.database.DBRole
Return the names of all users that have this role in any of the groups.
getMemberNames(DBGroup) - Method in class org.glite.security.voms.database.DBRole
Return the names of all users that have this role in any of the groups.
getMembers() - Method in class org.glite.security.voms.database.DBCapability
 
getMembers() - Method in interface org.glite.security.voms.database.DBContainer
Return all users that are in this container.
getMembers() - Method in class org.glite.security.voms.database.DBGroup
Return the members of this group as DBUser objects.
getMembers() - Method in class org.glite.security.voms.database.DBQualifiedRole
Return all users that have this qualified role.
getMembers() - Method in class org.glite.security.voms.database.DBRole
Return all users that have this role in any of the groups.
getMembers(DBGroup) - Method in class org.glite.security.voms.database.DBRole
Return all users that have this role in the given group.
getMembersAsUser() - Method in class org.glite.security.voms.database.DBCapability
 
getMembersAsUser() - Method in interface org.glite.security.voms.database.DBContainer
Return all users that are in this container.
getMembersAsUser() - Method in class org.glite.security.voms.database.DBGroup
Return the names of all members of this group as User objects.
getMembersAsUser() - Method in class org.glite.security.voms.database.DBQualifiedRole
Return all users that have this qualified role in the given group.
getMembersAsUser() - Method in class org.glite.security.voms.database.DBRole
Return all users that have this role in any of the groups.
getMembersAsUser(DBGroup) - Method in class org.glite.security.voms.database.DBRole
Return all users that have this role in the given group.
getMessage() - Method in class org.glite.security.voms.notification.Notification
Returns the message itself.
getMessageID() - Method in class org.glite.security.voms.notification.EmailNotification
The message id of the SMTP message, which was generated, when the message was sent.
getMinor() - Method in class org.glite.security.voms.service.Version.VersionNumber
Return the middle component of the version number, or -1 if it could not be interpreted.
getMinorVersionNumber() - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Returns the minor version number.
getMinorVersionNumber() - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
getMinorVersionNumber() - Method in interface org.glite.security.voms.service.compatibility.VOMSCompatibility
Returns the minor version number.
getMinorVersionNumber() - Method in class org.glite.security.voms.service.compatibility.VOMSCompatibilitySoapBindingImpl
 
getMinorVersionNumber() - Method in interface org.glite.security.voms.service.core.VOMSCore
Returns the minor version number.
getMinorVersionNumber() - Method in class org.glite.security.voms.service.core.VOMSCoreSoapBindingImpl
 
getMinorVersionNumber() - Method in interface org.glite.security.voms.service.history.VOMSHistory
Returns the minor version number.
getMinorVersionNumber() - Method in class org.glite.security.voms.service.history.VOMSHistorySoapBindingImpl
 
getMinorVersionNumber() - Method in interface org.glite.security.voms.service.request.VOMSRequest
Returns the minor version number.
getMinorVersionNumber() - Method in class org.glite.security.voms.service.request.VOMSRequestSoapBindingImpl
 
getMinorVersionNumber() - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Returns the minor version number.
getMinorVersionNumber() - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
getModificationsSince(long) - Method in interface org.glite.security.voms.service.history.VOMSHistory
Returns the database modifications as a HUGE XML document since the marked transaction.
getModificationsSince(long) - Method in class org.glite.security.voms.service.history.VOMSHistorySoapBindingImpl
 
getMust() - Method in class org.glite.security.voms.database.DBGroup
Return true iff the group is non-deniable.
getMyRequests() - Method in interface org.glite.security.voms.service.request.VOMSRequest
Return a list of all requests created by the client.
getMyRequests() - Method in class org.glite.security.voms.service.request.VOMSRequestSoapBindingImpl
 
getName() - Method in interface org.glite.security.voms.database.Column
Return the name of the column.
getName() - Method in interface org.glite.security.voms.database.Table
 
getName() - Method in class org.glite.security.voms.request.BrokenRequest.BrokenState
 
getName() - Method in class org.glite.security.voms.request.CheckedRequest.DeniedState
 
getName() - Method in class org.glite.security.voms.request.CheckedRequest.UndecidedState
 
getName() - Method in class org.glite.security.voms.request.ConfirmedRequest.NewState
 
getName() - Method in class org.glite.security.voms.request.Request.DeletedState
 
getName() - Method in class org.glite.security.voms.request.Request.DoneState
 
getName() - Method in class org.glite.security.voms.request.Request.State
Return the short name of this state.
getName() - Method in class org.glite.security.voms.request.Request.TimedOutState
 
getName() - Method in class org.glite.security.voms.service.Operation
 
getName() - Method in class org.glite.security.voms.service.request.RequestStatus
Get the short name of this RequestStatus.
getNewState() - Method in class org.glite.security.voms.request.ConfirmedRequest
Return a new instance of ConfirmedRequest.NewState.
getNotifications() - Method in class org.glite.security.voms.request.Request
Return a copy of the notifications.
getOperationName() - Method in class org.glite.security.voms.service.ACLEntry
 
getOperationNames() - Static method in class org.glite.security.voms.service.Operation
Return the operation names as an array of strings.
getOwner() - Method in class org.glite.security.voms.database.DBACL
Return the owner of this ACL.
getPage(String) - Static method in class org.glite.security.voms.webui.Page
 
getParameters() - Method in interface org.glite.security.voms.operation.Action
Return the parameters of the requested action as an array of strings.
getParameters() - Method in class org.glite.security.voms.operation.ActionHelper
Return the parameters of the requested action as an array of strings.
getParameters() - Method in class org.glite.security.voms.request.Request
Return a read-only view of the parameters.
getParent() - Method in class org.glite.security.voms.database.DBGroup
Return this group's parent group.
getParentGroup(String) - Method in interface org.glite.security.voms.service.ContainerNamingScheme
Return the name of the parent group, if any.
getPatch() - Method in class org.glite.security.voms.service.Version.VersionNumber
Return the last component of the version number, or -1 if it could not be interpreted.
getPatchVersionNumber() - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Returns the patch version number.
getPatchVersionNumber() - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
getPatchVersionNumber() - Method in interface org.glite.security.voms.service.compatibility.VOMSCompatibility
Returns the patch version number.
getPatchVersionNumber() - Method in class org.glite.security.voms.service.compatibility.VOMSCompatibilitySoapBindingImpl
 
getPatchVersionNumber() - Method in interface org.glite.security.voms.service.core.VOMSCore
Returns the patch version number.
getPatchVersionNumber() - Method in class org.glite.security.voms.service.core.VOMSCoreSoapBindingImpl
 
getPatchVersionNumber() - Method in interface org.glite.security.voms.service.history.VOMSHistory
Returns the patch version number.
getPatchVersionNumber() - Method in class org.glite.security.voms.service.history.VOMSHistorySoapBindingImpl
 
getPatchVersionNumber() - Method in interface org.glite.security.voms.service.request.VOMSRequest
Returns the patch version number.
getPatchVersionNumber() - Method in class org.glite.security.voms.service.request.VOMSRequestSoapBindingImpl
 
getPatchVersionNumber() - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Returns the patch version number.
getPatchVersionNumber() - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
getPendingRequests() - Method in interface org.glite.security.voms.service.request.VOMSRequest
A shorthand for getRequestsInState (null, null, "Undecided").
getPendingRequests() - Method in class org.glite.security.voms.service.request.VOMSRequestSoapBindingImpl
 
getProperties() - Static method in class org.glite.security.voms.service.Configuration
Returns the whole properties table.
getProperty(String) - Static method in class org.glite.security.voms.service.Configuration
Returns the value of the given VO property, or null if there is no such property.
getProperty(String, String) - Static method in class org.glite.security.voms.service.Configuration
Returns the value of the given VO property, or default if there is no such property.
getPropertyFamily(String) - Static method in class org.glite.security.voms.service.Configuration
Parse a set of properties with keys beginning with prefix.
getQuick(Object) - Method in class org.glite.security.voms.database.cache.RowCache
Return a slave Cacheable with the given key in this RowCache instance.
getRandomString(int) - Static method in class org.glite.security.voms.utilities.RandomString
 
getReadOnlyGlobalACL() - Static method in class org.glite.security.voms.database.DBACL
Return the global access control list for access control.
getRecipients() - Method in class org.glite.security.voms.notification.Notification
Returns the recipients (To:) of this notification.
getRequest(long) - Method in interface org.glite.security.voms.service.request.VOMSRequest
Return detailed information about a request.
getRequest(long) - Method in class org.glite.security.voms.service.request.VOMSRequestSoapBindingImpl
 
getRequestStatusNames() - Static method in class org.glite.security.voms.service.request.RequestStatus
Return all RequestStatus names as an array of strings.
getRequester() - Method in class org.glite.security.voms.request.Request
Return the client who submitted this request.
getRequester() - Method in class org.glite.security.voms.service.request.ShortRequest
Get the requester of this request.
getRequesterId() - Method in class org.glite.security.voms.request.Request
Return the id of the client who submitted this request.
getRequests(DBAdmin, Boolean, String, String, String) - Static method in class org.glite.security.voms.request.Request
Get the ids of all requests with the given requester, type, container and/or state.
getRequestsInState(String, String, String) - Method in interface org.glite.security.voms.service.request.VOMSRequest
Return a list of requests with the given type, with the given subject container and in the given state.
getRequestsInState(String, String, String) - Method in class org.glite.security.voms.service.request.VOMSRequestSoapBindingImpl
 
getResource(String) - Static method in class org.glite.security.voms.utilities.Resource
Find a resource file and return an InputStream for it.
getRole() - Method in class org.glite.security.voms.database.DBQualifiedRole
 
getRoleFromQualifiedRoleName(String) - Method in interface org.glite.security.voms.service.ContainerNamingScheme
Return the role name part of a qualified role name.
getRoleNames() - Static method in class org.glite.security.voms.database.DBRole
Get the names of all roles that are associated with this group.
getRolename() - Method in class org.glite.security.voms.operation.AddRoleMemberAction
 
getRolename() - Method in class org.glite.security.voms.operation.CreateRoleAction
 
getRolenames() - Method in class org.glite.security.voms.database.DBUser
Return the names of all role-group pairs that this user has.
getSOAPChronicleEntry() - Method in class org.glite.security.voms.request.Request.ChronicleEntry
 
getSender() - Method in class org.glite.security.voms.notification.Notification
Returns the sender (From:) of this message.
getSequence(String) - Method in interface org.glite.security.voms.database.DBFlavour
Return the sequence with the given name.
getSequence(String) - Method in class org.glite.security.voms.database.flavours.MySQLFlavour
 
getSequence(String) - Method in class org.glite.security.voms.database.flavours.OracleFlavour
 
getSetting(String) - Static method in class org.glite.security.voms.utilities.Settings
Return the named variable in this system's gLite settings.
getSettings() - Static method in class org.glite.security.voms.utilities.Settings
Return a Properties object containing this system's gLite settings.
getShortRequest() - Method in class org.glite.security.voms.request.BrokenRequest
 
getShortRequest() - Method in class org.glite.security.voms.request.Request
 
getShortRequests(DBAdmin, Boolean, String, String, String) - Static method in class org.glite.security.voms.request.Request
Get the short SOAP form of all requests with the given requester, type, container and/or state.
getShortVersion() - Method in class org.glite.security.voms.service.Version.VersionNumber
Return the version number without the build component.
getSmallintColumn(String) - Method in interface org.glite.security.voms.database.DBFlavour
Return a "SMALLINT" column.
getSmallintColumn(String) - Method in class org.glite.security.voms.database.flavours.MySQLFlavour
 
getSmallintColumn(String) - Method in class org.glite.security.voms.database.flavours.OracleFlavour
 
getStackTraceAsString(Throwable) - Static method in class org.glite.security.voms.utilities.StackTrace
Get the stack trace of any throwable as a String object.
getStateDescription() - Method in class org.glite.security.voms.request.Request
Return a short description of the state that this request is in.
getStateName() - Method in class org.glite.security.voms.request.Request
Return the name of the state that this request is in.
getStatement(String) - Method in class org.glite.security.voms.database.connection.Transaction
Converts the given SQL statement to a PreparedStatement.
getStatementCount() - Method in class org.glite.security.voms.database.connection.Transaction
Return the number of times getStatement() was executed in this transaction so far.
getStatus() - Method in class org.glite.security.voms.service.request.ShortRequest
Get the status of this request.
getStatusDescription() - Method in class org.glite.security.voms.service.request.DetailedRequest
Get the status description of this request.
getSubject() - Method in class org.glite.security.voms.notification.Notification
Returns the subject (Subject:).
getTable(String) - Method in interface org.glite.security.voms.database.DBFlavour
Return a new empty table description, ready to be populated with Columns and indices.
getTable(String) - Method in class org.glite.security.voms.database.flavours.MySQLFlavour
 
getTable(String) - Method in class org.glite.security.voms.database.flavours.OracleFlavour
 
getTimedOutState() - Method in class org.glite.security.voms.request.Request
Return a new instance of Request.TimedOutState.
getTimestamp() - Method in class org.glite.security.voms.request.Request.ChronicleEntry
Return the timestamp of this entry.
getTimestamp() - Method in class org.glite.security.voms.service.request.SOAPChronicleEntry
Get the time the described event happened to the request.
getTimestampColumn(String) - Method in interface org.glite.security.voms.database.DBFlavour
Return a "TIMESTAMP" column.
getTimestampColumn(String) - Method in class org.glite.security.voms.database.flavours.MySQLFlavour
 
getTimestampColumn(String) - Method in class org.glite.security.voms.database.flavours.OracleFlavour
 
getTinyintColumn(String) - Method in interface org.glite.security.voms.database.DBFlavour
Return a "TINYINT" column.
getTinyintColumn(String) - Method in class org.glite.security.voms.database.flavours.MySQLFlavour
 
getTinyintColumn(String) - Method in class org.glite.security.voms.database.flavours.OracleFlavour
 
getTitle(HttpServletRequest) - Method in class org.glite.security.voms.webui.Page
 
getTitle(HttpServletRequest) - Method in class org.glite.security.voms.webui.WelcomePage
 
getTitle(HttpServletRequest) - Method in class org.glite.security.voms.webui.admin.GlobalACLActions.Edit
 
getTitle(HttpServletRequest) - Method in class org.glite.security.voms.webui.admin.GlobalACLActions.List
 
getTitle(HttpServletRequest) - Method in class org.glite.security.voms.webui.admin.GlobalACLActions
 
getTitle(HttpServletRequest) - Method in class org.glite.security.voms.webui.admin.GroupActions.Create
 
getTitle(HttpServletRequest) - Method in class org.glite.security.voms.webui.admin.GroupActions.CreateDo
 
getTitle(HttpServletRequest) - Method in class org.glite.security.voms.webui.admin.GroupActions.Delete
 
getTitle(HttpServletRequest) - Method in class org.glite.security.voms.webui.admin.GroupActions.DeleteDo
 
getTitle(HttpServletRequest) - Method in class org.glite.security.voms.webui.admin.GroupActions.EditACL
 
getTitle(HttpServletRequest) - Method in class org.glite.security.voms.webui.admin.GroupActions.EditDefaultACL
 
getTitle(HttpServletRequest) - Method in class org.glite.security.voms.webui.admin.GroupActions.List
 
getTitle(HttpServletRequest) - Method in class org.glite.security.voms.webui.admin.GroupActions.ListACL
 
getTitle(HttpServletRequest) - Method in class org.glite.security.voms.webui.admin.GroupActions.Search
 
getTitle(HttpServletRequest) - Method in class org.glite.security.voms.webui.admin.Root
 
getTitle(HttpServletRequest) - Method in class org.glite.security.voms.webui.config.Page
 
getTitle(HttpServletRequest) - Method in class org.glite.security.voms.webui.core.CoreRoot
 
getTitle(HttpServletRequest) - Method in class org.glite.security.voms.webui.siblings.Page
 
getTransaction() - Method in class org.glite.security.voms.database.connection.DirectUpdate
Return the current transaction id.
getTransaction() - Method in class org.glite.security.voms.database.connection.Update
Returns the transaction value.
getType() - Method in interface org.glite.security.voms.database.Column
Return the database-specific type of the column.
getType() - Method in class org.glite.security.voms.service.request.ShortRequest
Get the type of this request.
getUndecidedState() - Method in class org.glite.security.voms.request.CheckedRequest
Return a new instance of CheckedRequest.UndecidedState.
getUpdate() - Static method in class org.glite.security.voms.database.connection.CurrentConnection
 
getUser() - Method in class org.glite.security.voms.operation.CreateUserAction
 
getUser(String, String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Returns information about a user in the VOMS database.
getUser(String, String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
getUser() - Method in interface org.glite.security.voms.service.core.VOMSCore
Returns information about a user in the VOMS database.
getUser() - Method in class org.glite.security.voms.service.core.VOMSCoreSoapBindingImpl
 
getUser(String, String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Returns information about a user in the VOMS database.
getUser(String, String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
getUserCA() - Method in class org.glite.security.voms.operation.AddGroupMemberAction
 
getUserCA() - Method in class org.glite.security.voms.operation.AddRoleMemberAction
 
getUsername() - Method in class org.glite.security.voms.operation.AddGroupMemberAction
 
getUsername() - Method in class org.glite.security.voms.operation.AddRoleMemberAction
 
getVOGroup() - Static method in class org.glite.security.voms.database.DBGroup
Returns a DBGroup object representing the VO group.
getVOName() - Static method in class org.glite.security.voms.service.Configuration
Returns the VO name.
getVOName() - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Return the name of this VO.
getVOName() - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
getVOName(String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Return the name of this VO.
getVOName(String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
getVarcharColumn(String, int) - Method in interface org.glite.security.voms.database.DBFlavour
Return a "VARCHAR" column.
getVarcharColumn(String, int) - Method in class org.glite.security.voms.database.flavours.MySQLFlavour
 
getVarcharColumn(String, int) - Method in class org.glite.security.voms.database.flavours.OracleFlavour
 
getWebuiURL(HttpServletRequest) - Static method in class org.glite.security.voms.webui.Page
 
givenName - Variable in class org.glite.security.voms.webui.request.CertificateHelper
 

H

hasDeny() - Method in class org.glite.security.voms.database.DBACL
Return true if this or the Global ACL has a deny rule.
hashCode() - Method in class org.glite.security.voms.database.cache.DNCAKey
 
hashCode() - Method in class org.glite.security.voms.service.ACLEntry
 
hiddenField(HttpServletRequest, PrintWriter, String) - Static method in class org.glite.security.voms.webui.Page
 
hiddenField(HttpServletRequest, PrintWriter, String, String) - Static method in class org.glite.security.voms.webui.Page
 

I

INTERFACE - Static variable in class org.glite.security.voms.service.Version
The version of the VOMS Admin interface implemented by this server.
INTERNAL_ADMIN - Static variable in class org.glite.security.voms.service.Constants
The DN used for denoting records changed by an internal VOMS mechanism.
INTERNAL_DN_PREFIX - Static variable in class org.glite.security.voms.service.Constants
The prefix distinguishing real CAs and users from virtual ones.
IncompleteRequestTimeoutAction - class org.glite.security.voms.request.IncompleteRequestTimeoutAction.
An action for timing out incomplete requests that are not touched for a predefined amount of time.
IncompleteRequestTimeoutAction() - Constructor for class org.glite.security.voms.request.IncompleteRequestTimeoutAction
 
InconsistentDatabase - exception org.glite.security.voms.service.InconsistentDatabase.
An exception flagging database inconsistency.
InconsistentDatabase() - Constructor for class org.glite.security.voms.service.InconsistentDatabase
 
InconsistentDatabase(String) - Constructor for class org.glite.security.voms.service.InconsistentDatabase
 
InconsistentDatabase(String, Throwable) - Constructor for class org.glite.security.voms.service.InconsistentDatabase
 
InitSecurityContext - class org.glite.security.voms.service.InitSecurityContext.
The InitSecurityContext is and AXIS handler that can be put in a request flow in front of an actual SOAP endpoint that it initializes the SecurityContext.
InitSecurityContext() - Constructor for class org.glite.security.voms.service.InitSecurityContext
 
init(FilterConfig) - Method in class org.glite.security.voms.webui.ControllerFilter
 
init() - Method in class org.glite.security.voms.webui.ControllerServlet
 
init(HttpServletRequest) - Method in class org.glite.security.voms.webui.Page
Initialize the page for a new request.
init(HttpServletRequest) - Method in class org.glite.security.voms.webui.WelcomePage
 
init(HttpServletRequest) - Method in class org.glite.security.voms.webui.config.Page
 
init(HttpServletRequest) - Method in class org.glite.security.voms.webui.siblings.Page
 
invoke(MessageContext) - Method in class org.glite.security.voms.service.SecurityContextHandler
Initializes the SecurityContext from a MessageContext.
isAllow() - Method in class org.glite.security.voms.service.ACLEntry
 
isCancelled() - Method in class org.glite.security.voms.service.VOMSTimer
Returns true if the timer has been cancelled.
isCapability(String) - Method in interface org.glite.security.voms.service.ContainerNamingScheme
Returns true if name corresponds to a capability.
isChildGroup(DBGroup) - Method in class org.glite.security.voms.database.DBGroup
Return true if the given group is a direct subgroup of this group.
isComplete() - Method in class org.glite.security.voms.request.BrokenRequest.BrokenState
 
isComplete() - Method in class org.glite.security.voms.request.CheckedRequest.DeniedState
 
isComplete() - Method in class org.glite.security.voms.request.CheckedRequest.UndecidedState
 
isComplete() - Method in class org.glite.security.voms.request.ConfirmedRequest.NewState
 
isComplete() - Method in class org.glite.security.voms.request.Request.DeletedState
 
isComplete() - Method in class org.glite.security.voms.request.Request.DoneState
 
isComplete() - Method in class org.glite.security.voms.request.Request.State
Return true if the request is complete, i.e. if no more state transitions are expected.
isComplete() - Method in class org.glite.security.voms.request.Request.TimedOutState
 
isComplete() - Method in class org.glite.security.voms.request.Request
Return whether the request is in a final state.
isDirectSubgroup(String, String) - Method in interface org.glite.security.voms.service.ContainerNamingScheme
Returns true if child is syntactically a direct or indirect subcontainer of parent.
isEmpty() - Method in class org.glite.security.voms.utilities.SubstringPattern
 
isFailed() - Static method in class org.glite.security.voms.service.VOMSSetup
Return true if the service has failed to start up correctly.
isFunctional(Connection) - Method in interface org.glite.security.voms.database.DBFlavour
Tries to determine if the given connection is functional by executing a simple query against the database.
isFunctional(Connection) - Method in class org.glite.security.voms.database.flavours.MySQLFlavour
 
isFunctional(Connection) - Method in class org.glite.security.voms.database.flavours.OracleFlavour
 
isGlobalACL() - Method in class org.glite.security.voms.database.DBACL
Returns true if this is the Global ACL.
isGroup(String) - Method in interface org.glite.security.voms.service.ContainerNamingScheme
Returns true if name corresponds to a group.
isInDatabase(long) - Static method in class org.glite.security.voms.request.Request
Returns true if there is a request in the database with the given id.
isInTransaction(long) - Method in class org.glite.security.voms.database.connection.DirectUpdate
Return true if the wrapper has the given transaction number.
isInTransaction(long) - Method in class org.glite.security.voms.database.connection.Update
Return true if the wrapper is still in the specified transaction.
isLoaded() - Static method in class org.glite.security.voms.service.Configuration
Returns true if the configuration file was successfully loaded.
isMember(DBUser) - Method in class org.glite.security.voms.database.DBCapability
 
isMember(DBUser) - Method in class org.glite.security.voms.database.DBGroup
Returns true if the given user is a member of this group.
isMember(DBUser) - Method in class org.glite.security.voms.database.DBQualifiedRole
Returns true if the given user has this qualified role.
isMember(DBUser) - Method in class org.glite.security.voms.database.DBRole
Returns true if the given user has this role in any group.
isMember(DBUser, DBGroup) - Method in class org.glite.security.voms.database.DBRole
Returns true if the given user has this role in the given group.
isPending() - Method in class org.glite.security.voms.notification.Notification
Pending = not sent (convenience method).
isPendingNotification() - Method in class org.glite.security.voms.request.Request
Returns true, if there is any pending notification attached to this request.
isQualifiedRole(String) - Method in interface org.glite.security.voms.service.ContainerNamingScheme
Returns true if name corresponds to a qualified role.
isReadOnly() - Method in class org.glite.security.voms.database.DBACL
Return true if this is an inmutable instance.
isReadOnly() - Method in class org.glite.security.voms.database.connection.Query
 
isReadOnly() - Method in class org.glite.security.voms.database.connection.Transaction
 
isRole(String) - Method in interface org.glite.security.voms.service.ContainerNamingScheme
Returns true if name corresponds to a role.
isRunning() - Method in class org.glite.security.voms.service.VOMSTimer
Return true if the task is currently running.
isSent() - Method in class org.glite.security.voms.notification.Notification
Status of this notification.
isSet(int) - Method in interface org.glite.security.voms.database.Column
Returns true if the given flag is set.
isStarted() - Static method in class org.glite.security.voms.service.VOMSSetup
Return true if the service has been fully initialized.
isSubgroup(String, String) - Method in interface org.glite.security.voms.service.ContainerNamingScheme
Returns true if child is syntactically a direct or indirect subcontainer of parent.
isVOGroup() - Method in class org.glite.security.voms.database.DBGroup
Return true if this group is the VO group.
iterator() - Static method in class org.glite.security.voms.service.VOMSTimer
Return an iterator on all VOMSTimers.

L

LIST - Static variable in class org.glite.security.voms.service.Operation
The value for membership lists.
LIST_ANY_REQUEST - Static variable in class org.glite.security.voms.service.Operation
List any request.
LOCAL_ADMIN - Static variable in class org.glite.security.voms.service.Constants
The DN of the virtual administrator for bootstrap rows and local database maintanence.
ListCAsQuestion - class org.glite.security.voms.operation.ListCAsQuestion.
A question for retrieving the list of CAs known to this service.
ListCAsQuestion() - Constructor for class org.glite.security.voms.operation.ListCAsQuestion
 
ListCapabilitiesForUserQuestion - class org.glite.security.voms.operation.ListCapabilitiesForUserQuestion.
A question for listing the capabilities of a given user.
ListCapabilitiesForUserQuestion(String, String) - Constructor for class org.glite.security.voms.operation.ListCapabilitiesForUserQuestion
 
ListCapabilitiesQuestion - class org.glite.security.voms.operation.ListCapabilitiesQuestion.
A question for listing all the capabilities in the database.
ListCapabilitiesQuestion() - Constructor for class org.glite.security.voms.operation.ListCapabilitiesQuestion
 
ListCapabilityMembersQuestion - class org.glite.security.voms.operation.ListCapabilityMembersQuestion.
A question for listing the members of a capability.
ListCapabilityMembersQuestion(String) - Constructor for class org.glite.security.voms.operation.ListCapabilityMembersQuestion
 
ListGroupMembersQuestion - class org.glite.security.voms.operation.ListGroupMembersQuestion.
A question for listing the members of a group.
ListGroupMembersQuestion(String) - Constructor for class org.glite.security.voms.operation.ListGroupMembersQuestion
 
ListGroupsForUserQuestion - class org.glite.security.voms.operation.ListGroupsForUserQuestion.
A question for listing the groups which the given user is a member of.
ListGroupsForUserQuestion(String, String) - Constructor for class org.glite.security.voms.operation.ListGroupsForUserQuestion
 
ListRoleMembersQuestion - class org.glite.security.voms.operation.ListRoleMembersQuestion.
A question for listing the members of a role.
ListRoleMembersQuestion(String, String) - Constructor for class org.glite.security.voms.operation.ListRoleMembersQuestion
 
ListRolesForUserQuestion - class org.glite.security.voms.operation.ListRolesForUserQuestion.
A question for listing all the roles which a given user has.
ListRolesForUserQuestion(String, String) - Constructor for class org.glite.security.voms.operation.ListRolesForUserQuestion
 
ListRolesQuestion - class org.glite.security.voms.operation.ListRolesQuestion.
A question for listing all the roles in the database.
ListRolesQuestion() - Constructor for class org.glite.security.voms.operation.ListRolesQuestion
 
ListSubgroupsQuestion - class org.glite.security.voms.operation.ListSubgroupsQuestion.
A question for listing the subgroups of a group.
ListSubgroupsQuestion(String) - Constructor for class org.glite.security.voms.operation.ListSubgroupsQuestion
 
listCAs() - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Lists certificate authorities.
listCAs() - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
listCAs(String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Lists certificate authorities.
listCAs(String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
listCapabilities() - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Lists capabilities.
listCapabilities(String, String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Lists capabilities of a user.
listCapabilities() - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
listCapabilities(String, String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
listCapabilities() - Method in interface org.glite.security.voms.service.core.VOMSCore
Returns a list of capabilities that the client has.
listCapabilities() - Method in class org.glite.security.voms.service.core.VOMSCoreSoapBindingImpl
 
listCapabilities(String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Lists capabilities.
listCapabilities(String, String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Lists capabilities of a user.
listCapabilities(String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
listCapabilities(String, String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
listGroups(String, String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Lists groups of a user.
listGroups(String, String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
listGroups() - Method in interface org.glite.security.voms.service.core.VOMSCore
Returns a list of groups that the client is a member of, including the VO group.
listGroups() - Method in class org.glite.security.voms.service.core.VOMSCoreSoapBindingImpl
 
listGroups(String, String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Lists groups of a user.
listGroups(String, String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
listMembers(String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Lists members of a group.
listMembers(String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
listMembers(String, long) - Method in interface org.glite.security.voms.service.history.VOMSHistory
List members of a container at a given transaction.
listMembers(String, long) - Method in class org.glite.security.voms.service.history.VOMSHistorySoapBindingImpl
 
listMembers(String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Lists members of a group.
listMembers(String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
listRoles() - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Lists roles.
listRoles(String, String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Lists roles of a user.
listRoles() - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
listRoles(String, String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
listRoles() - Method in interface org.glite.security.voms.service.core.VOMSCore
Returns a list of roles that the client has, along with their associated groups.
listRoles() - Method in class org.glite.security.voms.service.core.VOMSCoreSoapBindingImpl
 
listRoles(String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Lists roles.
listRoles(String, String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Lists roles of a user.
listRoles(String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
listRoles(String, String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
listSubGroups(String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Lists immediate sub-groups of a group.
listSubGroups(String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
listSubGroups(String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Lists immediate sub-groups of a group.
listSubGroups(String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
listUsersWithCapability(String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Lists assigned users of a capability.
listUsersWithCapability(String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
listUsersWithCapability(String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Lists assigned users of a capability.
listUsersWithCapability(String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
listUsersWithRole(String, String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Lists assigned users of a role associated with a group.
listUsersWithRole(String, String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
listUsersWithRole(String, String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Lists assigned users of a role associated with a group.
listUsersWithRole(String, String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
loadAllCAs(Transaction) - Static method in class org.glite.security.voms.database.DBCA
 
log - Static variable in class org.glite.security.voms.database.connection.CurrentConnection
Logger.
log - Static variable in class org.glite.security.voms.database.connection.Transaction
Logger.
log - Static variable in class org.glite.security.voms.service.InitSecurityContext
 
log - Static variable in class org.glite.security.voms.service.SecurityContextHandler
 
log - Variable in class org.glite.security.voms.service.core.VOMSCoreSoapBindingImpl
 
log - Static variable in class org.glite.security.voms.webui.Page
 
log - Static variable in class org.glite.security.voms.webui.VOMSPage
 
log - Static variable in class org.glite.security.voms.webui.request.CertificateHelper
 

M

MySQLFlavour - class org.glite.security.voms.database.flavours.MySQLFlavour.
 
main(String[]) - Static method in class org.glite.security.voms.database.Database
 
matches(CharSequence) - Method in class org.glite.security.voms.utilities.SubstringPattern
Returns true if input matches all substrings in the pattern.
message - Variable in class org.glite.security.voms.notification.Notification
 
messageID - Variable in class org.glite.security.voms.notification.EmailNotification
 
myGetAdmin() - Method in class org.glite.security.voms.service.ACLEntry
Returns the admin field of this ACL entry, or null, if it was not given.
myGetOperation() - Method in class org.glite.security.voms.service.ACLEntry
Returns the operation field of this ACL entry.
mySetAdmin(DBAdmin) - Method in class org.glite.security.voms.service.ACLEntry
Sets the admin field of this ACL entry.
mySetOperation(Operation) - Method in class org.glite.security.voms.service.ACLEntry
Sets the operation field of this ACL entry.

N

NEW - Static variable in class org.glite.security.voms.service.request.RequestStatus
New, unprocessed status.
NOT_NULL - Static variable in interface org.glite.security.voms.database.Column
Flags this as a NOT NULL column.
NotInDatabase - exception org.glite.security.voms.service.NotInDatabase.
An exception flagging that the desired object was not found in the database.
NotInDatabase(String) - Constructor for class org.glite.security.voms.service.NotInDatabase
 
Notification - class org.glite.security.voms.notification.Notification.
Abstract class representing a notification sent to one or more recipients.
Notification() - Constructor for class org.glite.security.voms.notification.Notification
 
needsRefresh() - Method in class org.glite.security.voms.database.DBAdmin
 
needsRefresh() - Method in interface org.glite.security.voms.database.cache.Cacheable
Return true if it is time to refresh this row.
needsRefresh() - Method in class org.glite.security.voms.database.cache.TimedCacheable
Returns true if the configured amount of time has elapsed since the last refresh.
newAddMemberRequest(String, String, String[]) - Method in interface org.glite.security.voms.service.request.VOMSRequest
Create a new request for membership in the specified group.
newAddMemberRequest(String, String, String[]) - Method in class org.glite.security.voms.service.request.VOMSRequestSoapBindingImpl
 
newCreateUserRequest(User, String, String[]) - Method in interface org.glite.security.voms.service.request.VOMSRequest
Create a new request for adding a new user to the VO.
newCreateUserRequest(User, String, String[]) - Method in class org.glite.security.voms.service.request.VOMSRequestSoapBindingImpl
 
newCreateUserRequestFromContext(String, String, String[]) - Method in interface org.glite.security.voms.service.request.VOMSRequest
Create a new request for adding a new user to the VO.
newCreateUserRequestFromContext(String, String, String[]) - Method in class org.glite.security.voms.service.request.VOMSRequestSoapBindingImpl
 
newMessage(String, Map) - Method in class org.glite.security.voms.notification.Notification
Creates a new message using a template file and substitution map.
nextval() - Method in interface org.glite.security.voms.database.Sequence
Increments the sequence and returns the new value.
notifications - Variable in class org.glite.security.voms.request.Request
A list of notification entries.

O

ONE_DAY - Static variable in class org.glite.security.voms.request.ExpireCompleteRequestsAction
The length of one day in milliseconds.
ONE_DAY - Static variable in class org.glite.security.voms.request.IncompleteRequestTimeoutAction
The length of one day in milliseconds.
Operation - class org.glite.security.voms.service.Operation.
An enumeration representing operations in the administration interface.
OracleFlavour - class org.glite.security.voms.database.flavours.OracleFlavour.
 
options(HttpServletRequest, PrintWriter, String, String[], String) - Static method in class org.glite.security.voms.webui.Page
 
org.glite.security.voms.database - package org.glite.security.voms.database
Provides abstract objects representing database entries, and the means of manipulating these objects.
org.glite.security.voms.database.cache - package org.glite.security.voms.database.cache
 
org.glite.security.voms.database.connection - package org.glite.security.voms.database.connection
 
org.glite.security.voms.database.flavours - package org.glite.security.voms.database.flavours
 
org.glite.security.voms.notification - package org.glite.security.voms.notification
 
org.glite.security.voms.operation - package org.glite.security.voms.operation
Provides a representation for high-level database operations.
org.glite.security.voms.request - package org.glite.security.voms.request
Provides request handling in the VOMS service.
org.glite.security.voms.service - package org.glite.security.voms.service
 
org.glite.security.voms.service.admin - package org.glite.security.voms.service.admin
 
org.glite.security.voms.service.compatibility - package org.glite.security.voms.service.compatibility
 
org.glite.security.voms.service.core - package org.glite.security.voms.service.core
 
org.glite.security.voms.service.history - package org.glite.security.voms.service.history
 
org.glite.security.voms.service.request - package org.glite.security.voms.service.request
 
org.glite.security.voms.service.trustedadmin - package org.glite.security.voms.service.trustedadmin
 
org.glite.security.voms.utilities - package org.glite.security.voms.utilities
 
org.glite.security.voms.webui - package org.glite.security.voms.webui
 
org.glite.security.voms.webui.admin - package org.glite.security.voms.webui.admin
 
org.glite.security.voms.webui.config - package org.glite.security.voms.webui.config
 
org.glite.security.voms.webui.core - package org.glite.security.voms.webui.core
 
org.glite.security.voms.webui.request - package org.glite.security.voms.webui.request
 
org.glite.security.voms.webui.siblings - package org.glite.security.voms.webui.siblings
 

P

PRIMARY_KEY - Static variable in interface org.glite.security.voms.database.Column
Flags this column as a primary key.
PUBLIC_ADMIN - Static variable in class org.glite.security.voms.service.Constants
The DN of the virtual ACL entry subject matching absolutely anyone, including unauthenticated users.
Page - class org.glite.security.voms.webui.Page.
Navigation structure for the service.
Page(String, String) - Constructor for class org.glite.security.voms.webui.Page
 
Page - class org.glite.security.voms.webui.admin.Page.
 
Page(String, String) - Constructor for class org.glite.security.voms.webui.admin.Page
 
Page - class org.glite.security.voms.webui.config.Page.
 
Page() - Constructor for class org.glite.security.voms.webui.config.Page
 
Page - class org.glite.security.voms.webui.request.Page.
 
Page(String, String) - Constructor for class org.glite.security.voms.webui.request.Page
 
Page - class org.glite.security.voms.webui.siblings.Page.
 
Page() - Constructor for class org.glite.security.voms.webui.siblings.Page
 
PurgeDeletedRequestsAction - class org.glite.security.voms.request.PurgeDeletedRequestsAction.
An action for purging deleted requests from the database.
PurgeDeletedRequestsAction() - Constructor for class org.glite.security.voms.request.PurgeDeletedRequestsAction
 
pages - Static variable in class org.glite.security.voms.webui.Page
 
parameters - Variable in class org.glite.security.voms.request.Request
A storage area for optional parameters.
parent - Variable in class org.glite.security.voms.webui.Page
 
path - Variable in class org.glite.security.voms.webui.Page
 
pattern() - Method in class org.glite.security.voms.utilities.SubstringPattern
 
perform(Action) - Static method in class org.glite.security.voms.database.Database
Perform the given action by calling its Action.performWithResult() method in the appropriate environment.
perform() - Method in interface org.glite.security.voms.operation.Action
Do the operation that this action represents, without ACL checks.
perform() - Method in class org.glite.security.voms.operation.ActionHelper
 
perform() - Method in class org.glite.security.voms.operation.AddACLEntryAction
 
perform() - Method in class org.glite.security.voms.operation.AddCapabilityAction
 
perform() - Method in class org.glite.security.voms.operation.AddDefaultACLEntryAction
 
perform() - Method in class org.glite.security.voms.operation.AddGroupMemberAction
 
perform() - Method in class org.glite.security.voms.operation.AddRoleMemberAction
 
perform() - Method in class org.glite.security.voms.operation.CreateCapabilityAction
 
perform() - Method in class org.glite.security.voms.operation.CreateGroupAction
 
perform() - Method in class org.glite.security.voms.operation.CreateRoleAction
 
perform() - Method in class org.glite.security.voms.operation.CreateUserAction
 
perform() - Method in class org.glite.security.voms.operation.DeleteCapabilityAction
 
perform() - Method in class org.glite.security.voms.operation.DeleteGroupAction
 
perform() - Method in class org.glite.security.voms.operation.DeleteRoleAction
 
perform() - Method in class org.glite.security.voms.operation.DeleteUserAction
 
perform() - Method in class org.glite.security.voms.operation.EmptyAction
Do nothing.
perform() - Method in class org.glite.security.voms.operation.RemoveACLEntryAction
 
perform() - Method in class org.glite.security.voms.operation.RemoveCapabilityAction
 
perform() - Method in class org.glite.security.voms.operation.RemoveDefaultACLEntryAction
 
perform() - Method in class org.glite.security.voms.operation.RemoveGroupMemberAction
 
perform() - Method in class org.glite.security.voms.operation.RemoveRoleMemberAction
 
perform() - Method in class org.glite.security.voms.operation.SequenceAction
Call perform on each of the components, in order.
perform() - Method in class org.glite.security.voms.operation.SetACLAction
 
perform() - Method in class org.glite.security.voms.operation.SetDefaultACLAction
 
perform() - Method in class org.glite.security.voms.operation.SetUserAction
 
perform() - Method in class org.glite.security.voms.request.ExpireCompleteRequestsAction
 
perform() - Method in class org.glite.security.voms.request.IncompleteRequestTimeoutAction
 
perform() - Method in class org.glite.security.voms.request.PurgeDeletedRequestsAction
 
performDirectly(Action) - Static method in class org.glite.security.voms.database.Database
Perform a given action without regard for security.
performWithResult() - Method in interface org.glite.security.voms.operation.Action
Do the operation that this action represents, without ACL checks, and return a value.
performWithResult() - Method in class org.glite.security.voms.operation.ActionHelper
 
printACLEdit(HttpServletRequest, PrintWriter, String, ACLEntry[], String) - Static method in class org.glite.security.voms.webui.admin.ACLActions
 
printACLEntry(PrintWriter, ACLEntry) - Static method in class org.glite.security.voms.webui.admin.ACLActions
 
printACLHeader(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.ACLActions.Edit
 
printACLHeader(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.CapabilityActions.EditACL
 
printACLHeader(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.GlobalACLActions.Edit
 
printACLHeader(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.GroupActions.EditACL
 
printACLHeader(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.GroupActions.EditDefaultACL
 
printACLHeader(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.admin.RoleActions.EditACL
 
printACLList(HttpServletRequest, PrintWriter, ACLEntry[], String) - Static method in class org.glite.security.voms.webui.admin.ACLActions
 
printCapabilities(PrintWriter, String[]) - Static method in class org.glite.security.voms.webui.core.CoreRoot
 
printCapabilityList(HttpServletRequest, PrintWriter) - Static method in class org.glite.security.voms.webui.admin.CapabilityActions
 
printChronicle() - Method in class org.glite.security.voms.request.Request
Helper method for writing the chronicle to the log.
printDecision(HttpServletRequest, PrintWriter, String, boolean) - Static method in class org.glite.security.voms.webui.request.AdminRoot
 
printDetailedRequest(HttpServletRequest, PrintWriter, DetailedRequest) - Static method in class org.glite.security.voms.webui.request.Page
Utility method to print a detailed request.
printDetails(PrintWriter, User) - Static method in class org.glite.security.voms.webui.core.CoreRoot
 
printGroupList(HttpServletRequest, PrintWriter) - Static method in class org.glite.security.voms.webui.admin.GroupActions
 
printGroups(PrintWriter, String[]) - Static method in class org.glite.security.voms.webui.core.CoreRoot
 
printHeaderTab(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.Page
 
printLink(HttpServletRequest, String, Map, String) - Static method in class org.glite.security.voms.webui.Page
 
printLink(HttpServletRequest, String, Map, String, String) - Static method in class org.glite.security.voms.webui.Page
 
printLoginInfoTab(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.Page
 
printMainTab(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.VOMSPage
 
printMenuTab(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.Page
 
printMenuTab(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.WelcomePage
 
printMenuTab(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.siblings.Page
 
printNoRole(HttpServletRequest, PrintWriter, int, String) - Static method in class org.glite.security.voms.webui.admin.RoleActions
 
printPagePart(HttpServletRequest, PrintWriter, String) - Static method in class org.glite.security.voms.webui.Page
Copies a file (page part) to the currently processed web page.
printParentGroup(HttpServletRequest, PrintWriter, String, String, int, HashMap) - Static method in class org.glite.security.voms.webui.admin.GroupActions
 
printRole(HttpServletRequest, PrintWriter, String, String, int, HashMap) - Static method in class org.glite.security.voms.webui.admin.RoleActions
 
printRoleList(HttpServletRequest, PrintWriter) - Static method in class org.glite.security.voms.webui.admin.RoleActions
 
printRoles(PrintWriter, String[]) - Static method in class org.glite.security.voms.webui.core.CoreRoot
 
printRootTab(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.Page
 
printRootTab(HttpServletRequest, PrintWriter) - Method in class org.glite.security.voms.webui.VOMSPage
 
printSearchForm(HttpServletRequest, PrintWriter) - Static method in class org.glite.security.voms.webui.admin.CapabilityActions
 
printSearchForm(HttpServletRequest, PrintWriter) - Static method in class org.glite.security.voms.webui.admin.GroupActions
 
printSearchForm(HttpServletRequest, PrintWriter) - Static method in class org.glite.security.voms.webui.admin.RoleActions
 
printSearchForm(HttpServletRequest, PrintWriter, boolean) - Static method in class org.glite.security.voms.webui.admin.UserActions
 
printSearchForm(HttpServletRequest, PrintWriter) - Static method in class org.glite.security.voms.webui.admin.UserActions
 
printShortRequest(HttpServletRequest, PrintWriter, ShortRequest) - Static method in class org.glite.security.voms.webui.request.Page
Utility method to print a short request.
printShortRequestList(HttpServletRequest, PrintWriter, ShortRequest[], Map, String) - Static method in class org.glite.security.voms.webui.request.UserRoot
Utility method to print short requests in a list.
printShortRequestSelection(HttpServletRequest, PrintWriter, ShortRequest[], String) - Static method in class org.glite.security.voms.webui.request.AdminRoot
Utility method to print short requests in an option list.
printSimpleGroupList(HttpServletRequest, PrintWriter, String[], String[][], String, String[], String, int, String, HashMap) - Static method in class org.glite.security.voms.webui.admin.GroupActions
 
printSimpleRoleList(HttpServletRequest, PrintWriter, String[], String, String, int, HashMap) - Static method in class org.glite.security.voms.webui.admin.RoleActions
 
printSubGroup(HttpServletRequest, PrintWriter, String, String, int, HashMap) - Static method in class org.glite.security.voms.webui.admin.GroupActions
 
printUserList(HttpServletRequest, PrintWriter) - Static method in class org.glite.security.voms.webui.admin.UserActions
Print a user list page, optionally restricted to users in a given container and/or users matching a given pattern.
processEvent(Event) - Method in class org.glite.security.voms.request.BrokenRequest.BrokenState
 
processEvent(Event) - Method in class org.glite.security.voms.request.CheckedRequest.DeniedState
 
processEvent(Event) - Method in class org.glite.security.voms.request.CheckedRequest.UndecidedState
 
processEvent(Event) - Method in class org.glite.security.voms.request.ConfirmedRequest.NewState
 
processEvent(Event) - Method in class org.glite.security.voms.request.Request.State
Process the given event.
processEvent(Event) - Method in class org.glite.security.voms.request.Request
Process the given event.
propertiesFiles - Static variable in class org.glite.security.voms.service.Configuration
The name of the configurations file for VOMS services.
provides(Operation) - Method in class org.glite.security.voms.service.Operation
Return true if right to perform this operation automatically provides right to execute the Operation given.
put(Cacheable) - Method in class org.glite.security.voms.database.cache.RowCache
Put the specified Cacheable row in the cache.
put(Serializable) - Static method in class org.glite.security.voms.utilities.SimpleSerializer
Convert Object o to a byte array.

Q

Query - class org.glite.security.voms.database.connection.Query.
Database connection wrapper for read-only operations.
Question - interface org.glite.security.voms.operation.Question.
An interface for representing high-level queries in the VO database.
QuestionHelper - class org.glite.security.voms.operation.QuestionHelper.
A helper class for writing classes implementing the Question interface.
QuestionHelper() - Constructor for class org.glite.security.voms.operation.QuestionHelper
 

R

REMOVE - Static variable in class org.glite.security.voms.service.Operation
The value for membership removal.
REQUEST_CLASSNAME_LIMIT - Static variable in class org.glite.security.voms.service.Constants
Limit on the length of class names of requests and actions in the database.
REQUEST_STATENAME_LIMIT - Static variable in class org.glite.security.voms.service.Constants
Limit on the length of short state names of requests in the database.
ROLE_CA - Static variable in class org.glite.security.voms.service.Constants
The special CA value in the ADMINS table corresponding to a collective administrator that is a role.
ROLE_LIST_LIMIT - Static variable in class org.glite.security.voms.webui.admin.RoleActions
Maximal number of roles to be listed.
RandomString - class org.glite.security.voms.utilities.RandomString.
A helper class for generating strings containing a sequence of random alphanumeric characters.
RandomString() - Constructor for class org.glite.security.voms.utilities.RandomString
 
RemoveACLEntryAction - class org.glite.security.voms.operation.RemoveACLEntryAction.
An action for removing an entry from an ACL.
RemoveACLEntryAction(String, ACLEntry) - Constructor for class org.glite.security.voms.operation.RemoveACLEntryAction
 
RemoveCapabilityAction - class org.glite.security.voms.operation.RemoveCapabilityAction.
An action for removing a capability from a user.
RemoveCapabilityAction(String, String, String) - Constructor for class org.glite.security.voms.operation.RemoveCapabilityAction
 
RemoveDefaultACLEntryAction - class org.glite.security.voms.operation.RemoveDefaultACLEntryAction.
An action for removing an entry from the default ACL of a group.
RemoveDefaultACLEntryAction(String, ACLEntry) - Constructor for class org.glite.security.voms.operation.RemoveDefaultACLEntryAction
 
RemoveGroupMemberAction - class org.glite.security.voms.operation.RemoveGroupMemberAction.
An action for removing a user from a group.
RemoveGroupMemberAction(String, String, String) - Constructor for class org.glite.security.voms.operation.RemoveGroupMemberAction
 
RemoveRoleMemberAction - class org.glite.security.voms.operation.RemoveRoleMemberAction.
An action for removing a user from a role.
RemoveRoleMemberAction(String, String, String, String) - Constructor for class org.glite.security.voms.operation.RemoveRoleMemberAction
 
Request - class org.glite.security.voms.request.Request.
An abstract class representing a request submitted by a user.
Request(Action, String[]) - Constructor for class org.glite.security.voms.request.Request
Protected constructor; allocates a new id for this request.
Request(Action) - Constructor for class org.glite.security.voms.request.Request
Protected constructior without the optional parameters.
Request(long, long, Action) - Constructor for class org.glite.security.voms.request.Request
Protected constructor that allows to set an id explicitly.
Request.ChronicleEntry - class org.glite.security.voms.request.Request.ChronicleEntry.
A simple class describing entries in the chronicle.
Request.ChronicleEntry(String, String) - Constructor for class org.glite.security.voms.request.Request.ChronicleEntry
Create a new instance with the given values.
Request.ChronicleEntry(String) - Constructor for class org.glite.security.voms.request.Request.ChronicleEntry
 
Request.DeletedState - class org.glite.security.voms.request.Request.DeletedState.
The standard state of a deleted request which has not yet been purged from the database.
Request.DeletedState() - Constructor for class org.glite.security.voms.request.Request.DeletedState
 
Request.DoneState - class org.glite.security.voms.request.Request.DoneState.
The standard state of an accepted and successfully processed request.
Request.DoneState() - Constructor for class org.glite.security.voms.request.Request.DoneState
 
Request.State - class org.glite.security.voms.request.Request.State.
An abstract class representing a request state.
Request.State() - Constructor for class org.glite.security.voms.request.Request.State
 
Request.TimedOutState - class org.glite.security.voms.request.Request.TimedOutState.
The standard state of a request that has timed out.
Request.TimedOutState() - Constructor for class org.glite.security.voms.request.Request.TimedOutState
 
RequestContextListener - class org.glite.security.voms.webui.request.RequestContextListener.
RequestContextListener will initialize the set of dynamic web pages for the VOMSRequest interface.
RequestContextListener() - Constructor for class org.glite.security.voms.webui.request.RequestContextListener
 
RequestScheduler - class org.glite.security.voms.request.RequestScheduler.
Scheduler of request background processes.
RequestStatus - class org.glite.security.voms.service.request.RequestStatus.
An enum of possible request status values.
Resource - class org.glite.security.voms.utilities.Resource.
A class for loading resource files.
Resource() - Constructor for class org.glite.security.voms.utilities.Resource
 
RoleActions - class org.glite.security.voms.webui.admin.RoleActions.
 
RoleActions() - Constructor for class org.glite.security.voms.webui.admin.RoleActions
 
RoleActions.Create - class org.glite.security.voms.webui.admin.RoleActions.Create.
 
RoleActions.Create() - Constructor for class org.glite.security.voms.webui.admin.RoleActions.Create
 
RoleActions.CreateDo - class org.glite.security.voms.webui.admin.RoleActions.CreateDo.
 
RoleActions.CreateDo() - Constructor for class org.glite.security.voms.webui.admin.RoleActions.CreateDo
 
RoleActions.Delete - class org.glite.security.voms.webui.admin.RoleActions.Delete.
 
RoleActions.Delete() - Constructor for class org.glite.security.voms.webui.admin.RoleActions.Delete
 
RoleActions.DeleteDo - class org.glite.security.voms.webui.admin.RoleActions.DeleteDo.
 
RoleActions.DeleteDo() - Constructor for class org.glite.security.voms.webui.admin.RoleActions.DeleteDo
 
RoleActions.EditACL - class org.glite.security.voms.webui.admin.RoleActions.EditACL.
 
RoleActions.EditACL() - Constructor for class org.glite.security.voms.webui.admin.RoleActions.EditACL
 
RoleActions.List - class org.glite.security.voms.webui.admin.RoleActions.List.
 
RoleActions.List() - Constructor for class org.glite.security.voms.webui.admin.RoleActions.List
 
RoleActions.ListACL - class org.glite.security.voms.webui.admin.RoleActions.ListACL.
 
RoleActions.ListACL() - Constructor for class org.glite.security.voms.webui.admin.RoleActions.ListACL
 
RoleActions.Search - class org.glite.security.voms.webui.admin.RoleActions.Search.
 
RoleActions.Search() - Constructor for class org.glite.security.voms.webui.admin.RoleActions.Search
 
Root - class org.glite.security.voms.webui.admin.Root.
 
Root() - Constructor for class org.glite.security.voms.webui.admin.Root
 
RowCache - class org.glite.security.voms.database.cache.RowCache.
Row cache with size limit and multiple key support.
radio(HttpServletRequest, PrintWriter, String, String, boolean) - Static method in class org.glite.security.voms.webui.Page
 
radio(HttpServletRequest, PrintWriter, String, String, boolean, String) - Static method in class org.glite.security.voms.webui.Page
 
recipients - Variable in class org.glite.security.voms.notification.Notification
 
refresh() - Method in class org.glite.security.voms.database.DBACL
 
refresh() - Method in class org.glite.security.voms.database.DBAdmin
 
refresh() - Method in interface org.glite.security.voms.database.cache.Cacheable
Refresh this row, i.e. retrieve it again from the database.
refresh() - Method in class org.glite.security.voms.database.cache.TimedCacheable
Flags this Cacheable as uptodate.
registerChange(RowCache, Cacheable) - Method in class org.glite.security.voms.database.connection.Update
 
release(Connection) - Method in class org.glite.security.voms.database.connection.ConnectionPool
Put a Connection back to the connection pool.
release() - Method in class org.glite.security.voms.database.connection.Query
Close the current transaction and return the connection to its connection pool.
removeACLEntry(ACLEntry) - Method in class org.glite.security.voms.database.DBACL
Remove a single entry from an ACL.
removeACLEntry(String, ACLEntry) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Removes an existing entry from the ACL.
removeACLEntry(String, ACLEntry) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
removeACLEntry(String, String, String, ACLEntry) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Removes an existing entry from the ACL.
removeACLEntry(String, String, String, ACLEntry) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
removeAllACLEntries() - Method in class org.glite.security.voms.database.DBACL
Remove all entries from an ACL.
removeAllMembers() - Method in class org.glite.security.voms.database.DBCapability
 
removeAllMembers() - Method in class org.glite.security.voms.database.DBGroup
Remove all members of this group.
removeAllMembers() - Method in class org.glite.security.voms.database.DBQualifiedRole
Removes this qualified role from every user.
removeAllMembers() - Method in class org.glite.security.voms.database.DBRole
Rids this role from every user in all groups.
removeAllMembers(DBGroup) - Method in class org.glite.security.voms.database.DBRole
Rids this role from every user in the given group.
removeDefaultACLEntry(String, ACLEntry) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Manipulates the default ACL, which is applied on every group created as a subgroup of this one.
removeDefaultACLEntry(String, ACLEntry) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
removeDefaultACLEntry(String, String, String, ACLEntry) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Manipulates the default ACL, which is applied on every group created as a subgroup of this one.
removeDefaultACLEntry(String, String, String, ACLEntry) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
removeMember(DBUser) - Method in class org.glite.security.voms.database.DBCapability
 
removeMember(DBUser) - Method in interface org.glite.security.voms.database.DBContainer
Remove a user from this container.
removeMember(DBUser) - Method in class org.glite.security.voms.database.DBGroup
Remove a user from this group and all its subgroups.
removeMember(DBUser) - Method in class org.glite.security.voms.database.DBQualifiedRole
Rids the given user from this qualified role.
removeMember(DBUser) - Method in class org.glite.security.voms.database.DBRole
Rids the given user from this role in every group.
removeMember(DBUser, DBGroup) - Method in class org.glite.security.voms.database.DBRole
Removes this role from the given user associated with the given group.
removeMember(String, String, String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Removes a member of a group.
removeMember(String, String, String) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
removeMember(String, String, String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Removes a member of a group.
removeMember(String, String, String, String, String) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
rollback() - Method in class org.glite.security.voms.database.connection.DirectUpdate
Roll back the current transaction, and release this connection.
rollback() - Method in class org.glite.security.voms.database.connection.Update
Roll back the current transaction, and release this connection.
run() - Method in class org.glite.security.voms.service.CAUpdater
The method to be called by the Timer.

S

SCHEMA - Static variable in class org.glite.security.voms.service.Version
The version of the database schema used by this server.
SECURITY_CONTEXT_REMOTE_ADDRESS - Static variable in class org.glite.security.voms.service.Constants
Security context property name for remote address.
SERVER - Static variable in class org.glite.security.voms.service.Version
The version of the VOMS Admin server.
SET_ACL - Static variable in class org.glite.security.voms.service.Operation
The value for ACL modification.
SET_DEFAULT_ACL - Static variable in class org.glite.security.voms.service.Operation
The value for modification of default ACLs.
SIZE_LIMIT - Static variable in class org.glite.security.voms.service.Constants
Limit on the length of DNs in the database.
SOAPChronicleEntry - class org.glite.security.voms.service.request.SOAPChronicleEntry.
An entry in a request's past history.
SOAPChronicleEntry() - Constructor for class org.glite.security.voms.service.request.SOAPChronicleEntry
 
SecurityContextHandler - class org.glite.security.voms.service.SecurityContextHandler.
This class is an AXIS handler that can be put in a request flow in front of an actual SOAP endpoint that it initializes the SecurityContext.
SecurityContextHandler() - Constructor for class org.glite.security.voms.service.SecurityContextHandler
 
Sequence - interface org.glite.security.voms.database.Sequence.
Database-independent sequence API.
SequenceAction - class org.glite.security.voms.operation.SequenceAction.
 
ServletContextListener - class org.glite.security.voms.webui.ServletContextListener.
A ServletContextListener to initialize the set of dynamic web pages for the config feature.
ServletContextListener() - Constructor for class org.glite.security.voms.webui.ServletContextListener
 
ServletContextListener - class org.glite.security.voms.webui.config.ServletContextListener.
A ServletContextListener to initialize the set of dynamic web pages for the config feature.
ServletContextListener() - Constructor for class org.glite.security.voms.webui.config.ServletContextListener
 
ServletContextListener - class org.glite.security.voms.webui.siblings.ServletContextListener.
A ServletContextListener to initialize the set of dynamic web pages for the Siblings feature.
ServletContextListener() - Constructor for class org.glite.security.voms.webui.siblings.ServletContextListener
 
SetACLAction - class org.glite.security.voms.operation.SetACLAction.
An action for setting the ACL of a container.
SetACLAction(String, ACLEntry[]) - Constructor for class org.glite.security.voms.operation.SetACLAction
 
SetDefaultACLAction - class org.glite.security.voms.operation.SetDefaultACLAction.
An action for setting the default ACL of a group.
SetDefaultACLAction(String, ACLEntry[]) - Constructor for class org.glite.security.voms.operation.SetDefaultACLAction
 
SetUserAction - class org.glite.security.voms.operation.SetUserAction.
An action for setting the attributes of a user.
SetUserAction(User) - Constructor for class org.glite.security.voms.operation.SetUserAction
 
Settings - class org.glite.security.voms.utilities.Settings.
A class for reading the system's gLite configuration parameters, for example the value of GLITE_LOCATION.
ShortRequest - class org.glite.security.voms.service.request.ShortRequest.
Contains a short description of a request.
ShortRequest() - Constructor for class org.glite.security.voms.service.request.ShortRequest
 
SimpleSerializer - class org.glite.security.voms.utilities.SimpleSerializer.
A simple utility class for converting Java objects to/from byte arrays.
SimpleSerializer() - Constructor for class org.glite.security.voms.utilities.SimpleSerializer
 
StackTrace - class org.glite.security.voms.utilities.StackTrace.
Common stack trace operations for easy error reporting.
StackTrace() - Constructor for class org.glite.security.voms.utilities.StackTrace
 
SubstringPattern - class org.glite.security.voms.utilities.SubstringPattern.
A class for matching space-separated substring patterns case-insensitively.
schedule(TimerTask, Date) - Method in class org.glite.security.voms.service.VOMSTimer
 
schedule(TimerTask, Date, long) - Method in class org.glite.security.voms.service.VOMSTimer
 
schedule(TimerTask, long) - Method in class org.glite.security.voms.service.VOMSTimer
 
schedule(TimerTask, long, long) - Method in class org.glite.security.voms.service.VOMSTimer
 
scheduleAtFixedRate(TimerTask, Date, long) - Method in class org.glite.security.voms.service.VOMSTimer
 
scheduleAtFixedRate(TimerTask, long, long) - Method in class org.glite.security.voms.service.VOMSTimer
 
send() - Method in class org.glite.security.voms.notification.EmailNotification
 
send() - Method in class org.glite.security.voms.notification.Notification
Once the notification is created this method tries to send the message.
sendPendingNotifications() - Method in class org.glite.security.voms.request.Request
Sends out pending notifications.
sender - Variable in class org.glite.security.voms.notification.Notification
 
sent - Variable in class org.glite.security.voms.notification.Notification
 
session - Static variable in class org.glite.security.voms.notification.EmailNotification
 
set(ClientTransaction) - Static method in class org.glite.security.voms.database.connection.CurrentConnection
 
setACL(String, ACLEntry[]) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Replaces the existing ACL on this container.
setACL(String, ACLEntry[]) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
setACL(String, String, String, ACLEntry[]) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Replaces the existing ACL on this container.
setACL(String, String, String, ACLEntry[]) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
setACLEntries(ACLEntry[]) - Method in class org.glite.security.voms.database.DBACL
Replace the ACL with a new set of entries.
setAcceptedEvents(String[]) - Method in class org.glite.security.voms.service.request.DetailedRequest
Set the list of events that this request accepts in this state.
setActionDescription(String) - Method in class org.glite.security.voms.service.request.ShortRequest
Set the description of the action of this request.
setActionParameters(String[]) - Method in class org.glite.security.voms.service.request.DetailedRequest
Set the parameters of the requested action as an array of strings.
setAdminCA(String) - Method in class org.glite.security.voms.service.ACLEntry
 
setAdminDN(String) - Method in class org.glite.security.voms.service.ACLEntry
 
setAllow(boolean) - Method in class org.glite.security.voms.service.ACLEntry
 
setAttributes(boolean) - Method in class org.glite.security.voms.database.DBGroup
Set auxiliary attributes.
setAttributes(String, String, String) - Method in class org.glite.security.voms.database.DBUser
Set auxiliary attributes.
setCA(String) - Method in class org.glite.security.voms.service.User
 
setCN(String) - Method in class org.glite.security.voms.service.User
 
setCertUri(String) - Method in class org.glite.security.voms.service.User
 
setChronicle(SOAPChronicleEntry[]) - Method in class org.glite.security.voms.service.request.DetailedRequest
Set the history of this request.
setClearContext() - Static method in class org.glite.security.voms.service.InitSecurityContext
Initialize a clear security context, which will fail on all security checks.
setClient(DBAdmin) - Method in class org.glite.security.voms.database.connection.ClientTransaction
Set the client to the given admin.
setClientCA(String) - Method in class org.glite.security.voms.service.request.SOAPChronicleEntry
Set the CA of the client who initiated the event.
setClientDN(String) - Method in class org.glite.security.voms.service.request.SOAPChronicleEntry
Set the DN of the client who initiated the event.
setComment(String) - Method in class org.glite.security.voms.service.request.SOAPChronicleEntry
Set the comment submitted by the client.
setContainerName(String) - Method in class org.glite.security.voms.service.request.ShortRequest
Set the FQCN of the container that this request wants to change.
setContextFromRequest(ServletRequest) - Static method in class org.glite.security.voms.service.InitSecurityContext
Sets up the client's credentials.
setDN(String) - Method in class org.glite.security.voms.service.User
 
setDefaultACL(String, ACLEntry[]) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Manipulates the default ACL, which is applied on every group created as a subgroup of this one.
setDefaultACL(String, ACLEntry[]) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
setDefaultACL(String, String, String, ACLEntry[]) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Manipulates the default ACL, which is applied on every group created as a subgroup of this one.
setDefaultACL(String, String, String, ACLEntry[]) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
setDelegatedContext(String, String) - Static method in class org.glite.security.voms.service.InitSecurityContext
Initialize and set delegated admin's security context.
setDescription(String) - Method in class org.glite.security.voms.service.request.SOAPChronicleEntry
Set the description of what happened to the request.
setFlag(int) - Method in interface org.glite.security.voms.database.Column
Set the given column flag.
setId(long) - Method in class org.glite.security.voms.service.request.ShortRequest
Set the unique id of this request.
setInternalContext() - Static method in class org.glite.security.voms.service.InitSecurityContext
Initialize and set internal admin's security context.
setLocalContext(String) - Static method in class org.glite.security.voms.service.InitSecurityContext
Initialize and set local admin's security context.
setMail(String) - Method in class org.glite.security.voms.service.User
 
setOperationName(String) - Method in class org.glite.security.voms.service.ACLEntry
Sets the operation field of this ACL entry to the given string.
setRecipientsToAdmins(Action) - Method in class org.glite.security.voms.notification.Notification
Sets the recipients to the email addresses of the action's administrators.
setRequester(User) - Method in class org.glite.security.voms.service.request.ShortRequest
Set the requester of this request.
setStatus(String) - Method in class org.glite.security.voms.service.request.ShortRequest
Set the status of this request.
setStatusDescription(String) - Method in class org.glite.security.voms.service.request.DetailedRequest
Set the status description of this request.
setTimestamp(Calendar) - Method in class org.glite.security.voms.service.request.SOAPChronicleEntry
Set the time the described event happened to the request.
setType(String) - Method in class org.glite.security.voms.service.request.ShortRequest
Set the type of this request.
setUser(User) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Updates auxiliary information about a user in the VOMS database.
setUser(User) - Method in class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
setUser(String, String, User) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Updates auxiliary information about a user in the VOMS database.
setUser(String, String, User) - Method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
src - Static variable in class org.glite.security.voms.webui.request.UserRoot
 
start() - Static method in class org.glite.security.voms.request.RequestScheduler
 
start() - Static method in class org.glite.security.voms.service.CAUpdater
 
start() - Static method in class org.glite.security.voms.service.VOMSSetup
Initializes the VOMS Java environment.
startForm(HttpServletRequest, PrintWriter, String) - Static method in class org.glite.security.voms.webui.Page
 
startForm(HttpServletRequest, PrintWriter, String, String) - Static method in class org.glite.security.voms.webui.Page
 
state - Variable in class org.glite.security.voms.request.Request
The current state.
stop() - Static method in class org.glite.security.voms.service.VOMSSetup
Stops background threads, cleans up Java environment.
store() - Method in class org.glite.security.voms.request.Request
Save this Request object in the database.
storeObject(Transaction, Serializable, String, String, String, long) - Method in interface org.glite.security.voms.database.DBFlavour
Store o in table.column at the row described by the given condition.
storeObject(Transaction, Serializable, String, String, String, long) - Method in class org.glite.security.voms.database.flavours.MySQLFlavour
 
storeObject(Transaction, Serializable, String, String, String, long) - Method in class org.glite.security.voms.database.flavours.OracleFlavour
 
subject - Variable in class org.glite.security.voms.notification.Notification
 

T

Table - interface org.glite.security.voms.database.Table.
 
TestSuiteHelper - class org.glite.security.voms.service.TestSuiteHelper.
 
TestSuiteHelper() - Constructor for class org.glite.security.voms.service.TestSuiteHelper
 
TimedCacheable - class org.glite.security.voms.database.cache.TimedCacheable.
Utility class to help creating Cacheables which should be periodically refreshed from the database.
TimedCacheable(long) - Constructor for class org.glite.security.voms.database.cache.TimedCacheable
Create a new TimedCacheable instance with the specified refresh period.
TimedCacheable() - Constructor for class org.glite.security.voms.database.cache.TimedCacheable
Create a new TimedCacheable instance with the default refresh period.
TimeoutEvent - class org.glite.security.voms.request.TimeoutEvent.
An event for timeouts.
TimeoutEvent(String) - Constructor for class org.glite.security.voms.request.TimeoutEvent
 
TimeoutEvent() - Constructor for class org.glite.security.voms.request.TimeoutEvent
 
Transaction - class org.glite.security.voms.database.connection.Transaction.
A wrapper around java.sql.Connection for convenient handling of prepared SQL statements.
Transaction(Connection) - Constructor for class org.glite.security.voms.database.connection.Transaction
Protected constructor.
textField(HttpServletRequest, PrintWriter, String) - Static method in class org.glite.security.voms.webui.Page
 
textField(HttpServletRequest, PrintWriter, String, String) - Static method in class org.glite.security.voms.webui.Page
 
textField(HttpServletRequest, PrintWriter, String, String, String) - Static method in class org.glite.security.voms.webui.Page
 
textField(HttpServletRequest, PrintWriter, String, boolean) - Static method in class org.glite.security.voms.webui.Page
 
theAdmin() - Static method in class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
theAdmin() - Static method in class org.glite.security.voms.webui.admin.Page
Single business logic object for the whole application.
theCore() - Static method in class org.glite.security.voms.webui.core.CoreRoot
Single business logic object for the whole application.
theDatabase() - Static method in class org.glite.security.voms.database.Database
 
theRequest() - Static method in class org.glite.security.voms.webui.request.Page
Single business logic object for the whole application.
theSession() - Static method in class org.glite.security.voms.notification.EmailNotification
 
title - Variable in class org.glite.security.voms.webui.Page
 
toDatabaseCapabilityName(String) - Method in interface org.glite.security.voms.service.ContainerNamingScheme
Convert a capability name in display form to database form.
toDatabaseGroupName(String) - Method in interface org.glite.security.voms.service.ContainerNamingScheme
Convert a group name in display form to database form.
toDatabaseRoleName(String) - Method in interface org.glite.security.voms.service.ContainerNamingScheme
Convert a role name in display form to database form.
toLog() - Method in class org.glite.security.voms.service.VOMSException
 
toString() - Method in class org.glite.security.voms.database.DBACL
 
toString() - Method in class org.glite.security.voms.database.DBAdmin
Convert to a human-readable string representation.
toString() - Method in class org.glite.security.voms.database.DBCA
 
toString() - Method in class org.glite.security.voms.database.DBCapability
Convert to a human-readable string.
toString() - Method in interface org.glite.security.voms.database.DBContainer
Convert to a human-readable string.
toString() - Method in class org.glite.security.voms.database.DBGroup
Convert to a human-readable string.
toString() - Method in class org.glite.security.voms.database.DBQualifiedRole
Convert to a human-readable string.
toString() - Method in class org.glite.security.voms.database.DBRole
Convert to a human-readable string.
toString() - Method in class org.glite.security.voms.database.DBUser
Convert to a human-readable string representation.
toString() - Method in class org.glite.security.voms.database.cache.RowCache
 
toString() - Method in class org.glite.security.voms.database.connection.ConnectionPool
 
toString() - Method in class org.glite.security.voms.database.connection.DirectUpdate
 
toString() - Method in class org.glite.security.voms.database.connection.Update
 
toString() - Method in class org.glite.security.voms.database.flavours.MySQLFlavour
 
toString() - Method in class org.glite.security.voms.database.flavours.OracleFlavour
 
toString() - Method in class org.glite.security.voms.notification.Notification
 
toString() - Method in class org.glite.security.voms.operation.EmptyAction
 
toString() - Method in class org.glite.security.voms.operation.SequenceAction
 
toString() - Method in class org.glite.security.voms.request.AllowEvent
 
toString() - Method in class org.glite.security.voms.request.ConfirmEvent
 
toString() - Method in class org.glite.security.voms.request.DeleteEvent
 
toString() - Method in class org.glite.security.voms.request.DenyEvent
 
toString() - Method in class org.glite.security.voms.request.Event
 
toString() - Method in class org.glite.security.voms.request.Request
 
toString() - Method in class org.glite.security.voms.request.TimeoutEvent
 
toString() - Method in class org.glite.security.voms.service.ACLEntry
Prints the ACL entry.
toString() - Method in class org.glite.security.voms.service.Operation
 
toString() - Method in class org.glite.security.voms.service.User
 
toString() - Method in class org.glite.security.voms.service.Version.VersionNumber
Return the short version number.
toString() - Method in class org.glite.security.voms.service.request.RequestStatus
Convert this RequestStatus to a human-readable string.
toString() - Method in class org.glite.security.voms.webui.request.CertificateHelper
 
toTime(long) - Method in interface org.glite.security.voms.service.history.VOMSHistory
Converts a transaction number to time-mark.
toTime(long) - Method in class org.glite.security.voms.service.history.VOMSHistorySoapBindingImpl
 
toTransaction(Calendar) - Method in interface org.glite.security.voms.service.history.VOMSHistory
Converts a time-mark to transaction number.
toTransaction(Calendar) - Method in class org.glite.security.voms.service.history.VOMSHistorySoapBindingImpl
 

U

UNAUTHENTICATED_CLIENT - Static variable in class org.glite.security.voms.service.Constants
The DN of the virtual administrator for unauthenticated clients.
UNKNOWN - Static variable in class org.glite.security.voms.service.request.RequestStatus
Unknown status.
USER_LIST_LIMIT - Static variable in class org.glite.security.voms.webui.admin.UserActions
Maximal number of users to be listed.
UnexpectedEvent - exception org.glite.security.voms.request.UnexpectedEvent.
An exception for signalling unexpected events.
UnexpectedEvent(Event) - Constructor for class org.glite.security.voms.request.UnexpectedEvent
 
Update - class org.glite.security.voms.database.connection.Update.
A subclass of Transaction for updates with convenient transaction management.
User - class org.glite.security.voms.service.User.
Convenience functions for User.
User() - Constructor for class org.glite.security.voms.service.User
 
User(String, String) - Constructor for class org.glite.security.voms.service.User
Creates a new user with the given name and CA.
User(String, String, String, String, String) - Constructor for class org.glite.security.voms.service.User
Creates a new user with the given attributes.
UserActions - class org.glite.security.voms.webui.admin.UserActions.
 
UserActions() - Constructor for class org.glite.security.voms.webui.admin.UserActions
 
UserActions.Adds - class org.glite.security.voms.webui.admin.UserActions.Adds.
 
UserActions.Adds() - Constructor for class org.glite.security.voms.webui.admin.UserActions.Adds
 
UserActions.AddsDo - class org.glite.security.voms.webui.admin.UserActions.AddsDo.
 
UserActions.AddsDo() - Constructor for class org.glite.security.voms.webui.admin.UserActions.AddsDo
 
UserActions.Create - class org.glite.security.voms.webui.admin.UserActions.Create.
 
UserActions.Create() - Constructor for class org.glite.security.voms.webui.admin.UserActions.Create
 
UserActions.CreateDo - class org.glite.security.voms.webui.admin.UserActions.CreateDo.
 
UserActions.CreateDo() - Constructor for class org.glite.security.voms.webui.admin.UserActions.CreateDo
 
UserActions.Details - class org.glite.security.voms.webui.admin.UserActions.Details.
 
UserActions.Details() - Constructor for class org.glite.security.voms.webui.admin.UserActions.Details
 
UserActions.Edit - class org.glite.security.voms.webui.admin.UserActions.Edit.
 
UserActions.Edit() - Constructor for class org.glite.security.voms.webui.admin.UserActions.Edit
 
UserActions.EditDo - class org.glite.security.voms.webui.admin.UserActions.EditDo.
 
UserActions.EditDo() - Constructor for class org.glite.security.voms.webui.admin.UserActions.EditDo
 
UserActions.List - class org.glite.security.voms.webui.admin.UserActions.List.
 
UserActions.List() - Constructor for class org.glite.security.voms.webui.admin.UserActions.List
 
UserActions.Remove - class org.glite.security.voms.webui.admin.UserActions.Remove.
 
UserActions.Remove() - Constructor for class org.glite.security.voms.webui.admin.UserActions.Remove
 
UserActions.RemoveDo - class org.glite.security.voms.webui.admin.UserActions.RemoveDo.
 
UserActions.RemoveDo() - Constructor for class org.glite.security.voms.webui.admin.UserActions.RemoveDo
 
UserActions.Search - class org.glite.security.voms.webui.admin.UserActions.Search.
 
UserActions.Search() - Constructor for class org.glite.security.voms.webui.admin.UserActions.Search
 
UserRoot - class org.glite.security.voms.webui.request.UserRoot.
 
UserRoot() - Constructor for class org.glite.security.voms.webui.request.UserRoot
 
UserRoot.Confirm - class org.glite.security.voms.webui.request.UserRoot.Confirm.
 
UserRoot.Confirm() - Constructor for class org.glite.security.voms.webui.request.UserRoot.Confirm
 
UserRoot.Create - class org.glite.security.voms.webui.request.UserRoot.Create.
 
UserRoot.Create() - Constructor for class org.glite.security.voms.webui.request.UserRoot.Create
 
UserRoot.CreateDo - class org.glite.security.voms.webui.request.UserRoot.CreateDo.
 
UserRoot.CreateDo() - Constructor for class org.glite.security.voms.webui.request.UserRoot.CreateDo
 
UserRoot.CreateRefuse - class org.glite.security.voms.webui.request.UserRoot.CreateRefuse.
 
UserRoot.CreateRefuse() - Constructor for class org.glite.security.voms.webui.request.UserRoot.CreateRefuse
 
UserRoot.Delete - class org.glite.security.voms.webui.request.UserRoot.Delete.
 
UserRoot.Delete() - Constructor for class org.glite.security.voms.webui.request.UserRoot.Delete
 
UserRoot.DeleteDo - class org.glite.security.voms.webui.request.UserRoot.DeleteDo.
 
UserRoot.DeleteDo() - Constructor for class org.glite.security.voms.webui.request.UserRoot.DeleteDo
 
UserRoot.Details - class org.glite.security.voms.webui.request.UserRoot.Details.
 
UserRoot.Details() - Constructor for class org.glite.security.voms.webui.request.UserRoot.Details
 
UserRoot.List - class org.glite.security.voms.webui.request.UserRoot.List.
 
UserRoot.List() - Constructor for class org.glite.security.voms.webui.request.UserRoot.List
 
UserRoot.ShortRequestComparator - class org.glite.security.voms.webui.request.UserRoot.ShortRequestComparator.
 
UserRoot.ShortRequestComparator() - Constructor for class org.glite.security.voms.webui.request.UserRoot.ShortRequestComparator
 
unknown - Variable in class org.glite.security.voms.webui.ControllerServlet
 
unknownCapability(HttpServletRequest, PrintWriter) - Static method in class org.glite.security.voms.webui.admin.CapabilityActions
 
unknownGroup(HttpServletRequest, PrintWriter) - Static method in class org.glite.security.voms.webui.admin.GroupActions
 
unknownRole(HttpServletRequest, PrintWriter) - Static method in class org.glite.security.voms.webui.admin.RoleActions
 
unknownUser(HttpServletRequest, PrintWriter) - Static method in class org.glite.security.voms.webui.admin.UserActions
 
update(String, String) - Method in interface org.glite.security.voms.database.Sequence
Update sequence value based on the maximum value in a column of a database table.
upgrade() - Static method in class org.glite.security.voms.database.connection.DatabaseUpgrade
Upgrade the database from a previous version on the fly.

V

VIRTUAL_CA - Static variable in class org.glite.security.voms.service.Constants
The DN of the internal virtual CA.
VOMSAdmin - interface org.glite.security.voms.service.admin.VOMSAdmin.
Virtual Organisation Membership Service Administration interface.
VOMSAdminSoapBindingImpl - class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl.
Server side of the VOMS Administrative service.
VOMSAdminSoapBindingImpl() - Constructor for class org.glite.security.voms.service.admin.VOMSAdminSoapBindingImpl
 
VOMSCompatibility - interface org.glite.security.voms.service.compatibility.VOMSCompatibility.
Virtual Organization Membership Service Compatibility service for the mkgridmap utility.
VOMSCompatibilitySoapBindingImpl - class org.glite.security.voms.service.compatibility.VOMSCompatibilitySoapBindingImpl.
Server side of the VOMS Compatibility service.
VOMSCompatibilitySoapBindingImpl() - Constructor for class org.glite.security.voms.service.compatibility.VOMSCompatibilitySoapBindingImpl
 
VOMSContextListener - class org.glite.security.voms.service.VOMSContextListener.
ServletContextListener implementation to properly set up and shut down the database connections of VOMS.
VOMSContextListener() - Constructor for class org.glite.security.voms.service.VOMSContextListener
 
VOMSCore - interface org.glite.security.voms.service.core.VOMSCore.
Virtual Organisation Membership Service Core interface.
VOMSCoreSoapBindingImpl - class org.glite.security.voms.service.core.VOMSCoreSoapBindingImpl.
Server side of the VOMS Core service.
VOMSCoreSoapBindingImpl() - Constructor for class org.glite.security.voms.service.core.VOMSCoreSoapBindingImpl
 
VOMSException - exception org.glite.security.voms.service.VOMSException.
General VOMS exception (thrown back to the client by the VOMS interfaces).
VOMSException() - Constructor for class org.glite.security.voms.service.VOMSException
 
VOMSException(String) - Constructor for class org.glite.security.voms.service.VOMSException
 
VOMSException(Throwable) - Constructor for class org.glite.security.voms.service.VOMSException
 
VOMSException(String, Throwable) - Constructor for class org.glite.security.voms.service.VOMSException
 
VOMSHistory - interface org.glite.security.voms.service.history.VOMSHistory.
Virtual Organisation Membership Service History interface.
VOMSHistorySoapBindingImpl - class org.glite.security.voms.service.history.VOMSHistorySoapBindingImpl.
Server side of the VOMS History service.
VOMSHistorySoapBindingImpl() - Constructor for class org.glite.security.voms.service.history.VOMSHistorySoapBindingImpl
 
VOMSPage - class org.glite.security.voms.webui.VOMSPage.
 
VOMSPage(String, String) - Constructor for class org.glite.security.voms.webui.VOMSPage
 
VOMSRequest - interface org.glite.security.voms.service.request.VOMSRequest.
Virtual Organization Membership Service user request interface.
VOMSRequestSoapBindingImpl - class org.glite.security.voms.service.request.VOMSRequestSoapBindingImpl.
The implementation of the Request SOAP interface.
VOMSRequestSoapBindingImpl() - Constructor for class org.glite.security.voms.service.request.VOMSRequestSoapBindingImpl
 
VOMSSecurityException - exception org.glite.security.voms.service.VOMSSecurityException.
VOMS exception for insufficient privileges.
VOMSSecurityException(String) - Constructor for class org.glite.security.voms.service.VOMSSecurityException
 
VOMSSetup - class org.glite.security.voms.service.VOMSSetup.
Contains VOMSSetup.start() and VOMSSetup.stop() methods for starting and stopping auxiliary services of the VOMS Java environment.
VOMSSetup() - Constructor for class org.glite.security.voms.service.VOMSSetup
 
VOMSTimer - class org.glite.security.voms.service.VOMSTimer.
General timer for VOMS: a decorated singleton for Timer that extends it with an interface for waiting for the currently running timer (if any) to finish execution.
VOMSTrustedAdmin - interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin.
Virtual Organisation Membership Service Trusted Admin Interface.
VOMSTrustedAdminSoapBindingImpl - class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl.
Implementation of the TrustedAdmin interface.
VOMSTrustedAdminSoapBindingImpl() - Constructor for class org.glite.security.voms.service.trustedadmin.VOMSTrustedAdminSoapBindingImpl
 
VO_GROUP_ID - Static variable in class org.glite.security.voms.database.DBGroup
The id of the VO group.
Version - class org.glite.security.voms.service.Version.
A class containing the version numbers of the various components of the VOMS Admin system.
Version() - Constructor for class org.glite.security.voms.service.Version
 
Version.VersionNumber - class org.glite.security.voms.service.Version.VersionNumber.
A class representing version numbers.
Version.VersionNumber(int, int, int, String) - Constructor for class org.glite.security.voms.service.Version.VersionNumber
Set up a new VersionNumber by building it up from the given component numbers.
Version.VersionNumber(String) - Constructor for class org.glite.security.voms.service.Version.VersionNumber
Set up a new VersionNumber by parsing the given version string.
validRequest(HttpServletRequest) - Method in class org.glite.security.voms.webui.FileServlet
Some sanity check on the file names, which are to be returned.
visible - Variable in class org.glite.security.voms.webui.Page
 
visibleChild - Variable in class org.glite.security.voms.webui.Page
 
vos - Variable in class org.glite.security.voms.webui.siblings.Page
Virtual Organizations.
vreq - Static variable in class org.glite.security.voms.webui.request.Page
 

W

WelcomePage - class org.glite.security.voms.webui.WelcomePage.
 
WelcomePage() - Constructor for class org.glite.security.voms.webui.WelcomePage
 
waitUntilStarted() - Static method in class org.glite.security.voms.service.VOMSSetup
Block until the service has been fully initialized.
writeDetails(QName, SerializationContext) - Method in class org.glite.security.voms.service.VOMSException
Writes the exception data to the faultDetails
writeTransactionTimestampIfNecessary() - Method in class org.glite.security.voms.database.connection.Update
Write a new timestamp record for the last transaction if necessary.

A B C D E F G H I L M N O P Q R S T U V W