|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--JSPservletPkg.JSPloader.ProtectionDomainInfo
Maintain Protection Domains and CRL scheduled next update.
| Field Summary | |
(package private) boolean |
isChecked
false if Directory server not available |
(package private) boolean |
isValid
once a domain is invalid, no need to check again, then set to false |
(package private) JSPloader |
jl
invoking JSPloader |
(package private) long |
nextCheck
next check time in milliseconds since the epoch |
(package private) java.security.ProtectionDomain |
pd
embedded ProtectionDomain |
| Constructor Summary | |
(package private) |
JSPloader.ProtectionDomainInfo(JSPloader jl,
java.security.ProtectionDomain pd,
long nextUpdate,
boolean isValid,
boolean isChecked)
Constructor. |
| Method Summary | |
(package private) boolean |
check()
checks if the credential the Protection domain has been defined with are not revoked. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
JSPloader jl
java.security.ProtectionDomain pd
long nextCheck
boolean isValid
boolean isChecked
| Constructor Detail |
JSPloader.ProtectionDomainInfo(JSPloader jl,
java.security.ProtectionDomain pd,
long nextUpdate,
boolean isValid,
boolean isChecked)
jl - invoking JSPloader.pd - Protection Domain.nextUpdate - next check time in milliseconds since the epoch.isValid - boolean false if domain certificate is invalidisChecked - boolean false if domain certificate is unchecked| Method Detail |
final boolean check()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||