Uses of Interface
net.jini.security.TrustVerifier
Packages that use TrustVerifier
Package
Description
This is a utility for services implementing leases.
Provides implementations of the
TransactionManager service.
Provides implementations of
ServiceRegistrar.These are utility classes and interfaces that conform to the discovery and join
protocol defined in the Jini(TM) Discovery and Join Specification.
-
Uses of TrustVerifier in com.sun.jini.discovery
Classes in com.sun.jini.discovery that implement TrustVerifierModifier and TypeClassDescriptionclassTrust verifier for instances of the constraint classes defined in thecom.sun.jini.discoverypackage. -
Uses of TrustVerifier in com.sun.jini.landlord
Classes in com.sun.jini.landlord that implement TrustVerifierModifier and TypeClassDescriptionfinal classThis class defines a trust verifier for the proxies defined in the landlord package.Methods in com.sun.jini.landlord that return TrustVerifierModifier and TypeMethodDescriptionLeaseFactory.getVerifier()Return aTrustVerifierthat will verify the proxies produced by this factory. -
Uses of TrustVerifier in com.sun.jini.mahalo
Methods in com.sun.jini.mahalo that return TrustVerifier -
Uses of TrustVerifier in com.sun.jini.proxy
Classes in com.sun.jini.proxy that implement TrustVerifierModifier and TypeClassDescriptionfinal classA basic trust verifier for proxies. -
Uses of TrustVerifier in com.sun.jini.reggie
Methods in com.sun.jini.reggie that return TrustVerifier -
Uses of TrustVerifier in net.jini.constraint
Classes in net.jini.constraint that implement TrustVerifierModifier and TypeClassDescriptionclassTrust verifier for instances of the constraint classes defined in thenet.jini.core.constraintpackage, and for theBasicMethodConstraints,X500PrincipalandKerberosPrincipalclasses. -
Uses of TrustVerifier in net.jini.discovery
Classes in net.jini.discovery that implement TrustVerifier -
Uses of TrustVerifier in net.jini.security.proxytrust
Classes in net.jini.security.proxytrust that implement TrustVerifierModifier and TypeClassDescriptionclassTrust verifier for service proxies that use dynamically downloaded code.Methods in net.jini.security.proxytrust that return TrustVerifierModifier and TypeMethodDescriptionProxyTrust.getProxyVerifier()Returns aTrustVerifierwhich can be used to verify that a proxy can be trusted as a proxy for the service; that is, theisTrustedObjectmethod of the returned verifier can be called with a candidate proxy.ServerProxyTrust.getProxyVerifier()Returns aTrustVerifierthat can be used to verify that a proxy can be trusted as a proxy for the service; that is, theisTrustedObjectmethod of the returned verifier can be called with a candidate proxy.