BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.security.acl
Class PermissionImpl

java.lang.Object
  |
  +--weblogic.security.acl.PermissionImpl

public class PermissionImpl
extends java.lang.Object
implements java.security.acl.Permission, java.io.Serializable

A straightforward implementation of the Permission interface, which represents a permission, such as that used to grant a particular type of access to a resource.

Author:
Copyright (c) 19970-1998 by WebLogic, Inc. All Rights Reserved., Copyright (c) 1999 by BEA WebXpress. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
PermissionImpl(java.lang.String name)
          Creates a permission of that name.
 
Method Summary
 boolean equals(java.lang.Object other)
          Determines whether the object passed matches the permission represented in this interface.
 java.lang.String getName()
          Returns the name of a Permission.
 int hashCode()
          Returns a hashcode for a Permission.
 java.lang.String toString()
          Prints a string representation of this permission.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PermissionImpl

public PermissionImpl(java.lang.String name)
Creates a permission of that name.

Parameters:
name - Name assigned to the permission
Method Detail

equals

public boolean equals(java.lang.Object other)
Determines whether the object passed matches the permission represented in this interface.
Specified by:
equals in interface java.security.acl.Permission

Parameters:
other - Permission object to compare with
Returns:
true if the Permission objects are equal
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode for a Permission.

Returns:
Hashcode
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Prints a string representation of this permission.
Specified by:
toString in interface java.security.acl.Permission

Returns:
String representation
Overrides:
toString in class java.lang.Object

getName

public java.lang.String getName()
Returns the name of a Permission.

Returns:
Name assigned to the permission

Documentation is available at
http://www.weblogic.com/docs51