public class BasicTrustModel extends java.lang.Object implements ITrustModel
| Constructor and Description |
|---|
BasicTrustModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkTrust(MixCascade a_cascade) |
void |
checkTrust(MixCascade a_cascade,
boolean a_bCheckUserDefined) |
boolean |
isTrusted(MixCascade a_cascade)
Does a call on checkTrust() after checking the isShownAsTrusted() attribute of the given cascade.
|
boolean |
isTrusted(MixCascade a_cascade,
java.lang.StringBuffer buff) |
public final void checkTrust(MixCascade a_cascade) throws TrustException, ServiceSignatureException
checkTrust in interface ITrustModelTrustExceptionServiceSignatureExceptionpublic void checkTrust(MixCascade a_cascade, boolean a_bCheckUserDefined) throws TrustException, ServiceSignatureException
checkTrust in interface ITrustModelTrustExceptionServiceSignatureExceptionpublic final boolean isTrusted(MixCascade a_cascade)
isTrusted in interface ITrustModela_cascade - MixCascadepublic final boolean isTrusted(MixCascade a_cascade, java.lang.StringBuffer buff)
Copyright © 2023. All rights reserved.