|
Java AFS Admin API v1.3 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of K5PasswordPolicy in org.openafs.jafsadm |
Methods in org.openafs.jafsadm that return K5PasswordPolicy | |
K5PasswordPolicy |
K5User.getPasswordPolicy()
K5: Returns the password policy assigned to this user. |
Methods in org.openafs.jafsadm with parameters of type K5PasswordPolicy | |
void |
K5User.setPasswordPolicy(K5PasswordPolicy policy)
K5: Sets the password policy for this user. |
int |
K5PasswordPolicy.compareTo(K5PasswordPolicy user)
Compares two K5PasswordPolicy objects respective to their names and does not factor any other attribute. |
boolean |
K5PasswordPolicy.equals(K5PasswordPolicy policy)
Tests whether two K5PasswordPolicy objects are equal,
based on their names. |
Constructors in org.openafs.jafsadm with parameters of type K5PasswordPolicy | |
K5User(String name,
Cell cell,
K5PasswordPolicy passwordPolicy)
Constructs a new K5User object instance given the name of the AFS user
and the AFS cell, represented by cell , to which it belongs and the
Kerberos 5 Password Policy to be applied. |
|
Java AFS Admin (jafsadm) API for OpenAFS | ||||||||
PREV NEXT | FRAMES NO FRAMES |