All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.txlayer.attribute.SecAttribute

java.lang.Object
   |
   +----semper.txlayer.attribute.SecAttribute

public abstract class SecAttribute
extends Object
implements Attribute
This is the base class for all other security attributes in this packages.


Constructor Index

 o SecAttribute()

Method Index

 o acceptBeingPutInto(Class)
This method tests if an attribute allows others to put it into another class.
 o equals(Object)
 o init()
Does nothing...
 o toString()

Constructors

 o SecAttribute
 public SecAttribute()

Methods

 o equals
 public boolean equals(Object a)
Overrides:
equals in class Object
 o toString
 public String toString()
Overrides:
toString in class Object
 o acceptBeingPutInto
 public boolean acceptBeingPutInto(Class c)
This method tests if an attribute allows others to put it into another class.

Parameters:
The - class to test for.
Returns:
Whether the attribute wants to be put into an Object of class c or not. Returns true in any case, since security attributes in general need not be limited in this way. Special attributes might override this, however.
 o init
 public void init()
Does nothing... .


All Packages  Class Hierarchy  This Package  Previous  Next  Index