My webMethods Server 10.3 | My webMethods Server Webhelp | My webMethods Server Portlet Reference | Dynamic Business Objects | AuthScheme DBO
 
AuthScheme DBO
Portlet Title
AuthScheme
Portlet Name
wm_xt_authscheme
Portlet File Name
wm_xt_authscheme.pdp
Top-level Folder
system
JSR168 Portlet?
No
Alias
None
Default Instances of the portlet
None
Dynamic Business Objects. Portlet developers use objects of this type to define auth-handlers.
Properties
Visual Style (visualStyle)
Identifies the JSP file to use to render this auth-scheme's properties. The default value is dbo_view.jsp. All instances of the portlet share the value of this property.
General Properties
Name (name)
Required. Defines the name for this auth-scheme. Specify a string that contains less than 100 characters.
Description (description)
Defines a description for this auth-scheme. Specify a string that contains less than 255 characters.
Keywords (keywords)
Defines the keywords for this auth-scheme. Users can later use these keywords to search for this auth-scheme by using My webMethods Server search capabilities. The length of the entire list of keywords must be less than 255 characters.
Location Properties
Parent Folder (parentID)
Required. Identifies the folder where this auth-scheme is stored. Specify the thingID or alias of the folder, for example, folder.auth.schemes.
Extended Properties
Authentication Scheme ID (authSchemeLevel)
Required. Identifies this auth-scheme. This ID must be a unique integer among the auth-schemes deployed to My webMethods Server. Auth-schemes built into My webMethods Server use numbers less than 10.
AuthScheme Runtime ClassName (challengeResponseClassName)
Required. Defines the class of the auth-handler. Specify the class, including path.
Performs Redirect (hasRedirect)
Indicates whether to use the Redirect URI (redirectURI) property. Specify one of the following:
*true – Use the Redirect URI (redirectURI) property.
*false – Do not use the Redirect URI (redirectURI) property.
Redirect URI (redirectURI)
Identifies the page that provides the auth-handler change input. For example, for forms-auth the redirectURI would be a login page. Specify the URI of the page. If the property has no value, or hasRedirect is false, the auth-handler challenge will return the requested page, instead of redirecting.