|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--JSPservletPkg.JSPloader.ClassInfo
Maintain class object and serial number. Used to check if its certificate is not revoked.
JSPloader.ProtectionDomainInfo
Field Summary | |
(package private) java.lang.Class |
cl
cached class |
(package private) JSPloader.ProtectionDomainInfo |
pdi
ProtectionDomain information - used to check CRL |
Constructor Summary | |
(package private) |
JSPloader.ClassInfo()
Constructor used with a Protection Domain with credentials for an unallowed class. |
(package private) |
JSPloader.ClassInfo(java.lang.Class cl)
Constructor used without a ProtectionDomain or with a ProtectionDomain without credentials. |
(package private) |
JSPloader.ClassInfo(java.lang.Class cl,
JSPloader.ProtectionDomainInfo pdi)
Constructor used with a Protection Domain with credentials. |
Method Summary | |
(package private) boolean |
check()
check if the credential the class has been defined with are not revoked. |
Methods inherited from class java.lang.Object |
|
Field Detail |
java.lang.Class cl
JSPloader.ProtectionDomainInfo pdi
Constructor Detail |
JSPloader.ClassInfo(java.lang.Class cl, JSPloader.ProtectionDomainInfo pdi)
cl
- class object.pdi
- Protection Domain Information.JSPloader.ClassInfo()
JSPloader.ClassInfo(java.lang.Class cl)
cl
- class object.Method Detail |
final boolean check()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |