A C D E G H I K L M P Q R S T U

A

abort() - Method in class com.tivoli.mts.PDLoginModule
Abort the authentication (second phase).
acctDisableTimeEnforced() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns an indicator from this object whether or not the account disable time interval policy is enforced.
acctDisableTimeUnlimited() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns an indicator from this object whether or not the account disable time interval policy is unlimited.
acctExpDateEnforced() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns an indicator from this object whether or not the account expiration date policy is enforced.
acctExpDateUnlimited() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns an indicator from this object whether or not the account expiration date policy is unlimited.
add(Object) - Method in class com.tivoli.mts.PDAttrValues
Overrides the generic method in HashSet that allows objects of any type to be added to a Set.
add(PDAttrValue) - Method in class com.tivoli.mts.PDAttrValues
Adds the input PDAttrValue to this PDAttrValues.
add(String, byte[]) - Method in class com.tivoli.mts.PDAttrs
Associates the specified value with the specified name in this PDAttrs.
add(String, PDAttrValues) - Method in class com.tivoli.mts.PDAttrs
Associates the specified values with the specified name in this PDAttrs.
add(String, String) - Method in class com.tivoli.mts.PDAttrs
Associates the specified value with the specified name in this PDAttrs.
addAll(Collection) - Method in class com.tivoli.mts.PDAttrValues
Adds all of the elements in the specified collection to this collection.
addAll(PDAttrs) - Method in class com.tivoli.mts.PDAttrs
Adds all of the elements in the specified PDAttrs to this PDAttrs.
addGroupMemberships(String, String[]) - Method in class com.tivoli.mts.PDPrincipal
Return a new PDPrincipal that adds these group memberships to the current PDPrincipal
addMembers(PDContext, ArrayList, PDMessages) - Method in class com.tivoli.pd.jadmin.PDGroup
Adds the specified user to this group.
addMembers(PDContext, String, ArrayList, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDGroup
Adds the specified user to the specified group.
attachAcl(PDContext, String, PDMessages) - Method in class com.tivoli.pd.jadmin.PDProtObject
Attaches an ACL to a protected object in the Management Server, and in this object.
attachAcl(PDContext, String, String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDProtObject
Attaches an ACL to a protected object in the Management Server.
AZN_ENT_SVC_PD_POBJ - Static variable in class com.tivoli.mts.PDStatics
Entitlements Service ID: Policy Director Protected Object Entitlements.
AZN_ENT_SVC_PD_POBJ_MATCHES - Static variable in class com.tivoli.mts.PDStatics
Output attribute: the list of objects which match the input criteria
AZN_ENT_SVC_PD_POBJ_PATH - Static variable in class com.tivoli.mts.PDStatics
Input attribute: the protected object directory path to be searched
AZN_ENT_SVC_PD_POBJ_REQD_OPS - Static variable in class com.tivoli.mts.PDStatics
Input attribute: the requested set of operations for the credential
AZN_MOD_RAD_GROUP_NAMES - Static variable in class com.tivoli.mts.PDStatics
Input attribute: the groups to be added to the credential
AZN_MOD_SVC_RAD_2AB - Static variable in class com.tivoli.mts.PDStatics
The default Credential Modification service
AZN_VALTYPE_BUFFER - Static variable in class com.tivoli.mts.PDStatics
The attribute is a byte array
AZN_VALTYPE_UTF8STRING - Static variable in class com.tivoli.mts.PDStatics
The attribute is a UTF8 String

C

clear() - Method in class com.tivoli.pd.jutil.PDMessages
Clears any PDMessage objects present in this PDMessages object.
clear() - Method in class com.tivoli.mts.PDAttrs
Clear the current PDAttrs.
clone() - Method in class com.tivoli.pd.jadmin.PDAcl
Returns a copy of this object.
clone() - Method in class com.tivoli.pd.jadmin.PDAclEntry
Returns a copy of this object.
clone() - Method in class com.tivoli.pd.jadmin.PDAclEntryAnyOther
Returns a copy of this object.
clone() - Method in class com.tivoli.pd.jadmin.PDAclEntryGroup
Returns a copy of this object.
clone() - Method in class com.tivoli.pd.jadmin.PDAclEntryUnAuth
Returns a copy of this object.
clone() - Method in class com.tivoli.pd.jadmin.PDAclEntryUser
Returns a copy of this object.
clone() - Method in class com.tivoli.pd.jadmin.PDGroup
Returns a copy of this object.
clone() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns a copy of this object.
clone() - Method in class com.tivoli.pd.jadmin.PDProtObject
Returns a copy of this object.
clone() - Method in class com.tivoli.pd.jadmin.PDUser
Returns a copy of this object.
clone() - Method in class com.tivoli.pd.jutil.PDRgyName
Returns a copy of this object.
clone() - Method in class com.tivoli.mts.PDAttrs
Clone the current PDAttrs.
clone() - Method in class com.tivoli.mts.PDAttrValue
Return a clone of the object.
clone() - Method in class com.tivoli.mts.PDAttrValues
Return a clone of this object.
commit() - Method in class com.tivoli.mts.PDLoginModule
Commit the authentication (second phase).
CREATE - Static variable in class com.tivoli.mts.SvrSslCfg
The value for the CREATE action
createAcl(PDContext, String, String, HashMap, HashMap, PDAclEntryAnyOther, PDAclEntryUnAuth, PDAttrs, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDAcl
Creates an ACL in the Management Server.
createGroup(PDContext, String, PDRgyGroupName, String, String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDGroup
Creates a group in the Policy Director Management Server.
createProtObject(PDContext, String, String, boolean, String, PDAttrs, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDProtObject
Creates a protected object in the Management Server.
createProtObjectSpace(PDContext, String, String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDProtObjectSpace
Creates a protected objectspace object in the Management Server.
createUser(PDContext, String, PDRgyUserName, String, char[], ArrayList, boolean, boolean, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDUser
Creates a user in the Policy Director Management Server.

D

delete(String) - Method in class com.tivoli.mts.PDAttrs
Remove the named attribute from the PDAttrs.
deleteAcl(PDContext, String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDAcl
Deletes the specified ACL in the Management Server.
deleteAttribute(PDContext, String, PDMessages) - Method in class com.tivoli.pd.jadmin.PDAcl
Deletes an extended attribute from this object and also in the Management Server.
deleteAttribute(PDContext, String, PDMessages) - Method in class com.tivoli.pd.jadmin.PDProtObject
Deletes the extended attribute for this protected object in the Management Server and also in this object.
deleteAttribute(PDContext, String, String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDAcl
Deletes the extended attribute for the specified ACL in the Management Server.
deleteAttribute(PDContext, String, String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDProtObject
Deletes the extended attribute for a protected object in the Management Server.
deleteAttributeValue(PDContext, String, String, PDMessages) - Method in class com.tivoli.pd.jadmin.PDAcl
Deletes a value for an extended attribute from the local ACL object and also in the Management Server.
deleteAttributeValue(PDContext, String, String, PDMessages) - Method in class com.tivoli.pd.jadmin.PDProtObject
Deletes a value for an extended attribute for this protected object in the Management Server and also in this object.
deleteAttributeValue(PDContext, String, String, String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDAcl
Deletes a value for an extended attribute for the specified ACL in the Management Server.
deleteAttributeValue(PDContext, String, String, String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDProtObject
Deletes a value for an extended attribute for a protected object in the Management Server.
deleteGroup(PDContext, String, boolean, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDGroup
Deletes a group from the Policy Director Management Server and optionally deletes it from the group registry.
deleteProtObject(PDContext, String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDProtObject
Deletes a protected object in the Management Server.
deleteProtObjectSpace(PDContext, String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDProtObjectSpace
Deletes a protected objectspace object in the Management Server.
deleteUser(PDContext, String, boolean, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDUser
Deletes a user from the Policy Director Management Server and optionally delete it from the user registry.
detachAcl(PDContext, PDMessages) - Method in class com.tivoli.pd.jadmin.PDProtObject
Detaches an ACL from a protected object in the Management Server, and in this object.
detachAcl(PDContext, String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDProtObject
Detaches an ACL from a protected object in the Management Server.

E

encode() - Method in class com.tivoli.mts.PDAttrs
 
entrySet() - Method in class com.tivoli.mts.PDAttrs
Return a Set view of the entries in the PDAttrs.
equals(Object) - Method in class com.tivoli.pd.jadmin.PDAcl
Determines whether this PDAcl is equivalent to the input object.
equals(Object) - Method in class com.tivoli.pd.jadmin.PDAclEntry
Determines whether this PDAclEntry is equivalent to the input object.
equals(Object) - Method in class com.tivoli.pd.jadmin.PDAclEntryAnyOther
Determines whether this PDAclEntryAnyOther is equivalent to the input object.
equals(Object) - Method in class com.tivoli.pd.jadmin.PDAclEntryGroup
Determines whether this PDAclEntryGroup is equivalent to the input object.
equals(Object) - Method in class com.tivoli.pd.jadmin.PDAclEntryUnAuth
Determines whether this PDAclEntryUnAuth is equivalent to the input object.
equals(Object) - Method in class com.tivoli.pd.jadmin.PDAclEntryUser
Determines whether this PDAclEntryUser is equivalent to the input object.
equals(Object) - Method in class com.tivoli.pd.jadmin.PDGroup
Determines whether this PDGroup is equivalent to the input object.
equals(Object) - Method in class com.tivoli.pd.jadmin.PDPolicy
Determines whether this PDPolicy is equivalent to the input object.
equals(Object) - Method in class com.tivoli.pd.jadmin.PDProtObject
Determines whether this PDProtObject is equivalent to the input object.
equals(Object) - Method in class com.tivoli.pd.jadmin.PDUser
Determines whether this PDUser is equivalent to the input object.
equals(Object) - Method in class com.tivoli.pd.jutil.PDRgyName
Compares this registry name to the specified object.
equals(Object) - Method in class com.tivoli.pd.jutil.PDRgyUserName
Compares this registry user name to the specified object.
equals(Object) - Method in class com.tivoli.pd.jutil.PDContext
Determines whether this PDContext is equivalent to the input object.
equals(Object) - Method in class com.tivoli.mts.PDAttrs
Indicates whether some other Object is equal to this one.
equals(Object) - Method in class com.tivoli.mts.PDAttrValue
Indicates whether some other Object is equal to this one.
equals(Object) - Method in class com.tivoli.mts.PDAttrValues
Indicates whether some other Object is equal to this one.
equals(Object) - Method in class com.tivoli.mts.PDPrincipal
Compares the specified Object with this PDPrincipal for equality.
equals(Object) - Method in class com.tivoli.mts.PDPermission
Checks two PDPermission objects for equality.

G

get(String) - Method in class com.tivoli.mts.PDAttrs
Returns the value(s) to which this PDAttrs maps the specified key.
getAccessEndTime() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns the end time of the access period for the user account (or all user accounts in the case of the global policy) from this object.
getAccessibleDays() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns a bit map of the accessible days for the user account (or all user accounts in the case of the global policy) from this object.
getAccessStartTime() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns the start time of the access period for the user account (or all user accounts in the case of the global policy) from this object.
getAcctDisableTimeInterval() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns the account disable time interval for the user account (or all user accounts in the case of the global policy) from this object.
getAcctExpDate() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns the account expiration date for the user account (or all user accounts in the case of the global policy) from this object.
getAcl() - Method in class com.tivoli.pd.jadmin.PDProtObject
Gets the ACL of this protected object.
getActions() - Method in class com.tivoli.mts.PDPermission
Returns the canonical string representation of the actions.
getAttributeNames() - Method in class com.tivoli.pd.jadmin.PDAcl
Gets the names of the extended attributes from this object.
getAttributeNames() - Method in class com.tivoli.pd.jadmin.PDProtObject
Gets the names of the extended attributes for this protected object.
getAttributeValues(String) - Method in class com.tivoli.pd.jadmin.PDAcl
Gets the values of an extended attribute from this object.
getAttributeValues(String) - Method in class com.tivoli.pd.jadmin.PDProtObject
Gets the value(s) of an extended attribute for this protected object.
getAuthType() - Method in class com.tivoli.pd.jutil.PDContext
Returns the authentication type used in this context.
getCause() - Method in class com.tivoli.pd.jutil.PDException
Returns the wrapped Throwable.
getDescription() - Method in class com.tivoli.pd.jadmin.PDAcl
Gets the ACL description from this object.
getDescription() - Method in class com.tivoli.pd.jadmin.PDGroup
Returns the group description from this object.
getDescription() - Method in class com.tivoli.pd.jadmin.PDProtObject
Gets the description of this protected object.
getDescription() - Method in class com.tivoli.pd.jadmin.PDUser
Returns the user description from this object.
getEntitlements(String, PDAttrs) - Method in class com.tivoli.mts.PDPrincipal
Return all the objects to which this PDPrincipal has the specified access
getFirstName() - Method in class com.tivoli.pd.jadmin.PDUser
Returns the the first name for this user as defined in the user registry.
getFirstName() - Method in class com.tivoli.pd.jutil.PDRgyUserName
Returns the first name of this registry user.
getGroupId() - Method in class com.tivoli.pd.jadmin.PDAclEntryGroup
Returns the group Id for this object.
getGroups() - Method in class com.tivoli.pd.jadmin.PDUser
Returns a list of groups from this object that this user is a member of.
getId() - Method in class com.tivoli.pd.jadmin.PDAcl
Gets the ACL name from this object.
getId() - Method in class com.tivoli.pd.jadmin.PDGroup
Returns the name for this group as defined by Policy Director.
getId() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns the user name from this object.
getId() - Method in class com.tivoli.pd.jadmin.PDProtObject
Gets the name of this protected object.
getId() - Method in class com.tivoli.pd.jadmin.PDUser
Returns the name for this user as defined by Policy Director.
getLastName() - Method in class com.tivoli.pd.jadmin.PDUser
Returns the the last name for this user as defined in the user registry.
getLastName() - Method in class com.tivoli.pd.jutil.PDRgyUserName
Returns the last name of this registry user.
getLocale() - Method in class com.tivoli.pd.jutil.PDContext
Returns the locale that any return messages or error text will be translated into.
getMaxFailedLogins() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns the maximum login failures allowed for the user account (or all user accounts in the case of the global policy) from this object.
getMaxPwdAge() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns the maximum password age, in seconds, for this account (or all user account passwords in the case of the global policy).
getMaxPwdRepChars() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns the maximum number of repeated characters allowed for the user account password (or all user account passwords in the case of the global policy) from this object.
getMembers() - Method in class com.tivoli.pd.jadmin.PDGroup
Returns a list of users from this object that are members of this group.
getMessages() - Method in class com.tivoli.pd.jutil.PDException
Returns a copy of the PDMessages object stored in this PDException.
getMinPwdAlphas() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns the minimum number of alphabetic characters required for the user account password (or all user account passwords in the case of the global policy) from this object.
getMinPwdLen() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns the minimum length required for the user account password (or all user account passwords in the case of the global policy) from this object.
getMinPwdNonAlphas() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns the minimum number of non-alphabetic characters required for the user account password (or all user account passwords in the case of the global policy) from this object.
getMsgCode() - Method in class com.tivoli.pd.jutil.PDMessage
Returns the code for the message.
getMsgSeverity() - Method in class com.tivoli.pd.jutil.PDMessage
Returns the severity for the message.
getMsgText() - Method in class com.tivoli.pd.jutil.PDMessage
Returns the localized text for the message.
getName() - Method in class com.tivoli.pd.jutil.PDRgyName
Returns this registry name.
getName() - Method in class com.tivoli.mts.PDPrincipal
Return a string name of this PDPrincipal.
getPDAclEntriesGroup() - Method in class com.tivoli.pd.jadmin.PDAcl
Gets a HashMap of group ACL entries from this object.
getPDAclEntriesUser() - Method in class com.tivoli.pd.jadmin.PDAcl
Gets a HashMap of user ACL entries from this object.
getPDAclEntryAnyOther() - Method in class com.tivoli.pd.jadmin.PDAcl
Gets the any-other ACL entry from this object.
getPDAclEntryUnAuth() - Method in class com.tivoli.pd.jadmin.PDAcl
Gets the permission for the unauthenticated ACL entry from this object.
getPermission() - Method in class com.tivoli.pd.jadmin.PDAclEntry
Gets the permission for this ACL entry.
getPolicy() - Method in class com.tivoli.pd.jadmin.PDUser
Returns the account policy associated with this user from this object.
getProgramName() - Static method in class com.tivoli.pd.jadmin.PDAdmin
Return the program name used to initialize this component.
getQoP() - Method in class com.tivoli.mts.PDAttrs
Returns the current value of QoP
getRgyName() - Method in class com.tivoli.pd.jadmin.PDGroup
Returns the name for this group as defined in the group registry.
getRgyName() - Method in class com.tivoli.pd.jadmin.PDUser
Returns the name for this user as defined in the user registry.
getUserid() - Method in class com.tivoli.pd.jutil.PDContext
Returns the user whose authentication was used to establish this context.
getUserId() - Method in class com.tivoli.pd.jadmin.PDAclEntryUser
Returns the user Id for this object.
getUserRgy(PDContext, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDUser
Returns an indicator of which type of user registry is configured for the Policy Director Management Server.
getValue() - Method in class com.tivoli.mts.PDAttrValue
Returns the value of the current object, which can then be examined to see what it is.

H

hashCode() - Method in class com.tivoli.pd.jutil.PDRgyName
Returns a hashcode for this registry name.
hashCode() - Method in class com.tivoli.mts.PDAttrs
Returns a hashcode for the current object.
hashCode() - Method in class com.tivoli.mts.PDAttrValue
Returns a hashcode for the current object.
hashCode() - Method in class com.tivoli.mts.PDAttrValues
Returns a hashcode for the current object.
hashCode() - Method in class com.tivoli.mts.PDPrincipal
Return a hash code for this PDPrincipal.
hashCode() - Method in class com.tivoli.mts.PDPermission
Returns the hash code value for this object.

I

implies(PDPermission) - Method in class com.tivoli.mts.PDPrincipal
See if the current PDPrincipal has the specified PDPermission.
implies(PDPermission, PDAttrs, PDAttrs) - Method in class com.tivoli.mts.PDPrincipal
See if the current PDPrincipal has the specified PDPermission.
implies(PDPrincipal) - Method in class com.tivoli.mts.PDPermission
Checks if Policy Director grants the specified permissions to the PDPrincipal.
implies(PDPrincipal, PDAttrs, PDAttrs) - Method in class com.tivoli.mts.PDPermission
Checks if Policy Director grants the specified permissions to the PDPrincipal.
implies(Permission) - Method in class com.tivoli.mts.PDPermission
Checks to see if Policy Director grants the specified permission.
implies(Subject) - Method in class com.tivoli.mts.PDPrincipal
Check if the specified Subject is implied by this object.
importGroup(PDContext, String, PDRgyGroupName, String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDGroup
Creates a group in the Policy Director Management Server by importing it from the group directory.
importUser(PDContext, String, PDRgyUserName, String, boolean, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDUser
Creates a user in the Policy Director Management Server by importing an existing user from the user registry.
initialize(String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDAdmin
Perform initialization needed by the Policy Director Admin API classes.
initialize(Subject, CallbackHandler, Map, Map) - Method in class com.tivoli.mts.PDLoginModule
Initialize this LoginModule.
isAccountValid() - Method in class com.tivoli.pd.jadmin.PDUser
Returns a setting from this object indicating whether or not this user's account is valid.
isInited() - Static method in class com.tivoli.pd.jadmin.PDAdmin
Indicates whether this component has been initialized or not.
isPasswordValid() - Method in class com.tivoli.pd.jadmin.PDUser
Returns a setting from this object indicating whether or not this user's password is valid.
isPDGroup() - Method in class com.tivoli.pd.jadmin.PDGroup
Returns a setting from this object indicating whether or not this group is defined to the Policy Director Management Server.
isPDUser() - Method in class com.tivoli.pd.jadmin.PDUser
Returns a setting from this object indicating whether or not this user is defined to Policy Director.
isPolicyAttachable() - Method in class com.tivoli.pd.jadmin.PDProtObject
Gets the isPolicyAttachable flag of this protected object.
isSSOUser() - Method in class com.tivoli.pd.jadmin.PDUser
 

K

keySet() - Method in class com.tivoli.mts.PDAttrs
Returns a set view of the keys contained in this PDAttrs.

L

listAcls(PDContext, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDAcl
Returns a list of IDs of all ACLs existing in the Management Server.
listGroups(PDContext, String, long, boolean, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDGroup
Lists groups whose names match the input pattern.
listProtObjects(PDContext, String, PDAttrs, PDAttrs, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDProtObject
Returns a list of protected objects under the specified directory in the Management Server.
listProtObjectsByAcl(PDContext, String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDProtObject
Returns a list of protected objects that exist in the Management Server and have the specified ACL attached.
listProtObjectSpaces(PDContext, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDProtObjectSpace
Returns a list of names of all existing protected object spaces in the Management Server.
listUsers(PDContext, String, long, boolean, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDUser
Lists users whose names match the input pattern.
login() - Method in class com.tivoli.mts.PDLoginModule
Authenticate the user (first phase).
logout() - Method in class com.tivoli.mts.PDLoginModule
Logout the user

M

main(String[]) - Static method in class com.tivoli.mts.SvrSslCfg
This function will configure an application for remote usage of Policy Director services.
maxFailedLoginsEnforced() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns an indicator from this object whether or not the maximum failed login policy is enforced.
maxPwdAgeEnforced() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns an indicator from this object whether or not the maximum password age policy is enforced.
maxPwdRepCharsEnforced() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns an indicator from this object whether or not the password maximum repeated characters policy is enforced.
minPwdAlphasEnforced() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns an indicator from this object whether or not the password minimum alphabetic characters required policy is enforced.
minPwdLenEnforced() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns an indicator from this object whether or not the password minimum length required policy is enforced.
minPwdNonAlphasEnforced() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns an indicator from this object whether or not the password minimum non-alphabetic characters required policy is enforced.

P

PDAcl - class com.tivoli.pd.jadmin.PDAcl.
Policy Director Access Control List (ACL) class.
PDAcl(PDContext, String, PDMessages) - Constructor for class com.tivoli.pd.jadmin.PDAcl
Constructs a local object of an ACL that already exists in the Management Server.
PDAclEntry - class com.tivoli.pd.jadmin.PDAclEntry.
Policy Director ACL Entry class.
PDAclEntryAnyOther - class com.tivoli.pd.jadmin.PDAclEntryAnyOther.
Policy Director class for the any-other ACL entry.
PDAclEntryAnyOther(PDContext, String, PDMessages) - Constructor for class com.tivoli.pd.jadmin.PDAclEntryAnyOther
Constructs a PDAclEntryAnyOther object.
PDAclEntryGroup - class com.tivoli.pd.jadmin.PDAclEntryGroup.
Policy Director class for the group ACL entry.
PDAclEntryGroup(PDContext, String, String, PDMessages) - Constructor for class com.tivoli.pd.jadmin.PDAclEntryGroup
Constructs a PDAclEntryGroup object.
PDAclEntryUnAuth - class com.tivoli.pd.jadmin.PDAclEntryUnAuth.
Policy Director class for the unauthenticated ACL entry.
PDAclEntryUnAuth(PDContext, String, PDMessages) - Constructor for class com.tivoli.pd.jadmin.PDAclEntryUnAuth
Constructs a PDAclEntryUnAuth object.
PDAclEntryUser - class com.tivoli.pd.jadmin.PDAclEntryUser.
Policy Director class for the user ACL entry.
PDAclEntryUser(PDContext, String, String, PDMessages) - Constructor for class com.tivoli.pd.jadmin.PDAclEntryUser
Constructs a PDAclEntryUser object.
PDAdmin - class com.tivoli.pd.jadmin.PDAdmin.
Utility class used to perform initialization and shutdown operations needed by the Policy Director Admin API component classes.
PDAttrs - class com.tivoli.mts.PDAttrs.
This class represents what would be known in the C APIs of Policy Director as an Attrlist, or attribute list.
PDAttrs() - Constructor for class com.tivoli.mts.PDAttrs
Constructs a new, empty map with default capacity and load factor, which is 0.75.
PDAttrs(int) - Constructor for class com.tivoli.mts.PDAttrs
Constructs a new, empty map with the specified initial capacity and default load factor, which is 0.75.
PDAttrs(int, float) - Constructor for class com.tivoli.mts.PDAttrs
Constructs a new, empty map with the specified initial capacity and the specified load factor.
PDAttrs(PDAttrs) - Constructor for class com.tivoli.mts.PDAttrs
Constructs a new PDAttrs containing the elements in the specified PDAttrs.
PDAttrValue - class com.tivoli.mts.PDAttrValue.
Represents the value of a Policy Director attribute.
PDAttrValue(byte[]) - Constructor for class com.tivoli.mts.PDAttrValue
Construct a PDAttrValue from a clone of the input byte array
PDAttrValue(String) - Constructor for class com.tivoli.mts.PDAttrValue
Construct a PDAttrValue from a String
PDAttrValues - class com.tivoli.mts.PDAttrValues.
This class represents a collection of values for a particular PDAttr.
PDAttrValues() - Constructor for class com.tivoli.mts.PDAttrValues
Constructs a new, empty set; the backing HashMap instance has default capacity and load factor, which is 0.75.
PDAttrValues(Collection) - Constructor for class com.tivoli.mts.PDAttrValues
Constructs a new Set containing the elements in the specified Collection.
PDAttrValues(int) - Constructor for class com.tivoli.mts.PDAttrValues
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and default load factor, which is 0.75.
PDAttrValues(int, float) - Constructor for class com.tivoli.mts.PDAttrValues
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and the specified load factor.
PDAUTHTYPE_CERT - Static variable in class com.tivoli.pd.jutil.PDContext
Indicates a PDContext authenticated with a certficate.
PDAUTHTYPE_ID - Static variable in class com.tivoli.pd.jutil.PDContext
Indicates a PDContext authenticated with a user id and password.
PDContext - class com.tivoli.pd.jutil.PDContext.
This class encapsulates the communication session between the client application and the Policy Director Management Server.
PDContext(Locale, String, char[], URL) - Constructor for class com.tivoli.pd.jutil.PDContext
Contructs a PDContext based on a userid-password authentication and configuration information contained in the input configuration URL.
PDContext(Locale, URL) - Constructor for class com.tivoli.pd.jutil.PDContext
Contructs a PDContext based on a certificate authentication and configuration information contained in the input configuration URL.
PDContext(String, char[], URL) - Constructor for class com.tivoli.pd.jutil.PDContext
Contructs a PDContext based on a userid-password authentication and configuration information contained in the input configuration URL.
PDContext(URL) - Constructor for class com.tivoli.pd.jutil.PDContext
Contructs a PDContext based on a certificate authentication and configuration information contained in the input configuration URL.
PDException - exception com.tivoli.pd.jutil.PDException.
PD Exception class.
PDException() - Constructor for class com.tivoli.pd.jutil.PDException
Default constructor for a PDException.
PDException(int, Locale) - Constructor for class com.tivoli.pd.jutil.PDException
Constructs a PDException with the specified message code and locale.
PDException(PDMessages) - Constructor for class com.tivoli.pd.jutil.PDException
Constructs a PDException containing the specified PDMessages object.
PDException(PDMessages, int, Locale) - Constructor for class com.tivoli.pd.jutil.PDException
Constructs a PDException with the specified PDMessages object, a specified message code, and a locale.
PDException(PDMessages, String) - Constructor for class com.tivoli.pd.jutil.PDException
Constructs a PDException containing the specified PDMessages object, and a specified detail message.
PDException(PDMessages, String, Throwable) - Constructor for class com.tivoli.pd.jutil.PDException
Constructs a PDException with the specified detail message, specified PDMessages object, and the specified Throwable.
PDException(PDMessages, Throwable) - Constructor for class com.tivoli.pd.jutil.PDException
Constructs a PDException with the specified PDMessages object, and a specified Throwable.
PDException(String) - Constructor for class com.tivoli.pd.jutil.PDException
Constructs a PDException with the specified detail message.
PDException(String, Throwable) - Constructor for class com.tivoli.pd.jutil.PDException
Constructs a PDException with the specified detail message and the specified Throwable.
PDException(Throwable) - Constructor for class com.tivoli.pd.jutil.PDException
Constructs a PDException that wraps the specified Throwable.
PDGroup - class com.tivoli.pd.jadmin.PDGroup.
This class represents a group in the Policy Directory Management Server.
PDGROUP_ALLPATTERN - Static variable in class com.tivoli.pd.jadmin.PDGroup
Constant used to match all names when listing groups.
PDGROUP_MAXRETURN - Static variable in class com.tivoli.pd.jadmin.PDGroup
Constant used to return the maximum number possible when listing groups.
PDGroup(PDContext, Object, PDMessages) - Constructor for class com.tivoli.pd.jadmin.PDGroup
Creates a PDGroup object with the specified input name.
PDLoginModule - class com.tivoli.mts.PDLoginModule.
This PDLoginModule represents the JAAS authentication mechanism for Policy Director.
PDLoginModule() - Constructor for class com.tivoli.mts.PDLoginModule
 
PDMessage - class com.tivoli.pd.jutil.PDMessage.
This class stores the message code, localized string, and severity for a single PD Message.
PDMESSAGE_SEVERITY_ERROR - Static variable in class com.tivoli.pd.jutil.PDMessage
 
PDMESSAGE_SEVERITY_INFO - Static variable in class com.tivoli.pd.jutil.PDMessage
The severity levels for a PD Message.
PDMESSAGE_SEVERITY_WARNING - Static variable in class com.tivoli.pd.jutil.PDMessage
 
PDMessage(int, Locale) - Constructor for class com.tivoli.pd.jutil.PDMessage
Constructs a PDMessage with the specified code and locale.
PDMessage(int, String, long) - Constructor for class com.tivoli.pd.jutil.PDMessage
Constructs a PDMessage with the specified code, text, and severity.
PDMessages - class com.tivoli.pd.jutil.PDMessages.
This class stores a list of PDMessage elements.
PDMessages() - Constructor for class com.tivoli.pd.jutil.PDMessages
Constructs an empty PDMessages.
PDMessages(Collection) - Constructor for class com.tivoli.pd.jutil.PDMessages
Constructs a PDMessages containing the elements of the specified collection, in the order they are returned by the collection's iterator.
PDMessages(int) - Constructor for class com.tivoli.pd.jutil.PDMessages
Constructs an empty PDMessages whose backing Vector has the specified initial capacity and a capacity increment equal to zero.
PDMessages(int, int) - Constructor for class com.tivoli.pd.jutil.PDMessages
Constructs an empty PDMessages whose backing Vector has the specified initial capacity and capacity increment.
PDPermission - class com.tivoli.mts.PDPermission.
This class represents an authorization permission for accessing a resource object in the protected domain defined by Policy Director.
PDPermission(String, String) - Constructor for class com.tivoli.mts.PDPermission
Creates a new PDPermission object with the specified actions and resource.
PDPolicy - class com.tivoli.pd.jadmin.PDPolicy.
This class represents the policy information associated with a Policy Director user account, or in the case of the global policy, with all user accounts.
PDPOLICY_GLOBAL_POLICY - Static variable in class com.tivoli.pd.jadmin.PDPolicy
String constant representing the Policy Directory global policy.
PDPOLICY_TIME_LOCAL - Static variable in class com.tivoli.pd.jadmin.PDPolicy
Constant indicating local time.
PDPOLICY_TIME_UTC - Static variable in class com.tivoli.pd.jadmin.PDPolicy
Constant indicating UTC time.
PDPOLICY_TOD_ALL - Static variable in class com.tivoli.pd.jadmin.PDPolicy
Constant indicating all days.
PDPOLICY_TOD_ANY - Static variable in class com.tivoli.pd.jadmin.PDPolicy
Constant indicating any day of the week.
PDPOLICY_TOD_FRI - Static variable in class com.tivoli.pd.jadmin.PDPolicy
Constant indicating Friday.
PDPOLICY_TOD_MON - Static variable in class com.tivoli.pd.jadmin.PDPolicy
Constant indicating Monday.
PDPOLICY_TOD_SAT - Static variable in class com.tivoli.pd.jadmin.PDPolicy
Constant indicating Saturday.
PDPOLICY_TOD_SUN - Static variable in class com.tivoli.pd.jadmin.PDPolicy
Constant indicating Sunday.
PDPOLICY_TOD_THU - Static variable in class com.tivoli.pd.jadmin.PDPolicy
Constant indicating Thursday.
PDPOLICY_TOD_TUE - Static variable in class com.tivoli.pd.jadmin.PDPolicy
Constant indicating Tuesday.
PDPOLICY_TOD_WED - Static variable in class com.tivoli.pd.jadmin.PDPolicy
Constant indicating Wednesday.
PDPOLICY_TOD_WEEKDAY - Static variable in class com.tivoli.pd.jadmin.PDPolicy
Constant indicating any weekday, Monday - Friday.
PDPOLICY_TOD_WEEKEND - Static variable in class com.tivoli.pd.jadmin.PDPolicy
Constant indicating any weekend day, Saturday or Sunday.
PDPolicy(PDContext, String, PDMessages) - Constructor for class com.tivoli.pd.jadmin.PDPolicy
Creates a representation of the policy that applies to the specified user.
PDPrincipal - class com.tivoli.mts.PDPrincipal.
This class implements the Principal interface and represents general information about a Policy Director user.
PDPrincipal() - Constructor for class com.tivoli.mts.PDPrincipal
Create a PDPrincipal for the "unauthenticated user".
PDPrincipal(String) - Constructor for class com.tivoli.mts.PDPrincipal
Create a PDPrincipal with an identifying name.
PDPrincipal(String, char[]) - Constructor for class com.tivoli.mts.PDPrincipal
Create a PDPrincipal with an identifying name.
PDPrincipal(String, char[], URL) - Constructor for class com.tivoli.mts.PDPrincipal
Create a PDPrincipal with an identifying name and the specified configuration.
PDPrincipal(String, URL) - Constructor for class com.tivoli.mts.PDPrincipal
Create a PDPrincipal with an identifying name and the specified configuration.
PDPrincipal(URL) - Constructor for class com.tivoli.mts.PDPrincipal
Create a PDPrincipal for the "unauthenticated user" with the specified configuration.
PDProtObject - class com.tivoli.pd.jadmin.PDProtObject.
Policy Director Protected Object class.
PDProtObject(PDContext, String, PDAttrs, PDAttrs, PDMessages) - Constructor for class com.tivoli.pd.jadmin.PDProtObject
Constructs a local object of a protected object that already exists in the Management Server.
PDProtObjectSpace - class com.tivoli.pd.jadmin.PDProtObjectSpace.
Policy Director Protected ObjectSpace class.
PDRgyGroupName - class com.tivoli.pd.jutil.PDRgyGroupName.
This class represents the name of a group object in Policy Director's backing store.
PDRgyGroupName(String) - Constructor for class com.tivoli.pd.jutil.PDRgyGroupName
Constructs a PDRgyGroupName with the specified registry name.
PDRgyName - class com.tivoli.pd.jutil.PDRgyName.
This class represents the name of an object in Policy Director's backing store.
PDRgyName(String) - Constructor for class com.tivoli.pd.jutil.PDRgyName
Constructs a PDRgyName with the specified registry name.
PDRgyUserName - class com.tivoli.pd.jutil.PDRgyUserName.
This class represents the name of a user object in Policy Director's backing store.
PDRgyUserName(String) - Constructor for class com.tivoli.pd.jutil.PDRgyUserName
Constructs a PDRgyUserName with the specified registry name.
PDRgyUserName(String, String, String) - Constructor for class com.tivoli.pd.jutil.PDRgyUserName
Constructs a PDRgyUserName with the specified registry name, first name and last name.
PDStatics - class com.tivoli.mts.PDStatics.
A class for various constants used in PDPermission and associated classes.
PDUser - class com.tivoli.pd.jadmin.PDUser.
This class represents a user in the Policy Directory Management Server.
PDUSER_ADUSERREG - Static variable in class com.tivoli.pd.jadmin.PDUser
Constant indicating an Active Directory user registry.
PDUSER_ALLPATTERN - Static variable in class com.tivoli.pd.jadmin.PDUser
Constant used to match all names when listing users.
PDUSER_DOMINOUSERREG - Static variable in class com.tivoli.pd.jadmin.PDUser
Constant indicating a Domino user registry.
PDUSER_LDAPUSERREG - Static variable in class com.tivoli.pd.jadmin.PDUser
Constant indicating an LDAP user registry.
PDUSER_MAXRETURN - Static variable in class com.tivoli.pd.jadmin.PDUser
Constant used to return the maximum number possible when listing users.
PDUSER_MULTIDOMAIN_ADUSERREG - Static variable in class com.tivoli.pd.jadmin.PDUser
Constant indicating a multidomain Active Directory user registry.
PDUser(PDContext, Object, PDMessages) - Constructor for class com.tivoli.pd.jadmin.PDUser
Creates a PDUser object with the specified input name.
printStackTrace() - Method in class com.tivoli.pd.jutil.PDException
Prints the stack trace for the exception and any wrapped exceptions contained in it.
pwdSpacesAllowed() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns an indicator whether or not spaces are allowed for the user account password (or all user account passwords in the case of global policy) from this object.
pwdSpacesAllowedEnforced() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns an indicator from this object whether or not the password spaces allowed policy is enforced.

Q

QOP_INTEGRITY - Static variable in class com.tivoli.mts.PDStatics
The quality of protection required between caller and the domain before access to the protected object can be granted.
QOP_NONE - Static variable in class com.tivoli.mts.PDStatics
The quality of protection required between caller and the domain before access to the protected object can be granted.
QOP_PRIVACY - Static variable in class com.tivoli.mts.PDStatics
The quality of protection required between caller and the domain before access to the protected object can be granted.

R

removeMembers(PDContext, ArrayList, PDMessages) - Method in class com.tivoli.pd.jadmin.PDGroup
Removes the specified user from this group.
removeMembers(PDContext, String, ArrayList, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDGroup
Removes the specified user from the specified group.
removePDAclEntryAnyOther(PDContext, PDMessages) - Method in class com.tivoli.pd.jadmin.PDAcl
Removes the any-other ACL entry from this object and also in the Management Server.
removePDAclEntryAnyOther(PDContext, String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDAcl
Removes the any-other ACL entry from the specified ACL in the Management Server.
removePDAclEntryGroup(PDContext, String, PDMessages) - Method in class com.tivoli.pd.jadmin.PDAcl
Removes a group ACL entry from this object and also in the Management Server.
removePDAclEntryGroup(PDContext, String, String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDAcl
Removes a group ACL entry from the specified ACL in the Management Server.
removePDAclEntryUnAuth(PDContext, PDMessages) - Method in class com.tivoli.pd.jadmin.PDAcl
Removes the unauthenticated ACL entry from ACL object and also in the Management Server.
removePDAclEntryUnAuth(PDContext, String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDAcl
Removes the unauthenticated ACL entry from the specified ACL in the Management Server.
removePDAclEntryUser(PDContext, String, PDMessages) - Method in class com.tivoli.pd.jadmin.PDAcl
Removes a user ACL entry from this object and also in the Management Server.
removePDAclEntryUser(PDContext, String, String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDAcl
Removes a user ACL entry from the specified ACL in the Management Server.
REPLACE - Static variable in class com.tivoli.mts.SvrSslCfg
The value for the REPLACE action

S

setAccountValid(PDContext, boolean, PDMessages) - Method in class com.tivoli.pd.jadmin.PDUser
Enables or disables this Policy Director user's account.
setAccountValid(PDContext, String, boolean, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDUser
Enables or disables the specified Policy Director user's account.
setAcctDisableTime(PDContext, long, boolean, boolean, PDMessages) - Method in class com.tivoli.pd.jadmin.PDPolicy
Sets the time to disable the user account (or all user accounts in the case of the global policy) when the maximum number of login failures is exceeded.
setAcctDisableTime(PDContext, String, long, boolean, boolean, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDPolicy
Sets the time to disable the specified user account (or all user accounts in the case of the global policy) when the maximum number of login failures is exceeded.
setAcctExpDate(PDContext, Date, boolean, boolean, PDMessages) - Method in class com.tivoli.pd.jadmin.PDPolicy
Sets the account expiration date for the user account (or all user accounts in the case of the global policy).
setAcctExpDate(PDContext, String, Date, boolean, boolean, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDPolicy
Sets the account expiration date for the specified user account (or all user accounts in the case of the global policy).
setAttributeValue(PDContext, String, String, PDMessages) - Method in class com.tivoli.pd.jadmin.PDAcl
Sets the value of an extended attribute in this object and also in the Management Server.
setAttributeValue(PDContext, String, String, PDMessages) - Method in class com.tivoli.pd.jadmin.PDProtObject
Sets the value of an extended attribute for this protected object in the Management Server and also in this object.
setAttributeValue(PDContext, String, String, String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDAcl
Sets the value of an extended attribute for the specified ACL in the Management Server.
setAttributeValue(PDContext, String, String, String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDProtObject
Sets the value of an extended attribute for a protected object in the Management Server.
setDescription(PDContext, String, PDMessages) - Method in class com.tivoli.pd.jadmin.PDAcl
Sets the descriptive string for this ACL object and also in the Management Server.
setDescription(PDContext, String, PDMessages) - Method in class com.tivoli.pd.jadmin.PDGroup
Modifies this Policy Director group's description.
setDescription(PDContext, String, PDMessages) - Method in class com.tivoli.pd.jadmin.PDProtObject
Sets the descriptive string for a protected object in the Management Server, and in this object.
setDescription(PDContext, String, PDMessages) - Method in class com.tivoli.pd.jadmin.PDUser
Modifies this Policy Director user's description.
setDescription(PDContext, String, String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDAcl
Sets the descriptive string for the specified ACL in the Management Server.
setDescription(PDContext, String, String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDGroup
Modifies the description for the specified Policy Director group.
setDescription(PDContext, String, String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDProtObject
Sets the descriptive string for a protected object in the Management Server.
setDescription(PDContext, String, String, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDUser
Modifies the description for the specified Policy Director user.
setFirstName(String) - Method in class com.tivoli.pd.jutil.PDRgyUserName
Sets the first name of this registry user to the input name.
setGroupId(String) - Method in class com.tivoli.pd.jadmin.PDAclEntryGroup
Sets the group name for this ACL entry.
setLastName(String) - Method in class com.tivoli.pd.jutil.PDRgyUserName
Sets the last name of this registry user to the input name.
setMaxFailedLogins(PDContext, int, boolean, PDMessages) - Method in class com.tivoli.pd.jadmin.PDPolicy
Sets the maximum login failures allowed for the user account (or all user accounts in the case of the global policy).
setMaxFailedLogins(PDContext, String, int, boolean, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDPolicy
Sets the maximum login failures allowed for the user account (or all user accounts in the case of the global policy).
setMaxPwdAge(PDContext, long, boolean, PDMessages) - Method in class com.tivoli.pd.jadmin.PDPolicy
Sets the maximum password age for the user account password (or all user account passwords in the case of the global policy).
setMaxPwdAge(PDContext, String, long, boolean, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDPolicy
Sets the maximum password age for the specified user account password (or all user account passwords in the case of the global policy).
setMaxPwdRepChars(PDContext, int, boolean, PDMessages) - Method in class com.tivoli.pd.jadmin.PDPolicy
Sets the maximum number of repeated characters allowed in the user account password (or all user account passwords in the case of the global policy).
setMaxPwdRepChars(PDContext, String, int, boolean, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDPolicy
Sets the maximum number of repeated characters allowed in the specified user account password (or all user account passwords in the case of the global policy).
setMinPwdAlphas(PDContext, int, boolean, PDMessages) - Method in class com.tivoli.pd.jadmin.PDPolicy
Sets the minimum number of alphabetic characters required in the user account password (or all user account passwords in the case of the global policy).
setMinPwdAlphas(PDContext, String, int, boolean, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDPolicy
Sets the minimum number of alphabetic characters required in the specified user account password (or all user account passwords in the case of the global policy).
setMinPwdLen(PDContext, int, boolean, PDMessages) - Method in class com.tivoli.pd.jadmin.PDPolicy
Sets the minimum length for the user account password (or all user account passwords in the case of the global policy).
setMinPwdLen(PDContext, String, int, boolean, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDPolicy
Sets the minimum length for specified user account password (or all user account passwords in the case of the global policy).
setMinPwdNonAlphas(PDContext, int, boolean, PDMessages) - Method in class com.tivoli.pd.jadmin.PDPolicy
Sets the minimum number of non-alphabetic characters required in the user account password (or all user account passwords in the case of the global policy).
setMinPwdNonAlphas(PDContext, String, int, boolean, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDPolicy
Sets the minimum number of non-alphabetic characters required in the specified user account password (or all user account passwords in the case of the global policy).
setPassword(PDContext, char[], PDMessages) - Method in class com.tivoli.pd.jadmin.PDUser
Modifies this Policy Director user's password and also sets the user's password valid indicator to true.
setPassword(PDContext, String, char[], PDMessages) - Static method in class com.tivoli.pd.jadmin.PDUser
Modifies the specified Policy Director user's password and also sets the user's password valid indicator to true.
setPasswordValid(PDContext, boolean, PDMessages) - Method in class com.tivoli.pd.jadmin.PDUser
Enables or disables this Policy Director user's password.
setPasswordValid(PDContext, String, boolean, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDUser
Enables or disables the specified Policy Director user's password.
setPDAclEntryAnyOther(PDContext, PDAclEntryAnyOther, PDMessages) - Method in class com.tivoli.pd.jadmin.PDAcl
Sets the any-other ACL entry in this object and also in the Management Server.
setPDAclEntryAnyOther(PDContext, String, PDAclEntryAnyOther, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDAcl
Sets the any-other ACL entry in the specified ACL in the Management Server.
setPDAclEntryGroup(PDContext, PDAclEntryGroup, PDMessages) - Method in class com.tivoli.pd.jadmin.PDAcl
Sets the ACL entry for a group in this object and also in the Management Server.
setPDAclEntryGroup(PDContext, String, PDAclEntryGroup, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDAcl
Sets the ACL entry for a group in the specified ACL in the Management Server.
setPDAclEntryUnAuth(PDContext, PDAclEntryUnAuth, PDMessages) - Method in class com.tivoli.pd.jadmin.PDAcl
Sets the unauthenticated ACL entry in this object and also in the Management Server.
setPDAclEntryUnAuth(PDContext, String, PDAclEntryUnAuth, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDAcl
Sets the unauthenticated ACL entry in the specified ACL in the Management Server.
setPDAclEntryUser(PDContext, PDAclEntryUser, PDMessages) - Method in class com.tivoli.pd.jadmin.PDAcl
Sets the ACL entry for a user in this object and also in the Management Server.
setPDAclEntryUser(PDContext, String, PDAclEntryUser, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDAcl
Sets the ACL entry for a user in the specified ACL in the Management Server.
setPermission(String) - Method in class com.tivoli.pd.jadmin.PDAclEntry
Sets the permission for this ACL entry.
setPolicyAttachable(PDContext, boolean, PDMessages) - Method in class com.tivoli.pd.jadmin.PDProtObject
Sets whether policy can be attached to a protected object in the Management Server, and in this object.
setPolicyAttachable(PDContext, String, boolean, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDProtObject
Sets whether policy can be attached to a protected object in the Management Server.
setPwdSpacesAllowed(PDContext, boolean, boolean, PDMessages) - Method in class com.tivoli.pd.jadmin.PDPolicy
Sets whether or not spaces are allowed in the user account password (or all user account passwords in the case of the global policy).
setPwdSpacesAllowed(PDContext, String, boolean, boolean, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDPolicy
Sets whether or not spaces are allowed in the specified user account password (or all user account passwords in the case of the global policy).
setQoP(int) - Method in class com.tivoli.mts.PDAttrs
Sets the current value of QoP
setSSOUser(PDContext, boolean, PDMessages) - Method in class com.tivoli.pd.jadmin.PDUser
 
setSSOUser(PDContext, String, boolean, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDUser
 
setTodAccess(PDContext, long, long, long, int, boolean, PDMessages) - Method in class com.tivoli.pd.jadmin.PDPolicy
Sets the time-of-day access policy for the user account (or all user accounts in the case of the global policy).
setTodAccess(PDContext, String, long, long, long, int, boolean, PDMessages) - Static method in class com.tivoli.pd.jadmin.PDPolicy
Sets the time-of-day access policy for the specified user account (or all user accounts in the case of the global policy).
setUserId(String) - Method in class com.tivoli.pd.jadmin.PDAclEntryUser
Sets the user name for this ACL entry.
shutdown(PDMessages) - Static method in class com.tivoli.pd.jadmin.PDAdmin
Perform shutdown needed by the Policy Director Admin API classes.
size() - Method in class com.tivoli.mts.PDAttrs
Returns the number of key-values mappings in the current PDAttrs.
SvrSslCfg - class com.tivoli.mts.SvrSslCfg.
This program configures a Tivoli Policy Director application server.

T

todAccessEnforced() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns an indicator from this object whether or not the time-of-day access policy is enforced.
toString() - Method in class com.tivoli.pd.jadmin.PDAcl
Returns a String representation of this object.
toString() - Method in class com.tivoli.pd.jadmin.PDAclEntry
Return a String representation of this object.
toString() - Method in class com.tivoli.pd.jadmin.PDAclEntryAnyOther
Return a String representation of this object.
toString() - Method in class com.tivoli.pd.jadmin.PDAclEntryGroup
Return a String representation of this object.
toString() - Method in class com.tivoli.pd.jadmin.PDAclEntryUnAuth
Return a String representation of this object.
toString() - Method in class com.tivoli.pd.jadmin.PDAclEntryUser
Return a String representation of this object.
toString() - Method in class com.tivoli.pd.jadmin.PDGroup
Returns a String representation of this object.
toString() - Method in class com.tivoli.pd.jadmin.PDPolicy
Returns a String representation of this object.
toString() - Method in class com.tivoli.pd.jadmin.PDProtObject
Returns a String representation of this object.
toString() - Method in class com.tivoli.pd.jadmin.PDUser
Returns a String representation of this object.
toString() - Method in class com.tivoli.pd.jutil.PDRgyName
Returns a String representation of this registry name.
toString() - Method in class com.tivoli.pd.jutil.PDRgyUserName
Returns a String representation of this object.
toString() - Method in class com.tivoli.pd.jutil.PDContext
Returns a String representation of this object.
toString() - Method in class com.tivoli.pd.jutil.PDException
Returns a string representation of this Exception, containing the string representation of the wrapped Throwable (if any), the detail message (if any), and the PDMessages object (if any).
toString() - Method in class com.tivoli.pd.jutil.PDMessage
Returns a string representation of this PDMessage.
toString() - Method in class com.tivoli.mts.PDAttrs
Return a string version of this object.
toString() - Method in class com.tivoli.mts.PDAttrValue
Return a string version of this object.
toString() - Method in class com.tivoli.mts.PDAttrValues
Return a string version of this object.
toString() - Method in class com.tivoli.mts.PDPrincipal
Return a string representation of this PDPrincipal.

U

UNCONFIG - Static variable in class com.tivoli.mts.SvrSslCfg
The value for the UNCONFIG action

A C D E G H I K L M P Q R S T U