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:
Namespace:
FileNet.Api.Core- 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.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
MaximumLengthString: null
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