net.jini.security.proxytrust
Interface UntrustedObjectSecurityContext

All Known Implementing Classes:
BasicUntrustedObjectSecurityContext

public interface UntrustedObjectSecurityContext

A trust verifier context element that provides a security context to use to restrict privileges when invoking methods on untrusted objects.

Since:
2.1
Author:
Sun Microsystems, Inc.

Method Summary
 SecurityContext getContext()
          Returns a security context to use to restrict privileges when invoking methods on untrusted objects.
 

Method Detail

getContext

SecurityContext getContext()
Returns a security context to use to restrict privileges when invoking methods on untrusted objects. The returned context may be based on the current security context in effect when this method is invoked.

Returns:
a security context to use to restrict privileges when invoking methods on untrusted objects


Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.