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.
-
SecAttribute()
-
-
acceptBeingPutInto(Class)
- This method tests if an attribute allows others
to put it into another class.
-
equals(Object)
-
-
init()
- Does nothing...
-
toString()
-
SecAttribute
public SecAttribute()
equals
public boolean equals(Object a)
- Overrides:
- equals in class Object
toString
public String toString()
- Overrides:
- toString in class Object
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.
init
public void init()
- Does nothing... .
All Packages Class Hierarchy This Package Previous Next Index