Project Aristotle - ArisID Attribute Services

Uses of Class
org.openliberty.arisidbeans.IDBeanException

Packages that use IDBeanException
org.openliberty.arisidbeans   
 

Uses of IDBeanException in org.openliberty.arisidbeans
 

Subclasses of IDBeanException in org.openliberty.arisidbeans
 class InvalidValueException
          Used for Exceptions generated within Identity Beans
 class OperationNotSupportedException
          Used for Exceptions generated within Identity Beans
 

Methods in org.openliberty.arisidbeans that throw IDBeanException
 java.util.List<E> SearchResults.getNextSet()
           
 void IGFObject.setAttribute(ModPropertyValue attr)
          Modifies the attributes value of the Subject in Attribute Authority.
 void IGFObject.setAttribute(ModPropertyValue attr, java.security.Principal user)
          Modifies the attributes value of the Subject in Attribute Authority.
 void IGFObject.setAttributes(java.util.List<ModPropertyValue> attrs)
          Modifies the attributes values of the Subject in Attribute Authority.
 void IGFObject.setAttributes(java.util.List<ModPropertyValue> attrs, java.security.Principal user)
          Modifies the attributes values of the Subject in Attribute Authority.
 void IGFObject.setAttributeValue(java.lang.String attrName, java.lang.String attrValue)
          Modifies the attributes value of the Subject in Attribute Authority for the supplied attribute name and value It goes through each modify interaction and checks if the supplied attribute can be modified in that interaction.
 void IGFObject.setAttributeValue(java.lang.String attrName, java.lang.String attrValue, java.security.Principal user)
          Modifies the attributes value of the Subject in Attribute Authority for the supplied attribute name and value It goes through each modify interaction and checks if the supplied attribute can be modified in that interaction.
 

Constructors in org.openliberty.arisidbeans that throw IDBeanException
BeanGenerator(java.lang.String packageName, java.lang.String outputDir, java.lang.String objRelationFile, java.lang.String carmlFile, boolean genMapFile)
           
ObjRelationParser(java.lang.String objRelationFile, java.lang.String beanName)
           
 


OpenLiberty.org - Licensed under Apache APL 2.0