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

Packages that use AuthenticationMode
com.sapportals.portal.pb.contentservice Provides an interface to use the Application Cache service of the Portal.  
com.sapportals.portal.pb.contentservice.authmodes   
 

Uses of AuthenticationMode in com.sapportals.portal.pb.contentservice
 

Methods in com.sapportals.portal.pb.contentservice with parameters of type AuthenticationMode
 void IPackageInformation.setSimpleAuthenticationMode(AuthenticationMode authenticationMode, java.lang.String userId, java.lang.String password)
          Set the authentication mode to use for this request.
 void IPackageInformation.setUMAuthentication(AuthenticationMode authenticationMode, java.lang.String systemId, java.lang.Object userObj)
          Not supported at this stage
 

Uses of AuthenticationMode in com.sapportals.portal.pb.contentservice.authmodes
 

Fields in com.sapportals.portal.pb.contentservice.authmodes declared as AuthenticationMode
static AuthenticationMode AuthenticationMode.BASIC
           
static AuthenticationMode AuthenticationMode.URL_PARAMS
           
static AuthenticationMode AuthenticationMode.CLIENT_CERTIFICATE
           
static AuthenticationMode AuthenticationMode.SAP_COOKIE
           
static AuthenticationMode AuthenticationMode.NTLM
           
static AuthenticationMode AuthenticationMode.PROXY
           
 

Methods in com.sapportals.portal.pb.contentservice.authmodes that return AuthenticationMode
static AuthenticationMode AuthenticationMode.getEnumByString(java.lang.String value)