com.sun.jini.discovery.internal
Class EndpointInternalsPermission

java.lang.Object
  extended by java.security.Permission
      extended by java.security.BasicPermission
          extended by com.sun.jini.discovery.internal.EndpointInternalsPermission
All Implemented Interfaces:
Serializable, Guard

public final class EndpointInternalsPermission
extends BasicPermission

Permission required in order to set the EndpointInternals instances stored by the SslEndpointInternals and KerberosEndpointInternals holder classes.

See Also:
Serialized Form

Field Summary
(package private) static String GET
           
private static long serialVersionUID
           
(package private) static String SET
           
 
Constructor Summary
EndpointInternalsPermission(String name)
          Creates new instance.
 
Method Summary
 
Methods inherited from class java.security.BasicPermission
equals, getActions, hashCode, implies, newPermissionCollection
 
Methods inherited from class java.security.Permission
checkGuard, getName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

SET

static final String SET
See Also:
Constant Field Values

GET

static final String GET
See Also:
Constant Field Values
Constructor Detail

EndpointInternalsPermission

public EndpointInternalsPermission(String name)
Creates new instance.



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