A C D G I L N O R S T U V

A

ACLEntry - class org.glite.security.voms.service.ACLEntry.
Represents access control list entries within the VOMS database.
ACLEntry() - Constructor for class org.glite.security.voms.service.ACLEntry
Empty public constructor.
Attribute - class org.glite.security.voms.service.attributes.Attribute.
 
Attribute() - Constructor for class org.glite.security.voms.service.attributes.Attribute
 
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, String, String, ACLEntry) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Adds a new entry to an ACL of a container.
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, 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.
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, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Adds a new member to the group.
allowRequest(long, String) - Method in interface org.glite.security.voms.service.request.VOMSRequest
Accept the given request, i.e. do the requested operation.
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, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Assigns a new capability to the user.
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, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Assigns a new role to the user.

C

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.
createAttribute(String, String) - Method in interface org.glite.security.voms.service.attributes.VOMSAttributes
 
createCapability(String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Creates a new capability.
createCapability(String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Creates a new capability.
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, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Creates a new group as a subgroup of an existing group.
createRole(String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Creates a new role.
createRole(String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Creates a new role.
createUser(User) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Creates a new user in the VOMS database.
createUser(String, String, User) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Creates a new user in the VOMS database.

D

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
 
deleteAttribute(String) - Method in interface org.glite.security.voms.service.attributes.VOMSAttributes
 
deleteCapability(String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Deletes a capability.
deleteCapability(String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Deletes a capability.
deleteGroup(String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Deletes a group.
deleteGroup(String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Deletes a group.
deleteGroupAttribute(String, String) - Method in interface org.glite.security.voms.service.attributes.VOMSAttributes
 
deleteRequest(long, String) - Method in interface org.glite.security.voms.service.request.VOMSRequest
Delete the given request from the database.
deleteRole(String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Deletes a role.
deleteRole(String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Deletes a role.
deleteRoleAttribute(String, String, String) - Method in interface org.glite.security.voms.service.attributes.VOMSAttributes
 
deleteUser(String, String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Removes a user from the VOMS database.
deleteUser(String, String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Removes a user from the VOMS database.
deleteUserAttribute(User, String) - Method in interface org.glite.security.voms.service.attributes.VOMSAttributes
 
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.
dismissCapability(String, String, String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Dismisses a capability of a user.
dismissCapability(String, String, String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Dismisses a capability of a user.
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, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Dismisses a role of a user.

G

getACL(String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Returns the whole ACL associated with a container.
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, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Returns the whole ACL associated with a container.
getAcceptedEvents() - Method in class org.glite.security.voms.service.request.DetailedRequest
Return a list of events that this request accepts in this state.
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
Returns the principal's CA for this ACL entry.
getAdminDN() - Method in class org.glite.security.voms.service.ACLEntry
Returns the principal's DN for this ACL entry.
getAllRequests() - Method in interface org.glite.security.voms.service.request.VOMSRequest
Return a list of all requests in the database.
getAttribute(String) - Method in interface org.glite.security.voms.service.attributes.VOMSAttributes
 
getAttributes(String[]) - Method in interface org.glite.security.voms.service.core.VOMSCore
Returns the user attributes as a list of strings.
getAttributesAsAC(String[]) - Method in interface org.glite.security.voms.service.core.VOMSCore
Returns the user attributes as an Attribute Certificate.
getCA() - Method in class org.glite.security.voms.service.User
Get the distinguished name of the CA that issued the certificate of this user.
getCN() - Method in class org.glite.security.voms.service.User
Get the common name of this user.
getCertUri() - Method in class org.glite.security.voms.service.User
Set the common name of this user.
getChronicle() - Method in class org.glite.security.voms.service.request.DetailedRequest
Get the history of this request.
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.service.request.SOAPChronicleEntry
Get the DN of the client who initiated the event.
getComment() - Method in class org.glite.security.voms.service.request.SOAPChronicleEntry
Get the comment submitted by the client.
getContainerName() - Method in class org.glite.security.voms.service.request.ShortRequest
Get the FQCN of the container that this request wants to change.
getContext() - Method in class org.glite.security.voms.service.attributes.Attribute
 
getDN() - Method in class org.glite.security.voms.service.User
Get the distinguished name of this user.
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, long) - Method in interface org.glite.security.voms.service.history.VOMSHistory
Get the default ACL for a group at a given transaction.
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.
getDescription() - Method in class org.glite.security.voms.service.attributes.Attribute
 
getDescription() - Method in class org.glite.security.voms.service.request.SOAPChronicleEntry
Get the description of what happened to the request.
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.
getGroupPath(String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Returns the absolute "path" down to this group.
getGroupPath(String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Returns the absolute "path" down to this group.
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.
getMail() - Method in class org.glite.security.voms.service.User
Get the email address of the user.
getMajorVersionNumber() - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Returns the major version number.
getMajorVersionNumber() - Method in interface org.glite.security.voms.service.compatibility.VOMSCompatibility
Returns the major version number.
getMajorVersionNumber() - Method in interface org.glite.security.voms.service.core.VOMSCore
Returns the major version number.
getMajorVersionNumber() - Method in interface org.glite.security.voms.service.history.VOMSHistory
Returns the major version number.
getMajorVersionNumber() - Method in interface org.glite.security.voms.service.request.VOMSRequest
Returns the major version number.
getMajorVersionNumber() - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Returns the major version number.
getMinorVersionNumber() - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Returns the minor version number.
getMinorVersionNumber() - Method in interface org.glite.security.voms.service.compatibility.VOMSCompatibility
Returns the minor version number.
getMinorVersionNumber() - Method in interface org.glite.security.voms.service.core.VOMSCore
Returns the minor version number.
getMinorVersionNumber() - Method in interface org.glite.security.voms.service.history.VOMSHistory
Returns the minor version number.
getMinorVersionNumber() - Method in interface org.glite.security.voms.service.request.VOMSRequest
Returns the minor version number.
getMinorVersionNumber() - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Returns the minor version number.
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.
getMyRequests() - Method in interface org.glite.security.voms.service.request.VOMSRequest
Return a list of all requests created by the client.
getName() - Method in class org.glite.security.voms.service.attributes.Attribute
 
getOperationName() - Method in class org.glite.security.voms.service.ACLEntry
Returns the operation field of this ACL entry.
getPatchVersionNumber() - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Returns the patch version number.
getPatchVersionNumber() - Method in interface org.glite.security.voms.service.compatibility.VOMSCompatibility
Returns the patch version number.
getPatchVersionNumber() - Method in interface org.glite.security.voms.service.core.VOMSCore
Returns the patch version number.
getPatchVersionNumber() - Method in interface org.glite.security.voms.service.history.VOMSHistory
Returns the patch version number.
getPatchVersionNumber() - Method in interface org.glite.security.voms.service.request.VOMSRequest
Returns the patch version number.
getPatchVersionNumber() - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Returns the patch version number.
getPendingRequests() - Method in interface org.glite.security.voms.service.request.VOMSRequest
A shorthand for getRequestsInState (null, null, "Undecided").
getRequest(long) - Method in interface org.glite.security.voms.service.request.VOMSRequest
Return detailed information about a request.
getRequester() - Method in class org.glite.security.voms.service.request.ShortRequest
Get the requester of this request.
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.
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.
getTimestamp() - Method in class org.glite.security.voms.service.request.SOAPChronicleEntry
Get the time the described event happened to the request.
getType() - Method in class org.glite.security.voms.service.request.ShortRequest
Get the type of this request.
getUser(String, String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Returns information about a user in the VOMS database.
getUser() - Method in interface org.glite.security.voms.service.core.VOMSCore
Returns information about a user in the VOMS database.
getUser(String, String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Returns information about a user in the VOMS database.
getVOName() - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Return the name of this VO.
getVOName(String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Return the name of this VO.
getValue() - Method in class org.glite.security.voms.service.attributes.Attribute
 

I

isAllow() - Method in class org.glite.security.voms.service.ACLEntry
Returns the allow field of this ACL entry.

L

listAttributes() - Method in interface org.glite.security.voms.service.attributes.VOMSAttributes
 
listCAs() - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Lists certificate authorities.
listCAs(String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Lists certificate authorities.
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 interface org.glite.security.voms.service.core.VOMSCore
Returns a list of capabilities that the client has.
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.
listGroupAttributes(String) - Method in interface org.glite.security.voms.service.attributes.VOMSAttributes
 
listGroups(String, String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Lists groups of a user.
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(String, String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Lists groups of a user.
listMembers(String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Lists members of a group.
listMembers(String, long) - Method in interface org.glite.security.voms.service.history.VOMSHistory
List members of a container at a given transaction.
listMembers(String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Lists members of a group.
listRoleAttributes(String, String) - Method in interface org.glite.security.voms.service.attributes.VOMSAttributes
 
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 interface org.glite.security.voms.service.core.VOMSCore
Returns a list of roles that the client has, along with their associated groups.
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.
listSubGroups(String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Lists immediate sub-groups of a group.
listSubGroups(String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Lists immediate sub-groups of a group.
listUserAttributes(User) - Method in interface org.glite.security.voms.service.attributes.VOMSAttributes
 
listUsersWithCapability(String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Lists assigned users of a capability.
listUsersWithCapability(String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Lists assigned users of a capability.
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, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Lists assigned users of a role associated with a group.

N

newAddMemberRequest(String, String, String[]) - Method in interface org.glite.security.voms.service.request.VOMSRequest
Create a new request for membership in the specified group.
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.
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.

O

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.attributes - package org.glite.security.voms.service.attributes
 
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
 

R

removeACLEntry(String, ACLEntry) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Removes an existing entry from the ACL.
removeACLEntry(String, String, String, ACLEntry) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Removes an existing entry from the ACL.
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, 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.
removeMember(String, String, String) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Removes a member of a group.
removeMember(String, String, String, String, String) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Removes a member of a group.

S

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
 
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
 
setACL(String, ACLEntry[]) - Method in interface org.glite.security.voms.service.admin.VOMSAdmin
Replaces the existing ACL on this container.
setACL(String, String, String, ACLEntry[]) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Replaces the existing ACL on this container.
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
Sets the principal's CA for this ACL entry.
setAdminDN(String) - Method in class org.glite.security.voms.service.ACLEntry
Sets the principal's DN for this ACL entry.
setAllow(boolean) - Method in class org.glite.security.voms.service.ACLEntry
Sets the allow field of this ACL entry.
setCA(String) - Method in class org.glite.security.voms.service.User
Set the distinguished name of the CA that issued the certificate of this user.
setCertUri(String) - Method in class org.glite.security.voms.service.User
Set the URL of the user's certificate.
setChronicle(SOAPChronicleEntry[]) - Method in class org.glite.security.voms.service.request.DetailedRequest
Set the history of this request.
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.
setContext(String) - Method in class org.glite.security.voms.service.attributes.Attribute
 
setDN(String) - Method in class org.glite.security.voms.service.User
Set the distinguished name of this 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, 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.
setDescription(String) - Method in class org.glite.security.voms.service.attributes.Attribute
 
setDescription(String) - Method in class org.glite.security.voms.service.request.SOAPChronicleEntry
Set the description of what happened to the request.
setGroupAttribute(String, Attribute) - Method in interface org.glite.security.voms.service.attributes.VOMSAttributes
 
setId(long) - Method in class org.glite.security.voms.service.request.ShortRequest
Set the unique id of this request.
setMail(String) - Method in class org.glite.security.voms.service.User
Set the email address of the user.
setName(String) - Method in class org.glite.security.voms.service.attributes.Attribute
 
setOperationName(String) - Method in class org.glite.security.voms.service.ACLEntry
Sets the operation field of this ACL entry.
setRequester(User) - Method in class org.glite.security.voms.service.request.ShortRequest
Set the requester of this request.
setRoleAttribute(String, String, Attribute) - Method in interface org.glite.security.voms.service.attributes.VOMSAttributes
 
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(String, String, User) - Method in interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin
Updates auxiliary information about a user in the VOMS database.
setUserAttribute(User, Attribute) - Method in interface org.glite.security.voms.service.attributes.VOMSAttributes
 
setValue(String) - Method in class org.glite.security.voms.service.attributes.Attribute
 

T

toTime(long) - Method in interface org.glite.security.voms.service.history.VOMSHistory
Converts a transaction number to time-mark.
toTransaction(Calendar) - Method in interface org.glite.security.voms.service.history.VOMSHistory
Converts a time-mark to transaction number.

U

User - class org.glite.security.voms.service.User.
Identifies a user in the VOMS database.
User() - Constructor for class org.glite.security.voms.service.User
Empty default constructor.

V

VOMSAdmin - interface org.glite.security.voms.service.admin.VOMSAdmin.
Virtual Organisation Membership Service Administration interface.
VOMSAttributes - interface org.glite.security.voms.service.attributes.VOMSAttributes.
 
VOMSCompatibility - interface org.glite.security.voms.service.compatibility.VOMSCompatibility.
Virtual Organization Membership Service Compatibility service for the mkgridmap utility.
VOMSCore - interface org.glite.security.voms.service.core.VOMSCore.
Virtual Organisation Membership Service Core interface.
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
 
VOMSHistory - interface org.glite.security.voms.service.history.VOMSHistory.
Virtual Organisation Membership Service History interface.
VOMSRequest - interface org.glite.security.voms.service.request.VOMSRequest.
Virtual Organization Membership Service user request interface.
VOMSTrustedAdmin - interface org.glite.security.voms.service.trustedadmin.VOMSTrustedAdmin.
Virtual Organisation Membership Service Trusted Admin Interface.

A C D G I L N O R S T U V

Copyright © 2004 EU-EGEE