|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkrb5.lib.AuthorizationDataEntry
public class AuthorizationDataEntry
Class Description : Authorization data entry. A modified version of the code obtained from the Open Group Research Institute.
Field Summary | |
---|---|
byte[] |
adData
Authorization data |
int |
adType
Authorization data type |
Constructor Summary | |
---|---|
AuthorizationDataEntry(int new_adType,
byte[] new_adData)
Class constructor |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones a copy of the object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int adType
public byte[] adData
Constructor Detail |
---|
public AuthorizationDataEntry(int new_adType, byte[] new_adData)
new_adType
- intnew_adData
- byte[]Method Detail |
---|
public java.lang.Object clone()
clone
in class java.lang.Object
Object.clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |