com.sapportals.portal.pb.contentservice.authmodes
Class AuthenticationMode

java.lang.Object
  |
  +--com.sapportals.portal.prt.util.Stringable
        |
        +--com.sapportals.portal.pb.contentservice.authmodes.AuthenticationMode
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationMode
extends com.sapportals.portal.prt.util.Stringable
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static AuthenticationMode BASIC
           
static AuthenticationMode CLIENT_CERTIFICATE
           
static AuthenticationMode NTLM
           
static AuthenticationMode PROXY
           
static AuthenticationMode SAP_COOKIE
           
static AuthenticationMode URL_PARAMS
           
 
Method Summary
static AuthenticationMode getEnumByString(java.lang.String value)
           
 
Methods inherited from class com.sapportals.portal.prt.util.Stringable
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BASIC

public static AuthenticationMode BASIC

URL_PARAMS

public static AuthenticationMode URL_PARAMS

CLIENT_CERTIFICATE

public static AuthenticationMode CLIENT_CERTIFICATE

SAP_COOKIE

public static AuthenticationMode SAP_COOKIE

NTLM

public static AuthenticationMode NTLM

PROXY

public static AuthenticationMode PROXY
Method Detail

getEnumByString

public static AuthenticationMode getEnumByString(java.lang.String value)