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

A

abort() - Method in class com.tivoli.mts.PDLoginModule
Abort the authentication (second phase).
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
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.mts.PDAttrs
Clear the current PDAttrs.
clone() - Method in class com.tivoli.mts.PDAttrs
Clone the current PDAttrs.
clone() - Method in class com.tivoli.mts.PDAttrValues
Return a clone of this object.
clone() - Method in class com.tivoli.mts.PDAttrValue
Return a clone of the object.
com.tivoli.mts - package com.tivoli.mts
 
commit() - Method in class com.tivoli.mts.PDLoginModule
Commit the authentication (second phase).

D

delete(String) - Method in class com.tivoli.mts.PDAttrs
Remove the named attribute from the PDAttrs.

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.mts.PDAttrs
Indicates whether some other Object is equal to this one.
equals(Object) - Method in class com.tivoli.mts.PDPermission
Checks two PDPermission objects for equality.
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.PDAttrValue
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.

G

get(String) - Method in class com.tivoli.mts.PDAttrs
Returns the value(s) to which this PDAttrs maps the specified key.
getActions() - Method in class com.tivoli.mts.PDPermission
Returns the canonical string representation of the actions.
getName() - Method in class com.tivoli.mts.PDPrincipal
Return a string name of this PDPrincipal.
getQoP() - Method in class com.tivoli.mts.PDAttrs
Returns the current value of QoP
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.mts.PDAttrs
Returns a hashcode for the current object.
hashCode() - Method in class com.tivoli.mts.PDPermission
Returns the hash code value for this object.
hashCode() - Method in class com.tivoli.mts.PDAttrValues
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.PDPrincipal
Return a hash code for this PDPrincipal.

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.
initialize(Subject, CallbackHandler, Map, Map) - Method in class com.tivoli.mts.PDLoginModule
Initialize this LoginModule.

K

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

L

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 routine will configure this machine for use with Policy Director.

P

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.
PDLoginModule - class com.tivoli.mts.PDLoginModule.
This PDLoginModule represents the JAAS authentication mechanism for Policy Director.
PDLoginModule() - Constructor for class com.tivoli.mts.PDLoginModule
 
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.
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.
PDStatics - class com.tivoli.mts.PDStatics.
A class for various constants used in PDPermission and associated classes.

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.

S

setQoP(int) - Method in class com.tivoli.mts.PDAttrs
Sets the current value of QoP
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 this machine for participation with Policy Director in resolving Java security checks that involve the PDPermission class or subclasses thereof.
SvrSslCfg() - Constructor for class com.tivoli.mts.SvrSslCfg
 

T

toString() - Method in class com.tivoli.mts.PDAttrs
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.PDAttrValue
Return a string version of this object.
toString() - Method in class com.tivoli.mts.PDPrincipal
Return a string representation of this PDPrincipal.

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