BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.security.acl
Class PermissionImpl

java.lang.Object
  extended byweblogic.security.acl.PermissionImpl
All Implemented Interfaces:
Permission, Serializable

Deprecated. Deprecated in WebLogic Server 7.0. Replaced by the rules-based Authorization Provider in the Pluggable Security Infrastructure.

public final class PermissionImpl
extends Object
implements Permission, 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.

See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
PermissionImpl(String name)
          Deprecated. Creates a permission of that name.
 
Method Summary
 boolean equals(Object other)
          Deprecated. Determines whether the object passed matches the permission represented in this interface.
 String getName()
          Deprecated. Returns the name of a Permission.
 int hashCode()
          Deprecated. Returns a hashcode for a Permission.
 String toString()
          Deprecated. 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(String name)
Deprecated. 
Creates a permission of that name.

Method Detail

equals

public boolean equals(Object other)
Deprecated. 
Determines whether the object passed matches the permission represented in this interface.

Specified by:
equals in interface Permission
Parameters:
other - Permission object to compare with
Returns:
true if the Permission objects are equal

getName

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

Returns:
Name assigned to the permission

hashCode

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

Returns:
Hashcode

toString

public String toString()
Deprecated. 
Prints a string representation of this permission.

Specified by:
toString in interface Permission
Returns:
String representation

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.