anon.client
Class TrustModel.UserDefinedAttribute

java.lang.Object
  extended by anon.client.TrustModel.TrustAttribute
      extended by anon.client.TrustModel.UserDefinedAttribute
All Implemented Interfaces:
IXMLEncodable
Enclosing class:
TrustModel

public static class TrustModel.UserDefinedAttribute
extends TrustModel.TrustAttribute


Field Summary
 
Fields inherited from class anon.client.TrustModel.TrustAttribute
CATEGORY_DEFAULT, XML_ATTR_CONDITION_VALUE, XML_ATTR_IGNORE_NO_DATA, XML_ATTR_NAME, XML_ATTR_TRUST_CONDITION, XML_ELEMENT_NAME, XML_VALUE_CONTAINER_ELEMENT_NAME, XML_VALUE_ELEMENT_NAME
 
Fields inherited from interface anon.util.IXMLEncodable
FIELD_XML_ELEMENT_CONTAINER_NAME, FIELD_XML_ELEMENT_NAME, XML_ATTR_ID, XML_ATTR_LANGUAGE, XML_ATTR_VERSION
 
Constructor Summary
TrustModel.UserDefinedAttribute(int a_trustCondition, java.lang.Object a_conditionValue, boolean a_bIgnoreNoDataAvailable)
           
 
Method Summary
 void checkTrust(MixCascade a_cascade)
           
 
Methods inherited from class anon.client.TrustModel.TrustAttribute
fromXmlElement, getCategory, getConditionValue, getDefaultValue, getInstance, getTrustCondition, isNoDataIgnored, isTrusted, toXmlElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrustModel.UserDefinedAttribute

public TrustModel.UserDefinedAttribute(int a_trustCondition,
                                       java.lang.Object a_conditionValue,
                                       boolean a_bIgnoreNoDataAvailable)
Method Detail

checkTrust

public void checkTrust(MixCascade a_cascade)
                throws TrustException,
                       java.security.SignatureException
Specified by:
checkTrust in class TrustModel.TrustAttribute
Throws:
TrustException
java.security.SignatureException