Uses of Class
com.tivoli.mts.PDPrincipal

Uses of PDPrincipal in com.tivoli.mts
 

Methods in com.tivoli.mts that return PDPrincipal
 PDPrincipal PDPrincipal.addGroupMemberships(java.lang.String serviceID, java.lang.String[] groups)
          Return a new PDPrincipal that adds these group memberships to the current PDPrincipal
 

Methods in com.tivoli.mts with parameters of type PDPrincipal
 boolean PDPermission.implies(PDPrincipal princ)
          Checks if Policy Director grants the specified permissions to the PDPrincipal.
 boolean PDPermission.implies(PDPrincipal princ, PDAttrs inputList, PDAttrs outputList)
          Checks if Policy Director grants the specified permissions to the PDPrincipal.