org.jacorb.security.level2
Class SecAttributeManager

java.lang.Object
  extended byorg.jacorb.security.level2.SecAttributeManager

public class SecAttributeManager
extends java.lang.Object


Constructor Summary
SecAttributeManager()
           
 
Method Summary
 SecAttribute createAttribute(java.lang.Object attrib_value, AttributeType attribute_type)
           
 KeyAndCert getAttributeCertValue(SecAttribute attribute)
           
 java.lang.Object getAttributeValue(SecAttribute attribute)
           
static SecAttributeManager getInstance()
           
 void removeAttribute(SecAttribute attribute)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecAttributeManager

public SecAttributeManager()
Method Detail

getInstance

public static SecAttributeManager getInstance()

getAttributeCertValue

public KeyAndCert getAttributeCertValue(SecAttribute attribute)

createAttribute

public SecAttribute createAttribute(java.lang.Object attrib_value,
                                    AttributeType attribute_type)

getAttributeValue

public java.lang.Object getAttributeValue(SecAttribute attribute)

removeAttribute

public void removeAttribute(SecAttribute attribute)