nbi.xmlsec.biocase.protocol
Class SecurityDiagnostic
java.lang.Object
nbi.xmlsec.biocase.protocol.ProtocolType
nbi.xmlsec.biocase.protocol.Diagnostic
nbi.xmlsec.biocase.protocol.SecurityDiagnostic
- public class SecurityDiagnostic
- extends Diagnostic
Diagnostic class with fixed code attribute ""SECURITY"".
- Since:
- Version:
- $Revision: 1.1 $
- Author:
- Lutz Suhrbier
CODE_SECURITY
public static String CODE_SECURITY
- String value of the security code attribute
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.