nbi.xmlsec.biocase.protocol
Class SecurityDiagnostic

java.lang.Object
  extended bynbi.xmlsec.biocase.protocol.ProtocolType
      extended bynbi.xmlsec.biocase.protocol.Diagnostic
          extended bynbi.xmlsec.biocase.protocol.SecurityDiagnostic

public class SecurityDiagnostic
extends Diagnostic

Diagnostic class with fixed code attribute ""SECURITY"".

Since:
Version:
$Revision: 1.1 $
Author:
Lutz Suhrbier

Field Summary
static String CODE_SECURITY
          String value of the security code attribute
 
Fields inherited from class nbi.xmlsec.biocase.protocol.Diagnostic
logger, SEVERITY_DEBUG, SEVERITY_ERROR, SEVERITY_FATAL, SEVERITY_INFO, SEVERITY_WARN
 
Fields inherited from class nbi.xmlsec.biocase.protocol.ProtocolType
protocolURI
 
Constructor Summary
SecurityDiagnostic(String protocolURI)
          Inits this instance.
SecurityDiagnostic(String protocolURI, String severity, String value)
          Inits this instance.
 
Methods inherited from class nbi.xmlsec.biocase.protocol.Diagnostic
getCode, getSeverity, getValue, setCode, setSeverity, setValue, toString, write
 
Methods inherited from class nbi.xmlsec.biocase.protocol.ProtocolType
getProtocolURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CODE_SECURITY

public static String CODE_SECURITY
String value of the security code attribute

Constructor Detail

SecurityDiagnostic

public SecurityDiagnostic(String protocolURI)
Inits this instance. Sets the code attribute to CODE_SECURITY.

Parameters:
protocolURI - The protocol version of this instance.

SecurityDiagnostic

public SecurityDiagnostic(String protocolURI,
                          String severity,
                          String value)
Inits this instance. Sets the code attribute to CODE_SECURITY.

Parameters:
protocolURI - The protocol version of this instance.
severity - The severityattribute of this diagnostic.
value - The value of this diagnostic.


Copyright © 2006 Lutz Suhrbier, Freie Universität Berlin. All Rights Reserved.