Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AppExtensionKerberosRealmApp

Kerberos Realm

Properties

Optional defaultEncryptionSaltType

defaultEncryptionSaltType: undefined | string

The type of salt that the system will use to encrypt Kerberos-specific artifacts of this App unless another type of salt is specified.

*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: request - type: string - uniqueness: none

Optional masterKey

masterKey: undefined | string

The primary key that the system should use to encrypt artifacts that are specific to this Kerberos realm -- for example, to encrypt the Principal Key in each KerberosRealmUser.

*SCIM++ Properties:** - idcsSearchable: false - idcsSensitive: none - multiValued: false - mutability: readWrite - required: false - returned: request - type: string - uniqueness: none

Optional maxRenewableAge

maxRenewableAge: undefined | number

Max Renewable Age in seconds

*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: request - type: integer - uniqueness: none Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional maxTicketLife

maxTicketLife: undefined | number

Max Ticket Life in seconds

*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: request - type: integer - uniqueness: none Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional realmName

realmName: undefined | string

The name of the Kerberos Realm that this App uses for authentication.

*SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: request - type: string - uniqueness: none

Optional supportedEncryptionSaltTypes

supportedEncryptionSaltTypes: Array<string>

The types of salt that are available for the system to use when encrypting Kerberos-specific artifacts for this App.

*SCIM++ Properties:** - idcsSearchable: false - multiValued: true - mutability: readWrite - required: false - returned: request - type: string - uniqueness: none

Optional ticketFlags

ticketFlags: undefined | number

Ticket Flags

*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: request - type: integer - uniqueness: none Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj