All Packages Class Hierarchy This Package Previous Next Index
Class orbasec.corba.SecurityAttributes
java.lang.Object
|
+----orbasec.corba.SecurityAttributes
- public class SecurityAttributes
- extends Object
-
SecurityAttributes()
-
-
add(SecAttribute)
-
-
add(SecAttribute[])
-
-
attributes()
-
-
find(AttributeType)
-
-
find(AttributeType[])
-
-
find_first(AttributeType)
-
-
remove(AttributeType)
-
-
remove(AttributeType[])
-
-
remove(SecAttribute)
-
-
remove(SecAttribute[])
- Removes attributes from the stored attributes by
CredUtil.equals, which is straight byte comparisons
on defining authority and value.
-
replace(SecAttribute)
-
-
replace_or_add(SecAttribute)
-
-
replace_or_add(SecAttribute[])
-
-
sort_by_type()
-
SecurityAttributes
public SecurityAttributes()
attributes
public synchronized SecAttribute[] attributes()
find
public synchronized SecAttribute[] find(AttributeType type)
find_first
public synchronized SecAttribute find_first(AttributeType type)
find
public synchronized SecAttribute[] find(AttributeType types[])
add
public synchronized void add(SecAttribute attr)
add
public synchronized void add(SecAttribute attrs[])
replace
public synchronized boolean replace(SecAttribute attr)
replace_or_add
public synchronized void replace_or_add(SecAttribute attr)
replace_or_add
public synchronized void replace_or_add(SecAttribute attrs[])
remove
public synchronized boolean remove(AttributeType type)
remove
public synchronized boolean remove(AttributeType types[])
remove
public synchronized boolean remove(SecAttribute attr)
remove
public synchronized boolean remove(SecAttribute attrs[])
- Removes attributes from the stored attributes by
CredUtil.equals, which is straight byte comparisons
on defining authority and value. This stored attributes
are only changed if all the attributes are removed. That is
the stored list is guarrateed to be attrs.length shorter,
or it is not changed at all.
- Returns:
- true if all attrs were removed from the stored
attributes.
sort_by_type
public synchronized SecAttribute[] sort_by_type()
All Packages Class Hierarchy This Package Previous Next Index