The realm name that is used to confirm that a user that is making requests of this domain has authenticated in the appropriate manner for that domain. Content Platform Engine enforces the following requirements:
  • If the authentication realm name for a master or tenant domain is not null, it must begin with either a forward slash (/) or an at sign(@).
  • The authentication realm name for a tenant domain cannot be set to null unless the authentication realm name for the master domain has previously been set to null.
  • When a request is received, the realm that is embedded in the subject must match either the authentication realm name that corresponds to the tenant against which the request is being directed or the master authentication realm name.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property AuthenticationRealmName As String
C#
string AuthenticationRealmName { get; set; }
Visual C++
property String^ AuthenticationRealmName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_authenticationRealmName();
function set_authenticationRealmName(value);

ToggleRemarks

ToggleSee Also