com.edustructures.sifworks.infra
Class AuthenticationLevel

java.lang.Object
  extended by com.edustructures.sifworks.SIFSimpleType<java.lang.String>
      extended by com.edustructures.sifworks.SIFString
          extended by com.edustructures.sifworks.SIFEnum
              extended by com.edustructures.sifworks.infra.AuthenticationLevel
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationLevel
extends SIFEnum

Defines the set of values that can be specified whenever an AuthenticationLevel is used as a parameter to a method or constructor. Alternatively, the static wrap method can be called to encapsulate any string value in an AuthenticationLevel object.

Since:
1.5r1
Version:
2.0
See Also:
Serialized Form

Field Summary
static AuthenticationLevel ONE
          A valid certificate must be presented.
static AuthenticationLevel THREE
          A valid certificate from a trusted certificate authority must be presented and the CN field of the certificate's Subject entry must match the host sending the certificate.
static AuthenticationLevel TWO
          A valid certificate from a trusted certificate authority must be presented.
static AuthenticationLevel ZERO
          No authentication required and a valid certificate does not need to be presented.
 
Method Summary
static AuthenticationLevel wrap(java.lang.String value)
          Wrap an arbitrary string value in an AuthenticationLevel object.
 
Methods inherited from class com.edustructures.sifworks.SIFString
getTypeConverter, isDoNotEncode
 
Methods inherited from class com.edustructures.sifworks.SIFSimpleType
createField, equals, getDataType, getSQLType, getValue, hashCode, toString, toString, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TWO

public static final AuthenticationLevel TWO
A valid certificate from a trusted certificate authority must be presented. ("2")


ZERO

public static final AuthenticationLevel ZERO
No authentication required and a valid certificate does not need to be presented. ("0")


ONE

public static final AuthenticationLevel ONE
A valid certificate must be presented. ("1")


THREE

public static final AuthenticationLevel THREE
A valid certificate from a trusted certificate authority must be presented and the CN field of the certificate's Subject entry must match the host sending the certificate. ("3")

Method Detail

wrap

public static AuthenticationLevel wrap(java.lang.String value)
Wrap an arbitrary string value in an AuthenticationLevel object.

Parameters:
value - The element/attribute value. This method does not verify that the value is valid according to the SIF Specification.


Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.