com.plumtree.portalpages.admin.editors.webservice.plugins
Interface IFormLoginPluginModelRO

All Known Implementing Classes:
FormLoginPluginModel

public interface IFormLoginPluginModelRO

Author:
akashj

Method Summary
 int GetCredentialType()
          Returns a series of constants representing the type of credential to send.
 java.lang.String GetLoginURL()
          The URL to that identifies a login URL - this can be a pattern with '*' characters to do wildcard matches.
 java.lang.String GetPasswordFieldName()
          Returns the HTML field to send the password as to the POST URL.
 java.lang.String GetPostURL()
          The URL that credentials should be POSTed to.
 java.lang.String GetUsernameFieldName()
          Returns the HTML field to send the username as to the POST URL.
 

Method Detail

GetLoginURL

java.lang.String GetLoginURL()
The URL to that identifies a login URL - this can be a pattern with '*' characters to do wildcard matches.

Returns:
the login URL as a String

GetPostURL

java.lang.String GetPostURL()
The URL that credentials should be POSTed to.

Returns:
the POST URL as a String

GetCredentialType

int GetCredentialType()
Returns a series of constants representing the type of credential to send. The choices are: 0 - none (relies on the form fields only) 1 - Portal Username/Password 2 - Lockbox Username/Password

Returns:
the credential type as an int

GetUsernameFieldName

java.lang.String GetUsernameFieldName()
Returns the HTML field to send the username as to the POST URL.

Returns:
the username field name as a String

GetPasswordFieldName

java.lang.String GetPasswordFieldName()
Returns the HTML field to send the password as to the POST URL.

Returns:
the password field name as a String



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.