|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.portal.prt.util.Stringable
com.sapportals.portal.pb.contentservice.authmodes.AuthenticationMode
Used by the IPackageInformation as a container for all of the required
properties for the request authentication mode
| Field Summary | |
static AuthenticationMode |
BASIC
Represents a BASIC authentication mode. |
static AuthenticationMode |
CLIENT_CERTIFICATE
Represents a CLIENT_CERTIFICATE authentication mode. |
static AuthenticationMode |
NTLM
Represents an NTLM authentication mode. |
static AuthenticationMode |
PROXY
Represents a PROXY authentication mode. |
static AuthenticationMode |
SAP_COOKIE
Represents a SAP_COOKIE authentication mode. |
static AuthenticationMode |
URL_PARAMS
Represents a URL_PARAMS authentication mode. |
| Method Summary | |
static AuthenticationMode |
getEnumByString(String value)
Gets an instance of AuthenticationMode represents the properties for the request's authentication mode |
| 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 |
public static AuthenticationMode BASIC
public static AuthenticationMode URL_PARAMS
public static AuthenticationMode CLIENT_CERTIFICATE
public static AuthenticationMode SAP_COOKIE
public static AuthenticationMode NTLM
public static AuthenticationMode PROXY
| Method Detail |
public static AuthenticationMode getEnumByString(String value)
value - a string representation of the authentication method. AuthenticationMode.URL_PARAMS
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||