Project Aristotle - ArisID Attribute Services

Uses of Class
org.openliberty.arisidbeans.OperationNotSupportedException

Packages that use OperationNotSupportedException
org.openliberty.arisidbeans   
 

Uses of OperationNotSupportedException in org.openliberty.arisidbeans
 

Methods in org.openliberty.arisidbeans that throw OperationNotSupportedException
 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.
 


OpenLiberty.org - Licensed under Apache APL 2.0