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
| 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 |
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
getEnumByString
public static AuthenticationMode getEnumByString(java.lang.String value)