Uses of Class
org.omg.Security.AttributeType

Packages that use AttributeType
org.jacorb.security.level2   
org.omg.Security   
org.omg.SecurityLevel1   
org.omg.SecurityLevel2   
 

Uses of AttributeType in org.jacorb.security.level2
 

Methods in org.jacorb.security.level2 with parameters of type AttributeType
 SecAttribute SecAttributeManager.createAttribute(java.lang.Object attrib_value, AttributeType attribute_type)
           
 SecAttribute[] CurrentImpl.get_attributes(AttributeType[] types)
          thread specific, from SecurityLevel1
 SecAttribute[] CredentialsImpl.get_attributes(AttributeType[] types)
          can be used in access control decisions or auditing
 

Uses of AttributeType in org.omg.Security
 

Fields in org.omg.Security declared as AttributeType
 AttributeType SecAttribute.attribute_type
           
 AttributeType[] AttributeTypeListHolder.value
           
 AttributeType AttributeTypeHolder.value
           
 

Methods in org.omg.Security that return AttributeType
static AttributeType[] AttributeTypeListHelper.extract(Any any)
           
static AttributeType[] AttributeTypeListHelper.read(InputStream _in)
           
static AttributeType AttributeTypeHelper.extract(Any any)
           
static AttributeType AttributeTypeHelper.read(InputStream in)
           
 

Methods in org.omg.Security with parameters of type AttributeType
static void AttributeTypeListHelper.insert(Any any, AttributeType[] s)
           
static void AttributeTypeListHelper.write(OutputStream _out, AttributeType[] _s)
           
static void AttributeTypeHelper.insert(Any any, AttributeType s)
           
static void AttributeTypeHelper.write(OutputStream out, AttributeType s)
           
 

Constructors in org.omg.Security with parameters of type AttributeType
SecAttribute(AttributeType attribute_type, byte[] defining_authority, byte[] value)
           
AttributeTypeListHolder(AttributeType[] initial)
           
AttributeTypeHolder(AttributeType initial)
           
 

Uses of AttributeType in org.omg.SecurityLevel1
 

Methods in org.omg.SecurityLevel1 with parameters of type AttributeType
 SecAttribute[] CurrentOperations.get_attributes(AttributeType[] attributes)
           
 

Uses of AttributeType in org.omg.SecurityLevel2
 

Methods in org.omg.SecurityLevel2 with parameters of type AttributeType
 SecAttribute[] CredentialsOperations.get_attributes(AttributeType[] attributes)