|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkrb5.kdc.db.Record
public abstract class Record
Class Description : Abstract class representing a record.
Constructor Summary | |
---|---|
Record()
|
Method Summary | |
---|---|
abstract org.w3c.dom.Node |
convertNode(org.w3c.dom.Document document)
Convert document to node (principal record entry) |
abstract boolean |
equals(Record rec)
if two pricipal records are equal |
static java.lang.String[] |
getMandatoryFields()
Return a list of mandatory fields |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Record()
Method Detail |
---|
public abstract boolean equals(Record rec)
rec
- Record
public abstract org.w3c.dom.Node convertNode(org.w3c.dom.Document document)
document
- Document
public static java.lang.String[] getMandatoryFields()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |