org.oasis.was
Class ProfileSubgroupType

java.lang.Object
  extended byorg.oasis.was.ProfileSubgroupType
All Implemented Interfaces:
java.io.Serializable

public class ProfileSubgroupType
extends java.lang.Object
implements java.io.Serializable

Java content class for ProfileSubgroupType.

The following schema fragment specifies the expected content contained within this java content object.

 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
   <enumeration value="authentication"/>
   <enumeration value="authorization"/>
   <enumeration value="parameter manipulation"/>
   <enumeration value="heap overflow"/>
   <enumeration value="stack overflow"/>
   <enumeration value="format string"/>
   <enumeration value="cryptography"/>
   <enumeration value="transport security"/>
   <enumeration value="default configurations"/>
   <enumeration value="security patches"/>
   <enumeration value="administration interface"/>
   <enumeration value="canonicalization"/>
   <enumeration value="os command injection"/>
   <enumeration value="sql injection"/>
   <enumeration value="ldap command injection"/>
   <enumeration value="script injection"/>
   <enumeration value="session timeout"/>
   <enumeration value="session hijacking"/>
   <enumeration value="session fixation"/>
 </restriction>
 

See Also:
Serialized Form

Field Summary
static java.lang.String _ADMINISTRATION_INTERFACE
           
static java.lang.String _AUTHENTICATION
           
static java.lang.String _AUTHORIZATION
           
static java.lang.String _CANONICALIZATION
           
static java.lang.String _CRYPTOGRAPHY
           
static java.lang.String _DEFAULT_CONFIGURATIONS
           
static java.lang.String _FORMAT_STRING
           
static java.lang.String _HEAP_OVERFLOW
           
static java.lang.String _LDAP_COMMAND_INJECTION
           
static java.lang.String _OS_COMMAND_INJECTION
           
static java.lang.String _PARAMETER_MANIPULATION
           
static java.lang.String _SCRIPT_INJECTION
           
static java.lang.String _SECURITY_PATCHES
           
static java.lang.String _SESSION_FIXATION
           
static java.lang.String _SESSION_HIJACKING
           
static java.lang.String _SESSION_TIMEOUT
           
static java.lang.String _SQL_INJECTION
           
static java.lang.String _STACK_OVERFLOW
           
static java.lang.String _TRANSPORT_SECURITY
           
static ProfileSubgroupType ADMINISTRATION_INTERFACE
           
static ProfileSubgroupType AUTHENTICATION
           
static ProfileSubgroupType AUTHORIZATION
           
static ProfileSubgroupType CANONICALIZATION
           
static ProfileSubgroupType CRYPTOGRAPHY
           
static ProfileSubgroupType DEFAULT_CONFIGURATIONS
           
static ProfileSubgroupType FORMAT_STRING
           
static ProfileSubgroupType HEAP_OVERFLOW
           
static ProfileSubgroupType LDAP_COMMAND_INJECTION
           
static ProfileSubgroupType OS_COMMAND_INJECTION
           
static ProfileSubgroupType PARAMETER_MANIPULATION
           
static ProfileSubgroupType SCRIPT_INJECTION
           
static ProfileSubgroupType SECURITY_PATCHES
           
static ProfileSubgroupType SESSION_FIXATION
           
static ProfileSubgroupType SESSION_HIJACKING
           
static ProfileSubgroupType SESSION_TIMEOUT
           
static ProfileSubgroupType SQL_INJECTION
           
static ProfileSubgroupType STACK_OVERFLOW
           
static ProfileSubgroupType TRANSPORT_SECURITY
           
 
Constructor Summary
protected ProfileSubgroupType(java.lang.String v)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static ProfileSubgroupType fromString(java.lang.String str)
           
static ProfileSubgroupType fromValue(java.lang.String value)
           
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_AUTHENTICATION

public static final java.lang.String _AUTHENTICATION
See Also:
Constant Field Values

AUTHENTICATION

public static final ProfileSubgroupType AUTHENTICATION

_AUTHORIZATION

public static final java.lang.String _AUTHORIZATION
See Also:
Constant Field Values

AUTHORIZATION

public static final ProfileSubgroupType AUTHORIZATION

_PARAMETER_MANIPULATION

