org.jacorb.security.level2

Class SecAttributeManager


public class SecAttributeManager
extends java.lang.Object

SecAttributeManager.java Created: Mon Sep 4 16:32:39 2000

Version:
$Id: SecAttributeManager.java,v 1.11 2003/12/19 12:24:13 nick.cross Exp $

Author:
Nicolas Noffke

Constructor Summary

SecAttributeManager()

Method Summary

SecAttribute
createAttribute(Object attrib_value, AttributeType attribute_type)
KeyAndCert
getAttributeCertValue(SecAttribute attribute)
Object
getAttributeValue(SecAttribute attribute)
static SecAttributeManager
getInstance()
void
removeAttribute(SecAttribute attribute)

Constructor Details

SecAttributeManager

public SecAttributeManager()

Method Details

createAttribute

public SecAttribute createAttribute(Object attrib_value,
                                    AttributeType attribute_type)


getAttributeCertValue

public KeyAndCert getAttributeCertValue(SecAttribute attribute)


getAttributeValue

public Object getAttributeValue(SecAttribute attribute)


getInstance

public static SecAttributeManager getInstance()


removeAttribute

public void removeAttribute(SecAttribute attribute)