FRUtils: {
    applyNameCollisionPolicy(name: string): string;
    getCurrentRealmManagedUser(): string;
    getCurrentRealmName(): string;
    getCurrentRealmPath(): string;
    getHostBaseUrl(url: string): string;
    getHostUrl(url: string): string;
    getIdmBaseUrl(): string;
    getRealmName(realm: string): string;
    getRealmPath(realm: string): string;
}

Type declaration

  • applyNameCollisionPolicy:function
  • getCurrentRealmManagedUser:function
  • getCurrentRealmName:function
  • getCurrentRealmPath:function
  • getHostBaseUrl:function
    • Get host URL without path and query params

      Parameters

      • url: string

        tenant URL with path and query params

      Returns string

      AM host URL without path and query params

      Deprecated

      since v2.1.2 use getHostUrl instead

      getHostUrl(url: string): string
      
  • getHostUrl:function
    • Get host URL without path and query params

      Parameters

      • url: string

        tenant URL with path and query params

      Returns string

      AM host URL without path and query params

  • getIdmBaseUrl:function
    • Get IDM base URL

      Returns string

      IDM host URL without path and query params

  • getRealmName:function
  • getRealmPath:function