public static final java.lang.String _PARAMETER_MANIPULATION
See Also:
Constant Field Values

PARAMETER_MANIPULATION

public static final ProfileSubgroupType PARAMETER_MANIPULATION

_HEAP_OVERFLOW

public static final java.lang.String _HEAP_OVERFLOW
See Also:
Constant Field Values

HEAP_OVERFLOW

public static final ProfileSubgroupType HEAP_OVERFLOW

_STACK_OVERFLOW

public static final java.lang.String _STACK_OVERFLOW
See Also:
Constant Field Values

STACK_OVERFLOW

public static final ProfileSubgroupType STACK_OVERFLOW

_FORMAT_STRING

public static final java.lang.String _FORMAT_STRING
See Also:
Constant Field Values

FORMAT_STRING

public static final ProfileSubgroupType FORMAT_STRING

_CRYPTOGRAPHY

public static final java.lang.String _CRYPTOGRAPHY
See Also:
Constant Field Values

CRYPTOGRAPHY

public static final ProfileSubgroupType CRYPTOGRAPHY

_TRANSPORT_SECURITY

public static final java.lang.String _TRANSPORT_SECURITY
See Also:
Constant Field Values

TRANSPORT_SECURITY

public static final ProfileSubgroupType TRANSPORT_SECURITY

_DEFAULT_CONFIGURATIONS

public static final java.lang.String _DEFAULT_CONFIGURATIONS
See Also:
Constant Field Values

DEFAULT_CONFIGURATIONS

public static final ProfileSubgroupType DEFAULT_CONFIGURATIONS

_SECURITY_PATCHES

public static final java.lang.String _SECURITY_PATCHES
See Also:
Constant Field Values

SECURITY_PATCHES

public static final ProfileSubgroupType SECURITY_PATCHES

_ADMINISTRATION_INTERFACE

public static final java.lang.String _ADMINISTRATION_INTERFACE
See Also:
Constant Field Values

ADMINISTRATION_INTERFACE

public static final ProfileSubgroupType ADMINISTRATION_INTERFACE

_CANONICALIZATION

public static final java.lang.String _CANONICALIZATION
See Also:
Constant Field Values

CANONICALIZATION

public static final ProfileSubgroupType CANONICALIZATION

_OS_COMMAND_INJECTION

public static final java.lang.String _OS_COMMAND_INJECTION
See Also:
Constant Field Values

OS_COMMAND_INJECTION

public static final ProfileSubgroupType OS_COMMAND_INJECTION

_SQL_INJECTION

public static final java.lang.String _SQL_INJECTION
See Also:
Constant Field Values

SQL_INJECTION

public static final ProfileSubgroupType SQL_INJECTION

_LDAP_COMMAND_INJECTION

public static final java.lang.String _LDAP_COMMAND_INJECTION
See Also:
Constant Field Values

LDAP_COMMAND_INJECTION

public static final ProfileSubgroupType LDAP_COMMAND_INJECTION

_SCRIPT_INJECTION

public static final java.lang.String _SCRIPT_INJECTION
See Also:
Constant Field Values

SCRIPT_INJECTION

public static final ProfileSubgroupType SCRIPT_INJECTION

_SESSION_TIMEOUT

public static final java.lang.String _SESSION_TIMEOUT
See Also:
Constant Field Values

SESSION_TIMEOUT

public static final ProfileSubgroupType SESSION_TIMEOUT

_SESSION_HIJACKING

public static final java.lang.String _SESSION_HIJACKING
See Also:
Constant Field Values

SESSION_HIJACKING

public static final ProfileSubgroupType SESSION_HIJACKING

_SESSION_FIXATION

public static final java.lang.String _SESSION_FIXATION
See Also:
Constant Field Values

SESSION_FIXATION

public static final ProfileSubgroupType SESSION_FIXATION
Constructor Detail

ProfileSubgroupType

protected ProfileSubgroupType(java.lang.String v)
Method Detail

toString

public java.lang.String toString()

getValue

public java.lang.String getValue()

hashCode

public final int hashCode()

equals

public final boolean equals(java.lang.Object o)

fromValue

public static ProfileSubgroupType fromValue(java.lang.String value)

fromString

public static ProfileSubgroupType fromString(java.lang.String str)


Copyright © OASIS. All Rights Reserved.